summaryrefslogtreecommitdiff
path: root/tmk_core/common/keyboard.c
AgeCommit message (Expand)Author
2021-08-18Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis
2021-08-18Digitizer HID interface : absolute coordinates for mouse cursor (#12851)a-chol
2021-06-18Add CRC8 calculation subsystem to quantum (#12641)Stefan Kerkmann
2021-06-10Add ST7565 LCD driver (#13089)Ryan
2021-05-18Fixup housekeeping from being invoked twice per loop. (#12933)Nick Brassel
2021-04-25eeprom driver: Refactor where eeprom driver initialisation (and EEPROM emulat...Purdea Andrei
2021-04-13LED Matrix: suspend code (#12509)Ryan
2021-03-28LED Matrix: Config functions (#12361)Ryan
2021-02-28Overhaul bootmagic logic to have single entrypoint (#8532)Joel Challis
2021-02-26[BUG] Massdrop develop rgb fix (#12022)Nick Brassel
2021-02-16Split transport mirror (#11046)XScorpion2
2021-02-14Refactor platform logic within print.h (#11863)Joel Challis
2021-02-09Remove FAUXCLICKY feature (deprecated) (#11829)Drashna Jaelre
2021-02-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-05Manually run formatting job (#11797)Joel Challis
2021-02-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-03Fix DEBUG_MATRIX_SCAN_RATE on chibiOS when console is enabled (#11776)Drashna Jaelre
2021-01-28Merge remote-tracking branch 'upstream/master' into developNick Brassel
2021-01-28add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489)Takeshi ISHII
2021-01-21Keep track of encoder activity (#11595)Nick Brassel
2021-01-18Keep track of last matrix activity. (#11552)Nick Brassel
2021-01-15Revert "Keep track of last matrix activity (#10730)"Nick Brassel
2021-01-12Keep track of last matrix activity (#10730)Nick Brassel
2020-12-01[Split] Sync Timer feature (#10997)XScorpion2
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young
2020-11-18Add references for is_keyboard_left() (#10850)Drashna Jaelre
2020-08-29Hid joystick interface (#4226)a-chol
2020-06-03Move encoder_read to common location (#9003)Joel Challis
2020-06-03Move dip switch init to back of the init process (#9233)Drashna Jaelre
2020-05-03Provide a mechanism for split keyboards to process key press on both halves (...Joel Challis
2020-05-02Move encoder_read to common locationzvecr
2020-03-10Refactor rgblight_reconfig.h (#7773)Takeshi ISHII
2020-01-19Move rgblight and backlight task to common location (#7733)Joel Challis
2020-01-03VIA Configurator Refactor (#7268)Wilba
2019-12-16[Core] Optimize matrix processing (#7621)Drashna Jaelre
2019-12-11Fix FORCE_NKRO handling (#7601)Joel Challis
2019-10-17Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis
2019-10-15 Port DEBUG_MATRIX_SCAN_RATE to core (#7029)Joel Challis
2019-08-30clang-format changesskullY
2019-08-20Remove superfluous JTAG disable code (#6445)fauxpark
2019-05-06[Keyboard] Sol keyboard conversion to split common (#5773)XScorpion2
2019-02-21Velocikey: Match RGB animation speed to typing speed (#3754)Chris Lewis
2019-02-14Debounce refactor / API (#3720)Drashna Jaelre
2019-02-14Add kb and user level keyboard initialization functions (#3113)Drashna Jaelre
2019-01-26Whitespace cleanup.alex-ong
2019-01-26DO NOT USE - Removed debounce from TMK.alex-ong
2019-01-04Merge branch 'master' into debounce_refactorAlex Ong
2018-12-04adding Hadron v3 keyboard, QWIIC devices support, haptic feedback support (#4...ishtob
2018-11-02Move disable JTAG code from `keyboard_init` to `keyboard_setup`Danny Nguyen
2018-08-29Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes.Alex Ong