summaryrefslogtreecommitdiff
path: root/tmk_core/common
AgeCommit message (Expand)Author
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
2019-04-29Re-fix Mousekey MovementsDrashna Jaelre
2019-04-25Fix wakeup function on ChibiOSDrashna Jaelre
2019-04-23Merge branch 'master' into fix/rgb_matrix_initFlorian Didron
2019-04-23Merge branch 'master' into fix/avr_gcc_compilerFlorian Didron
2019-04-22Init RGB Matrix EEPROMDrashna Jaelre
2019-04-22Make sure NOBITS is set on reset_keyDanny Nguyen
2019-04-22Improve mouse keys docs and constant speed modeMarkus Weimar
2019-04-09Custom Tapping Term per key (#5009)Drashna Jaelre
2019-04-09RGB Matrix support for Massdrop CTRL/ALT (#5328)Daniel Prilik
2019-03-26Add 3 speed mousekey movement option (#2246)Jon Arintok
2019-03-12Next set of split_common changes (#4974)James Churchill