summaryrefslogtreecommitdiffstats
path: root/keyboards/8pack/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move backlight config to data driven (#19910)Ryan2023-02-261-1/+2
|
* Move backlight config to data driven, part 1 (#19887)Ryan2023-02-211-0/+3
|
* Move layouts for direct_pins boards to data driven (#19872)Ryan2023-02-191-14/+0
|
* Migrate `DIRECT_PINS` to data driven (#19826)Ryan2023-02-141-0/+6
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941)Ryan2022-08-131-0/+5
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-3/+1
|
* [Keyboard] 8 pack (#6031)gorbachev2019-06-011-0/+21
* 8-Pack Macropad * Added MANUFACTUTER to config.h * Fix the mirrored keymaps by creating rev1.1 and rev1.2 layouts, then using them in the keymaps * fixes from code review comments * Use revisions to manage the different layouts for rev1.1 and rev1.2 * Add DEFAULT_FOLDER to fix default build failures * code review comments fixes * code review comments fixes