summaryrefslogtreecommitdiff
path: root/keyboards/keebzdotnet/fme/info.json
AgeCommit message (Collapse)Author
2023-05-03keebzdotnet FMe Layout Additionns (#20696)James Young
* add matrix_diagram.md * add LAYOUT_1x2u with reference keymap * add LAYOUT_2x1u with reference keymap
2023-04-15Move single `LAYOUT_all`s to data driven (#20430)Ryan
2023-03-11Move matrix config to info.json, part 8 (#20030)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2022-08-03Move keyboard USB IDs and strings to data driven: K (#17846)Ryan
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2021-08-19keebzdotnet F-Me Configurator fixes and codebase touch-up (#14077)James Young
* rename LAYOUT to LAYOUT_all * add info.json * override DYNAMIC_KEYMAP_LAYER_COUNT for via keymap The via keymap only initialized two layers without overriding the default value of DYNAMIC_KEYMAP_LAYER_COUNT (4). This commit sets DYNAMIC_KEYMAP_LAYER_COUNT for the via keymap to 2.