aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/catch22/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-181-0/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-0/+3
|
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-051-1/+28
|
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-101-0/+5
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: C (#17789)Ryan2022-07-261-1/+7
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* Keyboard: Add Catch 22 Hotswap Macropad to QMK (#3576)Yan-Fa Li2018-08-061-0/+10
* Initial Commit of catch22 macropad by rockydbull * Add configurator info.json * Use macros * Use pragma once * Use CA22 as product id * Clean up readme * Use the layer define value * Feedback from @drashna