summaryrefslogtreecommitdiffstats
path: root/keyboards/ymdk
Commit message (Collapse)AuthorAgeFilesLines
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-031-253/+253
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-026-12/+8
|
* Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648)Ryan2023-05-014-6/+4
|
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-272-78/+214
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-156-307/+208
|
* Move remaining `LAYOUT`s to data driven (#20422)Ryan2023-04-153-965/+803
|
* Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2023-04-141-2/+1
|
* [Keyboard] Update ymdk/id75 config (#20432)Drashna Jaelre2023-04-122-2/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-1210-0/+485
|\
| * [Keyboard] ymdk/id75 (#19967)Less/Rikki2023-04-1210-0/+485
| | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-124-193/+147
| |
* | Move `default` layouts to data driven (#20349)Ryan2023-04-082-78/+322
| |
* | 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-0625-15/+303
| |
* | Move 75% and 96% layouts to data driven (#20289)Ryan2023-04-059-1586/+1690
| |
* | Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-2911-1034/+676
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-2612-8/+18
| |
* | Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-235-14/+0
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2023-03-237-53/+132
|\|
| * [Keyboard] Ymd09 config updates (#20124)SHVD3x2023-03-228-61/+136
| | | | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Remove more empty headers (#20155)Ryan2023-03-1712-157/+0
| |
* | Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-165-66/+0
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Fix layout macro keys with no matrix position (#20033)Ryan2023-03-131-1/+1
| |
* | Adjust offset for some layouts (#20075)Ryan2023-03-132-135/+149
| |
* | Move matrix config to info.json, part 1 (#19985)Ryan2023-03-0534-199/+85
|/
* Move backlight config to data driven (#19910)Ryan2023-02-2631-53/+63
|
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-222-2/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-1717-63/+0
|
* Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778)Ryan2023-02-172-7/+2
| | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move LED indicator config to data driven (#19800)Ryan2023-02-1721-32/+43
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-172-4/+3
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-171-6/+0
|
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-2/+2
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0834-105/+37
|
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-071-4/+0
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-061-5/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-036-18/+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
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
|
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-21/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3115-15/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-284-4/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-1010-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-109-0/+646
|\
| * [Keyboard] add YMDK40 AIR40 (#19276)Dennis Kruyt2023-01-099-0/+646
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Remove useless line continuations (#19399)Ryan2022-12-303-41/+41
| |
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-1/+1
|/
* [Keyboard] Fix CapsLock pin for ymdk/ymd75/rev3 (#19158)Mikhail Nosov2022-12-091-0/+2
|
* Remove .noci functionality (#19122)Joel Challis2022-11-213-0/+0
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-0620-29/+29
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-031-3/+3
| | | | | | | | | | | | | * `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