summaryrefslogtreecommitdiff
path: root/keyboards/edi
AgeCommit message (Collapse)AuthorFilesLines
2025-05-16Remove duplicate of SPI default config from keyboards (#25266)Joel Challis1-4/+1
2025-04-22Remove empty `url` fields (#25181)Joel Challis1-1/+0
2024-08-25Update Underglow keycodes (#23765)Ryan3-9/+9
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-05-23Remove some useless code from keymaps (#23787)Ryan1-5/+0
2024-05-20Migrate `LOCKING_*_ENABLE` to Data-Driven: E (#23751)James Young2-24/+6
Affects: - `e88` - `ealdin/quadrant` - `earth_rover` - `eco` - `edc40` - `edi/standaside` - `eek` - `ein_60` - `eniigmakeyboards/ek65` - `eniigmakeyboards/ek87` - `ep/96` - `ep/comsn/hs68` - `ep/comsn/mollydooker` - `ep/comsn/tf_longeboye` - `ergodox_ez` - `ergotravel/rev1` - `eternal_keypad` - `evil80` - `evolv` - `evyd13/atom47/rev2` - `evyd13/atom47/rev5` - `evyd13/eon65` - `evyd13/eon75` - `evyd13/eon87` - `evyd13/eon95` - `evyd13/gh80_1800` - `evyd13/gh80_3700` - `evyd13/minitomic` - `evyd13/mx5160` - `evyd13/nt750` - `evyd13/nt980` - `evyd13/omrontkl` - `evyd13/quackfire` - `evyd13/solheim68` - `evyd13/ta65` - `evyd13/wasdat_code` - `exclusive/e65` - `exclusive/e7v1` - `exclusive/e7v1se` - `exclusive/e85/hotswap` - `exclusive/e85/soldered`
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2-2/+2
2024-04-14Migrate build target markers to keyboard.json - DE (#23515)Joel Challis4-33/+12
2024-04-14Data-Driven Keyboard Conversions: E (#23512)James Young2-16/+11
2024-03-15Migrate features from rules.mk to data driven - EFGH (#23248)Joel Challis4-25/+19
2024-03-02WS2812 PWM: prefix for DMA defines (#23111)Ryan1-2/+2
* WS2812 PWM: prefix for DMA defines * Add backward compatibility defines
2023-12-18Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695)Nick Brassel1-115/+0
2023-08-23Move RGBLight animations to data driven (#21635)Ryan6-47/+39
* Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel1-2/+0
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan6-3/+9
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan1-1/+0
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan6-3/+7
2023-03-29Move ortho & numpad layouts to data driven (#20183)Ryan6-293/+198
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan2-1/+3
2023-03-17Remove more empty headers (#20155)Ryan3-37/+0
2023-03-11Move matrix config to info.json, part 3 (#19991)Ryan6-41/+16
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-17Remove matrix size defines (#19581)Ryan3-12/+0
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan6-18/+6
2023-02-06Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2-12/+0
2023-02-03Debounce defines cleanup (#19742)Ryan3-9/+0
* 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
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan3-9/+0
2023-01-30Clean up Force NKRO in config.h (#19718)Ryan2-42/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2-2/+0
2023-01-28Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2-12/+0
2023-01-10Migrate `LAYOUTS` to data driven (#19541)Ryan2-3/+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
2023-01-08Add some missing layout data (#19539)Joel Challis2-0/+140
2022-10-22Deprecate `VLK_TOG` for `VK_TOGG` (#18807)Ryan2-2/+2
2022-10-21Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan3-3/+3
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan4-4/+4
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
2022-10-15Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre3-5/+33
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis1-1/+1
2022-08-15Merge remote-tracking branch 'upstream/master' into developfauxpark4-14/+18
2022-08-15Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956)Ryan4-14/+18
2022-08-06Remove `UNUSED_PINS` (#17931)Nick Brassel2-2/+0
2022-07-30Move keyboard USB IDs and strings to data driven: E (#17815)Ryan2-7/+6
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis3-3/+3
2022-03-15Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2-5/+0
(#16655)
2022-01-25More keyboard rules.mk cleanups (#16044)Ryan1-4/+1
* More keyboard rules.mk cleanups * Found a couple more
2022-01-15Fix broken bootloader builds in develop. (#15880)Dasky1-1/+1
2022-01-10[Keyboard] move standaside into edi/ (#15798)peepeetee7-0/+316
2022-01-07[Keyboard] Hard Light Mark 2 and keymaps (#13719)FateEverywhere11-0/+510
* Hard Light Mark 2 and keymaps This time with minor competence! * Update keyboards/edi/hardlight/mk2/rules.mk * Delete config.h * Apply suggestions from code review
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan1-2/+1
2021-12-09Remove empty config.h from default-ish keymaps (#15429)Ryan1-20/+0
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan1-2/+0
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young1-1/+1
* remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
2021-09-12Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan1-1/+0