summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/keyboard.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-04adding Hadron v3 keyboard, QWIIC devices support, haptic feedback support (#4...ishtob1-0/+10
2018-11-02Move disable JTAG code from `keyboard_init` to `keyboard_setup`Danny Nguyen1-5/+9
2018-07-15Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron1-0/+3
2018-06-28Disable JTAG in keyboard initDrashna Jaelre1-1/+6
2018-03-22Generate API docs from source code comments (#2491)skullydazed1-2/+30
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo1-0/+7
2017-11-22I found a typo!Colin T.A. Gray1-1/+1
2017-11-21Allow multiple process_record() calls per scanSeebs1-0/+11
2017-10-06Generic Pointing Device (#1767)Snipeye1-0/+10
2017-09-30Don't process keycodes on the slaveFred Sundvik1-28/+35
2017-07-27Add support for GeminiPR steno protocol.Joe Wasson1-0/+6
2017-05-15added comments and made function name clearerJeremiah1-13/+18
2017-05-14whoopsJeremiah1-2/+2
2017-05-14faster, less bits :)Jeremiah1-9/+2
2017-05-14faster and less bits... againJeremiah1-6/+5
2017-05-14faster and less bitsJeremiah1-18/+15
2017-05-14should be using matrix_row_tJeremiah1-3/+3
2017-05-14a bit smallerJeremiah1-6/+6
2017-05-14a bit smallerJeremiah1-18/+35
2017-05-13improvementsJeremiah1-23/+16
2017-05-13anti-ghost improvement for older keyboards with empty spots in matrixJeremiah1-6/+30
2017-02-13Implement faux-clicky featurePriyadi Iman Nurcahyo1-0/+6
2017-02-06Minor cleanupNikolaus Wittenstein1-0/+1
2017-01-18added mods status bit to visualizer.SjB1-1/+1
2016-09-07Use keyboard config for nkro (#7)IBNobody1-1/+3
2016-07-07Makefile fixes and update of VisualizerFred Sundvik1-0/+8
2016-07-06Enable serial_link support for ChibiOSFred Sundvik1-2/+9
2016-07-04reverts #343 for the most part (#474)Jack Humbert1-45/+62
2016-06-13Move LED strip initialization (#397)Eric Tang1-0/+6
2016-05-24Clean up #343's code (#348)Eric Tang1-5/+3
2016-05-24Optimize matrix scanning (#343)Eric Tang1-78/+56
2016-04-17MAGIC functionality, AG swap in default layoutJack Humbert1-1/+7
2016-03-29Minor Tweaks and DocumentationIBNobody1-1/+1
2016-03-28Magic Key Overrides / Keyboard Lock / Forced NKROIBNobody1-0/+6
2015-05-18Add keyboard_setup() and matrix_setup()tmk1-0/+6
2015-04-28Merge commit '4d116a04e94cf0d19317d5b44e4fa9f34a3e5594'tmk1-0/+10
2015-04-23Improve anti-ghosting behavior for fast typingMichael Tharp1-2/+13
2015-04-09Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk1-0/+150