summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/concertina/64key/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-181-0/+3
|
* Move miscellaneous layouts to data driven (#20516)Ryan2023-04-251-16/+72
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-0/+3
|
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-111-0/+5
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan2022-07-301-0/+6
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-3/+0
|
* Configurator fixes for handwired/concertina/64key (#12316)Viktor Eikman2021-03-231-16/+16
| | | | | * Fixed bug that was hiding a key in info.json. * Improvements to presentation.
* Compilation fixes for handwired/concertina/64key (#11987)James Young2021-02-281-0/+37
* concatenate config.h to 64key directory * move rules.mk to 64key directory This commit makes the firmware actually compile. * insert complete rules.mk contents Conforms the file to QMK's template. * move info.json to 64key directory * remove concertina.h This file no longer serves a purpose now that everything is in the 64key directory. * complete 64key readme.md Conforms the file more to QMK's template.