summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan2023-06-141-22/+0
|
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-151-2/+0
|
* Remove more junk files and scripts (#20682)Ryan2023-05-031-19/+0
|
* Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2023-04-141-1/+1
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-1/+3
|
* Move Alice and Ergodox layouts to data driven (#20340)Ryan2023-04-052-215/+358
|
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-038-14/+1
|
* Add direction to dynamic_macro_record_start_user (#19689)Johannes H. Jensen2023-04-031-1/+1
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-163-52/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Reallocate SAFE_RANGE (#19909)Joel Challis2023-02-234-8/+3
|
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-2/+0
|
* Refactor Leader key feature (#19632)Ryan2023-02-134-47/+36
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
|
* Debounce defines cleanup (#19742)Ryan2023-02-032-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-1/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-1416-47/+47
|
* Leader: remove `qk_` prefix (#19304)Ryan2022-12-141-1/+1
|
* Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition2022-12-132-4/+4
| | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
* [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-123-23/+20
| | | | | | | | | | | | | | | | | | | | | | | | | * Replace Tapping Force Hold feature with Quick Tap Term * Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0 * Deprecate force hold in info_config.json * Before and after quick tap term unit tests * Quick tap unit tests iteration * Keymap config.h correction * Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed * Add two more test cases for quick tap * Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2 * Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2 * Add function declaration for get_quick_tap_term Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* [Keymap] user dvorak_42_key ergodox_ez and crkbd keymaps (#19154)Luc2022-12-111-507/+95
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: luc wastiaux <luc.wastiaux@airpost.net> Co-authored-by: Luc W <lucw@airpost.net>
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-122-171/+2
|\
| * Eric Gebhart user space and keymaps (#17487)Eric Gebhart2022-11-112-171/+2
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-033-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | * `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1` * `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2` * `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1` * `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2` * `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP` * Update docs
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-10-291-98/+0
|\|
| * [Keymap] toshi0383 keymaps update (#18760)Toshihiro Suzuki2022-10-281-98/+0
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Remove rgblight_list.h (#18878)Ryan2022-10-273-21/+21
| | | | | | | | | | | | | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references
* | Remove `KC_DELT` (#18882)Ryan2022-10-271-1/+1
| |
* | Normalise Space Cadet keycodes (#18864)Ryan2022-10-274-8/+8
| |
* | Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-212-2/+2
| |
* | Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-213-4/+4
| |
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-204-4/+4
| | | | | | | | | | | | | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* | Remove legacy sendstring keycodes (#18749)Ryan2022-10-172-5/+5
| |
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-1614-158/+158
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-156-11/+11
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-152-2/+20
| |
* | Remove legacy keycodes, part 4 (#18683)Ryan2022-10-1313-98/+98
| | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* | Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-135-919/+0
| |
* | Remove legacy keycodes, part 2 (#18660)Ryan2022-10-1013-34/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* | Remove legacy international keycodes (#18588)Ryan2022-10-091-1/+1
| |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-232-2/+2
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-2110-10/+108
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-171-98/+0
|\
| * [Keymap] toshi0383 keymaps update (#18073)Toshihiro Suzuki2022-08-161-98/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-159-60/+25
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956)Ryan2022-08-159-60/+25
| |
* | [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-064-9/+1
| | | | | | | | `QMK_KEYS_PER_SCAN` (#15292)