Age | Commit message (Expand) | Author |
2023-07-02 | Get rid of `USB_LED_SCROLL_LOCK` (#21405) | Ryan |
2023-06-24 | Move `TAPPING_TERM` to data driven (#21296) | Ryan |
2023-06-24 | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292) | Ryan |
2023-06-24 | Move `RGB_MATRIX_HUE/SAT/VAL/SPD_STEP` to data driven (#21354) | Ryan |
2023-06-18 | Move `RGBLED_NUM` to data driven (#21278) | Ryan |
2023-06-16 | Move `RGBLIGHT_SLEEP` to data driven (#21072) | Ryan |
2023-06-15 | Move `RGBLIGHT_SPLIT` to data driven (#21190) | Ryan |
2023-06-06 | Move `RGBLED_SPLIT` to data driven (#21113) | Ryan |
2023-05-27 | Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) | Ryan |
2023-05-04 | Helix rev2: remove 4 rows option (#20667) | Ryan |
2023-04-30 | Remove `FLIP_HALF` layouts and move to data driven (#20588) | Ryan |
2023-04-12 | Move single `LAYOUT`s to data driven (#20365) | Ryan |
2023-04-08 | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | Ryan |
2023-04-06 | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan |
2023-04-03 | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition |
2023-03-16 | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan |
2023-02-26 | Move encoder config to data driven (#19923) | Ryan |
2023-02-23 | VIA Protocol 12 + fixes (#19916) | Nick Brassel |
2023-02-17 | Move `SOFT_SERIAL_PIN` to data driven (#19863) | Ryan |
2023-02-17 | Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778) | Ryan |
2023-02-08 | Remove `SOFT_SERIAL_PIN` for non-split boards (#19774) | Ryan |
2023-02-07 | Remove unused Bootmagic row/col defines from config.h (#19761) | Ryan |
2023-02-06 | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752) | Ryan |
2023-02-05 | Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748) | Ryan |
2023-02-03 | Debounce defines cleanup (#19742) | Ryan |
2023-02-03 | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan |
2023-01-30 | Clean up Force NKRO in config.h (#19718) | Ryan |
2023-01-31 | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel |
2023-01-28 | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan |
2023-01-20 | Fix functions with empty params (#19647) | Ryan |
2022-12-30 | Remove useless line continuations (#19399) | Ryan |
2022-12-12 | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007) | Albert Y |
2022-11-22 | Update use of legacy keycodes (#19120) | Joel Challis |
2022-11-21 | Remove .noci functionality (#19122) | Joel Challis |
2022-10-27 | Remove rgblight_list.h (#18878) | Ryan |
2022-10-21 | Deprecate `KC_LOCK` for `QK_LOCK` (#18796) | Ryan |
2022-10-20 | Remove legacy EEPROM clear keycodes (#18782) | Ryan |
2022-10-16 | Remove legacy keycodes, part 6 (#18740) | Ryan |
2022-10-15 | Remove legacy keycodes, part 5 (#18710) | Ryan |
2022-10-15 | Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726) | Drashna Jaelre |
2022-10-09 | Remove legacy international keycodes (#18588) | Ryan |
2022-09-26 | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415) | Ryan |
2022-09-23 | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan |
2022-09-07 | Remove legacy define SERIAL_USE_MULTI_TRANSACTION (#18299) | Dasky |
2022-09-06 | Remove legacy USE_SERIAL define (#18292) | Dasky |
2022-08-21 | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis |
2022-08-06 | Remove `UNUSED_PINS` (#17931) | Nick Brassel |
2022-07-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot |
2022-07-28 | Move keyboard USB IDs and strings to data driven: H (#17821) | Ryan |
2022-06-24 | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674) | precondition |