summaryrefslogtreecommitdiffstats
path: root/keyboards/foxlab/key65/hotswap/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-161-0/+3
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-121-66/+71
|
* 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
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-171-0/+4
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: F (#17816)Ryan2022-07-271-0/+6
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-3/+0
|
* [Keyboard] Add Key 65 by Fox Lab (#9116)Jumail Mundekkat2020-05-251-0/+80
* Add Key65 Universal PCB * Add ISO layout to universal * Correct universal info.json * Add Key 65 Hotswap * Correct typo in Key 65 Universal * Update readmes * Correct name * Update keyboards/foxlab/key65/hotswap/config.h * Apply suggestions from code review * Invert capslock LED state * Avoid initial capslock LED flash * Apply suggestions from code review * Update rules.mk * Apply suggestions from code review