summaryrefslogtreecommitdiff
path: root/keyboards/ymdk
AgeCommit message (Collapse)Author
2023-09-24YMDK Melody96 Matrix Touch-Up (#22113)James Young
* 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]
2023-09-20amend 96_(ansi|iso) community_layouts in keyboards/ (#22066)Duncan Sutherland
2023-08-23Move RGBLight animations to data driven (#21635)Ryan
* 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-08-23RGB Matrix: driver naming cleanups (#21594)Ryan
2023-07-14Prepare ymdk/ymd75 for rev4 (#21484)Joel Challis
2023-07-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-07-11[Keymap] Dothtm/0.21/60 and 75 (#21442)Mike Cramer
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-24Move `TAPPING_TOGGLE` to data driven (#21360)Ryan
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel
* 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)Ryan
2023-06-16Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-20[keyboard] update ymdk/id75/rules.mk for develop (#20592)Less/Rikki
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel
2023-05-13YMDK YM68 Community Layout Support (#20906)James Young
* 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
2023-05-12YMDK Wings Layout Addition (#20900)James Young
* 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
2023-05-12YMDK Wings Hotswap: rename LAYOUT_all to LAYOUT (#20901)James Young
* add matrix_diagram.md * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT * info.json: update listed maintainer
2023-05-09Clean up trailing commas from info.json (#20812)Ryan
2023-05-04Even more `info.json` whitespace cleanups (#20703)Ryan
2023-05-03More `info.json` whitespace cleanups (#20665)Ryan
2023-05-02`info.json` whitespace cleanups (#20651)Ryan
2023-05-01Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648)Ryan
2023-04-27Move remaining `LAYOUT_all`s to data driven (#20463)Ryan
2023-04-15Move single `LAYOUT_all`s to data driven (#20430)Ryan
2023-04-15Move remaining `LAYOUT`s to data driven (#20422)Ryan
2023-04-14Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan
2023-04-12[Keyboard] Update ymdk/id75 config (#20432)Drashna Jaelre
2023-04-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-04-12[Keyboard] ymdk/id75 (#19967)Less/Rikki
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan
2023-04-08Move `default` layouts to data driven (#20349)Ryan
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-04-05Move 75% and 96% layouts to data driven (#20289)Ryan
2023-03-29Move ortho & numpad layouts to data driven (#20183)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan
2023-03-23Remove `RGB_DI_PIN` ifdefs (#20218)Ryan
2023-03-23Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2023-03-22[Keyboard] Ymd09 config updates (#20124)SHVD3x
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-03-17Remove more empty headers (#20155)Ryan
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-13Fix layout macro keys with no matrix position (#20033)Ryan
2023-03-13Adjust offset for some layouts (#20075)Ryan
2023-03-05Move matrix config to info.json, part 1 (#19985)Ryan
2023-02-26Move backlight config to data driven (#19910)Ryan
2023-02-22Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan
2023-02-17Remove matrix size defines (#19581)Ryan
2023-02-17Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-17Move LED indicator config to data driven (#19800)Ryan