summaryrefslogtreecommitdiff
path: root/keyboards/zykrah
AgeCommit message (Collapse)AuthorFilesLines
2025-09-11Migrate `g_led_config` to DD (YZ) (#25650)Jack Sangdahl2-46/+43
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis2-2/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis2-2/+0
2024-11-08Add Fuyu HS (#24567)Danny Tan4-0/+491
* Add Fuyu HS * Fix keyboard.json linting * Fix rgbmatrix configuration * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com>
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel4-195/+0
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis4-1/+0
2024-01-10Migrate RGB Matrix config to info.json - XZY (#22879)Joel Challis3-43/+37
2023-09-28refactor: move default RGB/LED matrix #defines (#21938)Less/Rikki1-6/+2
* refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-20Migrate dynamic_keymap.layer_count >= 4 (#22087)Joel Challis4-4/+6
2023-09-04Clean up RGB LED type (#21859)Ryan1-1/+1
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-1/+1
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan1-1/+0
2023-05-04Even more `info.json` whitespace cleanups (#20703)Ryan2-186/+186
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2-1/+1
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan2-1/+3
2023-03-17Remove trailing zeroes in info.json layouts (#20156)Ryan2-75/+75
2022-12-14Format code according to conventions (#19330)QMK Bot1-1/+1
2022-12-14[Keyboard] Add Slime88 (#19054)Zykrah7-0/+276
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-12-13[Keyboard] Add Fuyu (#19055)Zykrah8-0/+440
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>