Commit Graph

363 Commits (17ff5512757e05cd3b4e27066c24ac697fa8da9c)

Author SHA1 Message Date
Ted Lin c3200aa8fc Compile error if ONESHOT_TIMEOUT defined but oneshot disabled (#8100) 5 years ago
fauxpark 174a15d07d Remove PJRC USB stack 5 years ago
Ted M Lin d84eb14b3a
Use function for KEYCODE2 routines instead of macro. (#8101) 5 years ago
fauxpark b2ce2f8a34
Dedupe extrakey report struct, and send functions in V-USB & LUFA (#7993) 5 years ago
QMK Bot 1a79f14e43 format code according to conventions [skip ci] 5 years ago
Pavel Župa 4e6d1ae0ea
Fix timer_elapsed() overflow issue for STM32F103 and other ChibiOS boards (#7595) 5 years ago
Joel Challis d4ccb2e0e6 Fix printf buffer overflow when cols>16 (#7998) 5 years ago
QMK Bot fe50883c15 format code according to conventions [skip ci] 5 years ago
Nick Brassel d13ada1162 Add customisable EEPROM driver selection (#7274) 5 years ago
Joel Challis 667045b492
Run clang-format manually to fix recently changed files (#7934) 5 years ago
Joel Challis ba628a28bc
Move rgblight and backlight task to common location (#7733) 5 years ago
ridingqwerty 95c24bbaf8
Implement and document TAPPING_FORCE_HOLD_PER_KEY (#7859) 5 years ago
Drashna Jaelre 1b0854fdca Cleanup check for PERMISSIVE_HOLD (#7861) 5 years ago
fauxpark 1e670f5e67
Remove `KEYMAP_SECTION_ENABLE` (#7882) 5 years ago
zk-phi 7f388b6553 Add per-key IGNORE_MOD_TAP_INTERRUPT feature (#7838) 5 years ago
Joel Challis dcb7ca3f79
Move some common matrix code to a common location (#7699) 5 years ago
Wilba 320822d75b VIA Configurator Refactor (#7268) 5 years ago
xyzz 8ec0b378bc Fix typo in action.c (#7757) 5 years ago
Joel Challis 376419a4f7
Add central location for ChibiOS defines (#7542) 5 years ago
Drashna Jaelre 85f4c3ebb4 [Core] Optimize matrix processing (#7621) 5 years ago
Joel Challis efb21c00ce Fix FORCE_NKRO handling (#7601) 6 years ago
Joel Challis 071eb2478f Remove mbed files (#7605) 6 years ago
fauxpark 02412156d5
Add 4-character aliases for sendstring keycodes (#7409) 6 years ago
zvecr a91c0c4765 Run clang-format manually to fix recently changed files 6 years ago
Joel Challis c1970e284d Fix LAYER_STATE_8BIT compile issues (#7304) 6 years ago
Jonathan Rascher 680d401faf Support RGBLIGHT_SLEEP when ChibiOS boards suspend (#7280) 6 years ago
fauxpark dfb78d2a08 New and improved lock LED callbacks (#7215) 6 years ago
Joel Challis abfd6ed961
Move tmk_core/common/backlight to quantum/backlight (#6710) 6 years ago
fauxpark 63f4806d7a Fix bug in `do_code16()` (#6935) 6 years ago
Joel Challis 2ac4197b73
Add binary support to tinyprintf (#7024) 6 years ago
Joel Challis cc5edb9eeb
Port DEBUG_MATRIX_SCAN_RATE to core (#7029) 6 years ago
Joel Challis 38aefaf78e
ARM - Initial backlight support (#6487) 6 years ago
fauxpark 41b9be560d
Wrap util.h functions in `extern "C"` (#6762) 6 years ago
Joel Challis 17794e0b25
ARM split - Add support for dfu-util EE_HANDS flashing (#6543) 6 years ago
Joel Challis ad8dbd5ca5
ARM split - Add bootmagic/magic keycodes for setting handedness (#6545) 6 years ago
XScorpion2 2f49cae9bc Fixing wrapping math logic for timer_expired functions (#6746) 6 years ago
fauxpark 91bd2117df Banish some more magic numbers (#6662) 6 years ago
skullY b624f32f94 clang-format changes 6 years ago
skullY 691be16b23 Have clang ignore the code in bootloader_size.c 6 years ago
Drashna Jaelre 931e9bdbe4 Decrement EECONFIG magic number 6 years ago
XScorpion2 957070a6b5 Added OLED Display autoscroll during periods of OLED data inactivity (#6546) 6 years ago
Drashna Jaelre b62e160a89
Additional changes for Layer State typedef compatibility (#5906) 6 years ago
Stephen Wanhella d534c72a54 Added keycodes for swapping and unswapping the Control and OS keys (#6110) 6 years ago
fauxpark f2c179de58 Remove superfluous JTAG disable code (#6445) 6 years ago
Joel Challis d8d2a09674 Fix LT() crashing some ARM keyboards (#6529) 6 years ago
fauxpark 2f6c068e0d Extend allowed range of tappable keycodes to include modifiers (#5809) 6 years ago
Drashna Jaelre 3261c408e4 Add support for TAP_CODE_DELAY to Hold-Tap keys (#5400) 6 years ago
Konstantin Đorđević a2e91ebec9 Update IS_COMMAND definitions to use MOD_MASK_SHIFT (#6348) 6 years ago
fauxpark 3895b4b868 Extend maximum number of backlight levels to 31 (#6351) 6 years ago
Drashna Jaelre f6651424a0 Make Caps Lock delay more reasonable (#6199) 6 years ago