Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-06 | Generic Pointing Device (#1767) | Snipeye | |
2017-09-30 | Don't process keycodes on the slave | Fred Sundvik | |
2017-07-27 | Add support for GeminiPR steno protocol. | Joe Wasson | |
This protocol breaks out "duplicate" keys into their own entry in the packet so that more complicated logic can be done on the software side, including support for additional languages and alternative theories. | |||
2017-05-14 | added comments and made function name clearer | Jeremiah | |
2017-05-14 | whoops | Jeremiah | |
2017-05-14 | faster, less bits :) | Jeremiah | |
2017-05-13 | faster and less bits... again | Jeremiah | |
2017-05-13 | faster and less bits | Jeremiah | |
2017-05-13 | should be using matrix_row_t | Jeremiah | |
2017-05-13 | a bit smaller | Jeremiah | |
2017-05-13 | a bit smaller | Jeremiah | |
2017-05-13 | improvements | Jeremiah | |
2017-05-13 | anti-ghost improvement for older keyboards with empty spots in matrix | Jeremiah | |
2017-02-13 | Implement faux-clicky feature | Priyadi Iman Nurcahyo | |
2017-02-05 | Minor cleanup | Nikolaus Wittenstein | |
2017-01-17 | added mods status bit to visualizer. | SjB | |
Since we can't read the real_mods and oneshot_mods static variable directly within the update_user_visualizer_state function (Threading and serial link). We are know storing the mods states in the visualizer_keyboard_status_t structure. We can now display the status of the modifier keys on the LCD display. | |||
2016-09-06 | Use keyboard config for nkro (#7) | IBNobody | |
* removing nkro references - wip * changed NKRO to be defined by keymap_config | |||
2016-07-07 | Makefile fixes and update of Visualizer | Fred Sundvik | |
2016-07-06 | Enable serial_link support for ChibiOS | Fred Sundvik | |
2016-07-04 | reverts #343 for the most part (#474) | Jack Humbert | |
2016-06-12 | Move LED strip initialization (#397) | Eric Tang | |
2016-05-24 | Clean up #343's code (#348) | Eric Tang | |
2016-05-23 | Optimize matrix scanning (#343) | Eric Tang | |
2016-04-16 | MAGIC functionality, AG swap in default layout | Jack Humbert | |
2016-03-28 | Minor Tweaks and Documentation | IBNobody | |
Fixed compiler warning by including bootloader.h in keymap_common.c. Changed FORCE_NKRO to only be applied if NKRO_ENABLE is defined. Added extra documentation to the template config.h | |||
2016-03-28 | Magic Key Overrides / Keyboard Lock / Forced NKRO | IBNobody | |
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock option to template / Added forced NKRO option to template (disabled by default) | |||
2015-05-19 | Add keyboard_setup() and matrix_setup() | tmk | |
2015-04-28 | Merge commit '4d116a04e94cf0d19317d5b44e4fa9f34a3e5594' | tmk | |
2015-04-23 | Improve anti-ghosting behavior for fast typing | Michael Tharp | |
Keypresses would be forgotten if they began while ghosting, even if they were still pressed after ghosting ended. | |||
2015-04-10 | Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' | tmk | |