summaryrefslogtreecommitdiffstats
path: root/keyboards/uk78/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-241-0/+2
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-181-0/+3
|
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-271-3/+272
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-0/+3
|
* Move matrix config to info.json, part 1 (#19985)Ryan2023-03-051-0/+5
|
* Move backlight config to data driven (#19910)Ryan2023-02-261-0/+3
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: U (#17900)Ryan2022-08-031-0/+6
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-6/+1
|
* UK78 refactor and Configurator support (#3395)noroadsleft2018-07-141-0/+21
* Matrix update * Keymap refactor * Configurator support * Readme cleanup