summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez
AgeCommit message (Expand)AuthorFilesLines
2025-09-09Migrate `g_led_config` to DD (E, F) (#25561)Jack Sangdahl2-36/+50
2025-07-11Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan5-13/+13
2025-07-06Deprecate some nonstandard mod & mod-tap keycode aliases (#25437)Ryan6-7/+7
2025-06-10Migrate remaining `DEFAULT_FOLDER` to keyboard aliases (#25291)Joel Challis1-2/+0
2024-10-12Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan5-11/+11
2024-10-06WS2812 API rework (#24364)Ryan2-37/+47
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2-91/+0
2024-08-18Add dynamic macro keyboard callbacks (#24142)Drashna Jaelre1-2/+10
2024-06-16`ergodox_ez/base`: Add missing `features` object (#23935)Ryan1-0/+6
2024-05-23Remove some useless code from keymaps (#23787)Ryan1-5/+0
2024-05-20Migrate `LOCKING_*_ENABLE` to Data-Driven: E (#23751)James Young2-5/+6
2024-05-12Change all RGB mode keycodes to short aliases (#23691)Ryan1-1/+1
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan1-1/+1
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan1-27/+27
2024-05-02Convert some AVR GPIO operations to macros (#23424)Ryan2-22/+39
2024-04-28Rename `RGBW` define to `WS2812_RGBW` (#23585)Ryan3-5/+4
2024-04-14Migrate build target markers to keyboard.json - DE (#23515)Joel Challis1-0/+0
2024-04-14Data-Driven Keyboard Conversions: E (#23512)James Young6-21/+20
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis2-0/+0
2024-03-27Update I2C API usage in keyboard code (#23360)Ryan2-4/+4
2024-03-18Add init function to RGBLight driver struct (#23076)Ryan9-39/+245
2024-02-16[Keymap Removal] keyboard with most keymaps (#23092)Joel Challis32-1998/+0
2024-01-17I2C driver cleanup (#21273)David Hoelscher4-59/+40
2024-01-04Migrate RGB Matrix config to info.json - EF (#22808)Joel Challis2-57/+35
2023-12-20Merge remote-tracking branch 'upstream/master' into developfauxpark43-6393/+0
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan2-2/+2
2023-12-18Update keyboard LED driver configs (#22638)Ryan1-1/+1
2023-12-18Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695)Nick Brassel43-6393/+0
2023-12-17Merge remote-tracking branch 'upstream/master' into developNick Brassel8-893/+0
2023-12-17[Keymap Removal] Planck and related keymaps. (#22683)Nick Brassel8-893/+0
2023-12-12Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570)Ryan2-3/+3
2023-12-05Rework RGBLight driver system (#22529)Ryan3-1/+9
2023-11-27Remove userspace keymaps (#22544)Joel Challis19-1809/+0
2023-11-22Remove unnecessary driver counts (#22435)Joel Challis1-1/+0
2023-11-12Remove requirement for `keymap_steno.h` include in keymaps (#22423)Ryan1-3/+0
2023-11-09Migrate some common features to generic (#22403)Joel Challis1-1/+0
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan1-2/+2
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan1-1/+1
2023-10-04Update ISSI LED types (#22099)Ryan1-1/+1
2023-09-21Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2023-09-21keymaps: Fix hacker_dvorak build. (#22102)Apteryks1-1/+1
2023-09-19Add and use I2C address defines for ISSI LED drivers (#22008)Ryan1-2/+2
2023-09-13is31fl3731: driver naming cleanups (#21918)Ryan1-1/+1
2023-09-04Add `mousekey.h` include to `quantum.h` (#21897)Ryan1-1/+0
2023-09-04Clean up RGB LED type (#21859)Ryan1-1/+1
2023-08-23Move RGBLight animations to data driven (#21635)Ryan2-13/+13
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-1/+1
2023-08-23Simplfy RGB/LED matrix effect logic (#21703)Joel Challis1-14/+14
2023-07-09Move `DEBOUNCE_TYPE` to data driven (#21489)Ryan2-1/+3
2023-07-06Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan2-4/+6