summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez
AgeCommit message (Expand)Author
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel
2023-05-03Remove more junk files and scripts (#20682)Ryan
2023-04-14Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-04-05Move Alice and Ergodox layouts to data driven (#20340)Ryan
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition
2023-04-03Add direction to dynamic_macro_record_start_user (#19689)Johannes H. Jensen
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan
2023-02-23Reallocate SAFE_RANGE (#19909)Joel Challis
2023-02-22Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan
2023-02-13Refactor Leader key feature (#19632)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2023-02-03Debounce defines cleanup (#19742)Ryan
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel
2023-01-28Remove commented out backlight config & stray "backlight levels" (#19703)Ryan
2023-01-10Migrate `LAYOUTS` to data driven (#19541)Ryan
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan
2022-12-14Leader: remove `qk_` prefix (#19304)Ryan
2022-12-13Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_...precondition
2022-12-12[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y
2022-12-11[Keymap] user dvorak_42_key ergodox_ez and crkbd keymaps (#19154)Luc
2022-11-12Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-11-11Eric Gebhart user space and keymaps (#17487)Eric Gebhart
2022-11-03Normalise Dynamic Macro keycodes (#18939)Ryan
2022-10-29Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-10-28[Keymap] toshi0383 keymaps update (#18760)Toshihiro Suzuki
2022-10-27Remove rgblight_list.h (#18878)Ryan
2022-10-27Remove `KC_DELT` (#18882)Ryan
2022-10-27Normalise Space Cadet keycodes (#18864)Ryan
2022-10-21Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan
2022-10-21Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan
2022-10-20Remove legacy EEPROM clear keycodes (#18782)Ryan
2022-10-17Remove legacy sendstring keycodes (#18749)Ryan
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan
2022-10-15Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre
2022-10-13Remove legacy keycodes, part 4 (#18683)Ryan
2022-10-13Remove keymaps that still reference legacy macros (#18693)Joel Challis
2022-10-10Remove legacy keycodes, part 2 (#18660)Ryan
2022-10-09Remove legacy international keycodes (#18588)Ryan
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2022-08-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-16[Keymap] toshi0383 keymaps update (#18073)Toshihiro Suzuki
2022-08-15Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-08-15Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956)Ryan
2022-08-06[Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...Stefan Kerkmann
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot