summaryrefslogtreecommitdiffstats
path: root/keyboards/tkc/tkc1800/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-121-107/+124
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-0/+3
|
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-111-0/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-261-0/+4
|
* Move QMK LUFA bootloader config to data driven (#19879)Ryan2023-02-231-0/+5
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-171-0/+5
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: T (#17899)Ryan2022-08-041-0/+6
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-3/+0
|
* The Key Company project consolidation (#9547)TerryMathews2020-08-291-0/+121
* Consolidate TKC projects and increase VIA keymap count to 4. * Updated readme files. * Removed config.h via limitation of 2 dynamic keymaps * Reduce dynamic keymaps from 4 to 3 due to EEPROM space limitations. * Update dynamic_keymap.c * Restore 4 dynamic keymaps for VIA in TKC projects. * Update quantum/dynamic_keymap.c