<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/hadron/ver3/keymaps, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2019-11-22T06:40:29Z</updated>
<entry>
<title>[Keyboard] Update default keymaps to use `layer_state_t` (#7444)</title>
<updated>2019-11-22T06:40:29Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-11-22T06:40:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=6cf574396adfb08f7fe7fe6f7ce68387fd474018'/>
<id>urn:sha1:6cf574396adfb08f7fe7fe6f7ce68387fd474018</id>
<content type='text'>
* Update default keymaps to use `layer_state_t`

* Convert binon32 as get_highest_layer in default keymaps
</content>
</entry>
<entry>
<title>[Keymap] update personal keymap (#6817)</title>
<updated>2019-09-25T17:05:48Z</updated>
<author>
<name>ishtob</name>
<email>ishtob@gmail.com</email>
</author>
<published>2019-09-25T17:05:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=eac4ce972d951855ee168705b46bc9421a4d4deb'/>
<id>urn:sha1:eac4ce972d951855ee168705b46bc9421a4d4deb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[User] Xulkal Keymaps Update (#6392)</title>
<updated>2019-07-25T18:56:29Z</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-07-25T18:56:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=20c0533c4c66b9d222b6ced2fad3ec6be6cad76e'/>
<id>urn:sha1:20c0533c4c66b9d222b6ced2fad3ec6be6cad76e</id>
<content type='text'>
* Xulkal changes

Refactor rgb &amp; encoder menu

Hadron Keymap

Refactor oled menu

* Fixing horizontal OLED data display

* Reverting changes to take to separate prs
</content>
</entry>
<entry>
<title>Remove/migrate action_get_macro()s from default keymaps (#5625)</title>
<updated>2019-07-16T06:04:02Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-07-16T06:04:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=f14629ed1cd7c7ec9089604d64f29a99981558e8'/>
<id>urn:sha1:f14629ed1cd7c7ec9089604d64f29a99981558e8</id>
<content type='text'>
* Remove/migrate action_get_macro()s from default keymaps

* Leave these breaks alone
</content>
</entry>
<entry>
<title>[Keyboard] Hadron keymap and config updates (#5632)</title>
<updated>2019-04-16T21:49:24Z</updated>
<author>
<name>ishtob</name>
<email>ishtob@gmail.com</email>
</author>
<published>2019-04-16T21:49:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=0a6beab2243cd9183127041917bb4c3ce6a22bd9'/>
<id>urn:sha1:0a6beab2243cd9183127041917bb4c3ce6a22bd9</id>
<content type='text'>
* update hadron keymaps, code cleanup

* keymap update

* refactor custom matrix to use quantum matrix defines

* fix wrong pin for matrix
</content>
</entry>
<entry>
<title>Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)</title>
<updated>2019-02-17T05:36:02Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-02-17T05:36:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e2d3c92199d6cc42a39c5d8729dfff61d78dd7d1'/>
<id>urn:sha1:e2d3c92199d6cc42a39c5d8729dfff61d78dd7d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Haptic feedback generalized - DRV2605 and solenoids (#4939)</title>
<updated>2019-02-17T02:39:30Z</updated>
<author>
<name>ishtob</name>
<email>ishtob@gmail.com</email>
</author>
<published>2019-02-17T02:39:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2cee371bf125a6ec541dd7c5a809573facc7c456'/>
<id>urn:sha1:2cee371bf125a6ec541dd7c5a809573facc7c456</id>
<content type='text'>
* initial work to add eeprom to haptic feedback and decouple the feedback process from keyboards

* Haptic feedback enhancements: on/off toggle working, feedback order working
todo:
-work on modes switching
-get modes switching to save to eeprom

* haptic enhancement - eeprom and modes added

* Added set and get functions for haptic feedback

* initial implementation of solenoids under haptic feedback

* changed eeprom to 32 bits to reserve blocks for future features

* start documentation of haptic feedback

* change keycode per comment from reviewers

* typo fixes

* added eeprom for solenoid configs

* added solenoid and docs

* Add/fix default parameters configs, improve docs

* more doc cleanup

* add in solenoid buzz toggle, clean up doc

* some fixes for error in compiling solenoid

* fix a chibios specific i2c read function and added one for AVR controllers in DRV2605L.c

* fixes for avr side issues

* update keymap

* fix keymap compile error

* fix bugs found during solenoid testing

* set pin that is not powered during bootloader

* added warning about certain pins on the MCU may trip solenoid during DFU/bootloader
</content>
</entry>
<entry>
<title>[Keymap] added new planck keymap /sebas (#4821)</title>
<updated>2019-01-12T01:30:54Z</updated>
<author>
<name>Spaceman</name>
<email>rionlion100@gmail.com</email>
</author>
<published>2019-01-12T01:30:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=cad0e3b90c49402cc4f4a539ae8c303129e75b6c'/>
<id>urn:sha1:cad0e3b90c49402cc4f4a539ae8c303129e75b6c</id>
<content type='text'>
* Create readme.md

* Add files via upload

* Add files via upload

* Update readme.md

* Add files via upload

* Update keymap.c

* Delete temp.c

* updated per request

removed 41-69 and changed keymap to layout

* Update keymap.c

* Added Guide

* Update keymap.c

* Update readme.md

* Create readme.md

* Add files via upload

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c
</content>
</entry>
<entry>
<title>Adding default settings for ERM motors for Hadron v3 haptic feedback (#4761)</title>
<updated>2019-01-02T21:30:59Z</updated>
<author>
<name>ishtob</name>
<email>ishtob@gmail.com</email>
</author>
<published>2019-01-02T21:30:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=484c85bd0dd1141bfc12ecada44da92a8f2e78f6'/>
<id>urn:sha1:484c85bd0dd1141bfc12ecada44da92a8f2e78f6</id>
<content type='text'>
* adding default settings to support 3v ERM vibration motors

* set default settings of haptic motor for LV061228B-L64-A 2v LRA

* update ishtob keymap and fix config settings
</content>
</entry>
<entry>
<title>Keymap: update ishtobs hadron keymap (#4613)</title>
<updated>2018-12-12T23:20:30Z</updated>
<author>
<name>ishtob</name>
<email>ishtob@gmail.com</email>
</author>
<published>2018-12-12T23:20:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2cef75cbb3ba9a3c05cf6914c6bafb720f2f2b83'/>
<id>urn:sha1:2cef75cbb3ba9a3c05cf6914c6bafb720f2f2b83</id>
<content type='text'>
* adding ishtob's keymap to hadron ver3

* update ishtob keymap

* ishtob hadron keymap update 2

* Delete readme (Case Conflict).md

* Delete readme (Case Conflict).md

* add missing FN layer to ishtob hadron keymap

* removed unused toggle keycode
</content>
</entry>
</feed>
