summaryrefslogtreecommitdiffstats
path: root/keyboards/ymdk
Commit message (Collapse)AuthorAgeFilesLines
* Add support for YMD75 V4 - ISO (#22128)Joel Challis2023-09-2710-0/+414
|
* amend 75_(ansi|iso) community_layouts in keyboards/ (#21837)Duncan Sutherland2023-09-259-15/+303
|
* YMDK Melody96 Matrix Touch-Up (#22113)James Young2023-09-243-15/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correct layout/matrix diagram Correct swapped designations for ANSI Backslash and ANSI Enter keys. [docs] * Correct matrix data Correct the matrix data for: - `LAYOUT_all` - `LAYOUT_96_ansi` - `LAYOUT_96_ansi_splitbs` which all had the matrix positions for ANSI Backslash and ANSI Enter swapped. [bugfix] * Implement `LAYOUT_hotswap` directly Implement `LAYOUT_hotswap` as its own layout, instead of aliasing it to `LAYOUT_96_ansi`. [bugfix] * Specify primary support for Soldered PCBs Current version of codebase primarily supports Soldered PCBs. [enhancement] [docs]
* amend 96_(ansi|iso) community_layouts in keyboards/ (#22066)Duncan Sutherland2023-09-202-0/+36
|
* Move RGBLight animations to data driven (#21635)Ryan2023-08-2327-304/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-233-3/+3
|
* Prepare ymdk/ymd75 for rev4 (#21484)Joel Challis2023-07-1427-362/+727
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-113-0/+197
|\
| * [Keymap] Dothtm/0.21/60 and 75 (#21442)Mike Cramer2023-07-113-0/+197
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-2425-37/+25
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move `TAPPING_TOGGLE` to data driven (#21360)Ryan2023-06-242-2/+3
| |
* | Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-231-2/+0
| | | | | | | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-1831-20/+33
| |
* | Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-1613-11/+14
|/
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-2711-7/+12
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* [keyboard] update ymdk/id75/rules.mk for develop (#20592)Less/Rikki2023-05-201-2/+1
|
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-152-2/+1
|
* YMDK YM68 Community Layout Support (#20906)James Young2023-05-132-74/+415
| | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_65_ansi_split_bs * add LAYOUT_65_ansi * add LAYOUT_65_iso_split_bs * add LAYOUT_65_iso * enable Community Layout support
* YMDK Wings Layout Addition (#20900)James Young2023-05-124-88/+193
| | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_ansi_split_bs * add LAYOUT_ansi * info.json: update maintainer field
* YMDK Wings Hotswap: rename LAYOUT_all to LAYOUT (#20901)James Young2023-05-124-74/+94
| | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT * info.json: update listed maintainer
* Clean up trailing commas from info.json (#20812)Ryan2023-05-091-2/+2
|
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-042-173/+173
|
* 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
|