summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/quefrency/rev3/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-0/+3
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-041-791/+766
|
* Move matrix config to info.json, part 8 (#20030)Ryan2023-03-111-0/+11
|
* Move encoder config to data driven (#19923)Ryan2023-02-261-1/+13
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-261-0/+3
|
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-171-0/+3
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Add encoder map to Quefrency VIA keymap (#18380)Danny2022-09-191-2/+2
| | | | | | | | | * Add encoder map to Quefrency VIA keymap * Explicitly define which RGB animations are enabled * Set different PID to prep for different VIA .json usage * Add ifdefs to handle if ENCODER_ENABLE is set to NO
* Move keyboard USB IDs and strings to data driven: K (#17846)Ryan2022-08-031-1/+7
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* Keebio Quefrency Configurator rework (#14060)James Young2021-08-181-0/+839
* add info.json for Quefrency rev1 * add info.json for Quefrency rev2 * add info.json for Quefrency rev3 * add info.json for Quefrency rev4 * remove "global" Quefrency info.json * remove layout macro aliases from keyboard headers These were moved into the info.json files.