Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | keymaps: fix kinesis default keymap progrm/reset keycode (#12429) | Michael Stapelberg | 2021-04-02 | 1 | -1/+1 |
| | | | | | | | | | | The right-most top-most key on the Kinesis Advantage keyboard is labeled “Progrm” and was meant to enter the Teensy bootloader as per the comment. However, the keycode was set to KC_1, which just produces a “1”. It should be RESET instead. This commit fixes KC_1 to RESET in all files where the fix is needed. The other files have already been fixed independently. | ||||
* | Remove/migrate action_get_macro()s from default keymaps (#5625) | fauxpark | 2019-07-15 | 1 | -16/+0 |
| | | | | | | * Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone | ||||
* | Remove empty fn_actions[] | fauxpark | 2019-01-11 | 1 | -5/+0 |
| | |||||
* | Kinesis refactor and Configurator update (#3245) | noroadsleft | 2018-06-27 | 1 | -2/+2 |
| | | | | | | | | | | * Matrix refactor * Keymap refactor * Configurator support * Stapelberg readme formatting fix (missing grave accent) | ||||
* | kinesis remap | milestogo | 2017-01-08 | 1 | -29/+3 |
| | |||||
* | initial kinisis advantage build | milestogo | 2016-07-19 | 1 | -0/+116 |