QK65 Hotswap Community Layout Support (#16793)

* qk65 hotswap: Community Layout support

- renames `LAYOUT_hotswap` to `LAYOUT_65_ansi_blocker`
- adds Community Layouts rule to `rules.mk`

* refactor keymaps

Edits the keymaps to align the keycodes in a grid. Whitespace-only change.
This commit is contained in:
James Young
2022-04-06 03:06:27 -07:00
committed by GitHub
parent 563c4dbb09
commit d508988916
5 changed files with 69 additions and 64 deletions

View File

@@ -2,8 +2,11 @@
"keyboard_name": "qk65",
"url": "",
"maintainer": "qwertykeys",
"layout_aliases": {
"LAYOUT_hotswap": "LAYOUT_65_ansi_blocker"
},
"layouts": {
"LAYOUT_hotswap": {
"LAYOUT_65_ansi_blocker": {
"layout": [
{"x":0, "y":0},
{"x":1, "y":0},
@@ -75,4 +78,4 @@
]
}
}
}
}