summaryrefslogtreecommitdiff
path: root/tmk_core/common
AgeCommit message (Expand)Author
2020-02-26Apollo (#246)Florian Didron
2020-01-09[Core] Optimize matrix processing (#7621)Drashna Jaelre
2020-01-09Remove mbed files (#7605)Joel Challis
2020-01-09Big keycode cleanup (#230)Drashna Jaelre
2020-01-09Add 4-character aliases for sendstring keycodes (#7409)fauxpark
2020-01-09Fix LAYER_STATE_8BIT compile issues (#7304)Joel Challis
2020-01-09WS2812 Overhaul (#210)Drashna Jaelre
2020-01-09New and improved lock LED callbacks (#7215)fauxpark
2020-01-09ARM split - Add bootmagic/magic keycodes for setting handedness (#6545)Joel Challis
2020-01-09ARM split - Add support for dfu-util EE_HANDS flashing (#6543)Joel Challis
2019-12-06feat: add get layer commandFlorian Didron
2019-12-06chore: renaming of the get version cmdsFlorian Didron
2019-12-06feat: add fw version webusb cmdFlorian Didron
2019-12-06chore: refactor webusb lp url commandFlorian Didron
2019-12-06chore: unused var cleanupFlorian Didron
2019-12-06feat: add landing page url commandFlorian Didron
2019-12-06feat: update examples + pairing processFlorian Didron
2019-12-06feat: adds pairing keyFlorian Didron
2019-11-04Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis
2019-11-04Fix bug in `do_code16()` (#6935)fauxpark
2019-11-04Add binary support to tinyprintf (#7024)Joel Challis
2019-11-04 Port DEBUG_MATRIX_SCAN_RATE to core (#7029)Joel Challis
2019-11-04Wrap util.h functions in `extern "C"` (#6762)fauxpark
2019-11-04Fixing wrapping math logic for timer_expired functions (#6746)XScorpion2
2019-09-26Banish some more magic numbers (#6662)fauxpark
2019-09-17clang-format changesskullY
2019-09-17Have clang ignore the code in bootloader_size.cskullY
2019-08-28Added OLED Display autoscroll during periods of OLED data inactivity (#6546)XScorpion2
2019-08-28Increment EEPROM Magic Number due to EEPROM init issuesDrashna Jael're
2019-08-28Added keycodes for swapping and unswapping the Control and OS keys (#6110)Stephen Wanhella
2019-08-15feat: force eeprom reset on flashFlorian Didron
2019-08-14Fix LT() crashing some ARM keyboards (#6529)Joel Challis
2019-08-13Extend allowed range of tappable keycodes to include modifiers (#5809)fauxpark
2019-08-13Add support for TAP_CODE_DELAY to Hold-Tap keys (#5400)Drashna Jaelre
2019-07-27Remove dynamic_keymap checkDrashna Jaelre
2019-07-27Change additional layer structure codeDrashna Jaelre
2019-07-27Additional changes for Layer State typedef compatibilityDrashna Jaelre
2019-07-27Fix bit count calculation for iterating layersRyan Caltabiano
2019-07-27Typedef'ed layer_state_t to uint32_t (#3637)Alex Ong
2019-07-19Make Caps Lock delay more reasonable (#6199)Drashna Jaelre
2019-07-19Store backlight breathing state in EEPROM (#6105)fauxpark
2019-07-19Adding rgb matrix speed into eeprom storage. (#5965)XScorpion2
2019-07-19Usbasploader bootloader option addition (#6304)yiancar
2019-06-04Fix TO() and DF() calling layer_state_set_[kb,user] twice (#6003) (#62)Drashna Jaelre
2019-05-20Merge branch 'master' into fix/caps_lock_tap_hold_functionsFlorian Didron
2019-05-20Merge branch 'master' into fix/mouse_keysFlorian Didron
2019-05-17Make delay for Capslock in Hold-Tap functions configurable (#5497)Drashna Jaelre
2019-05-06Re-fix Mousekey Movements (#5740)Drashna Jaelre
2019-05-06Fix issuse with OLED Driver and Split Keyboard codeXScorpion2
2019-04-30Merge pull request #34 from zsa/fix/mouse_movementFlorian Didron