summaryrefslogtreecommitdiffstats
path: root/keyboards/lfkeyboards/lfk78/revj/info.json
Commit message (Collapse)AuthorAgeFilesLines
* rgblight: driver selection cleanups (#21558)Ryan2023-08-151-0/+1
|
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-241-0/+1
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-181-0/+3
|
* Move remaining `LAYOUT`s to data driven (#20422)Ryan2023-04-151-367/+367
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-0/+3
|
* Move matrix config to info.json, part 2 (#19987)Ryan2023-03-101-0/+5
|
* Move backlight config to data driven (#19910)Ryan2023-02-261-0/+4
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: L (#17849)Ryan2022-08-021-1/+7
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* [Keyboard] LFK78 refactor (#7835)Ryan2020-03-031-0/+392
* Change include guards to pragma once * Clean up default keymaps * Remove some magic numbers and use GPIO macros * Clean up keyboard.[ch] * Tidy up info.json and readme * Align config.h with template * Split up revision code into subfolders * rev C-H has no audio, apparently * Change revc_h to revc and document differences * Turn off Audio on revb for now, for Travis' sake * Split info.json into revision folders * Clean up default keymaps some more