diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-04-06 03:06:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 03:06:27 -0700 |
commit | d508988916cb47dcdeedd0167a48ab99ca202417 (patch) | |
tree | 12a344c3195691592de5b3ef1c724e8ed3b69b38 /keyboards/qwertykeys/qk65/hotswap/info.json | |
parent | 563c4dbb09fcb3ff76bd453d8780f398e57c2ada (diff) |
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.
Diffstat (limited to 'keyboards/qwertykeys/qk65/hotswap/info.json')
-rw-r--r-- | keyboards/qwertykeys/qk65/hotswap/info.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/qwertykeys/qk65/hotswap/info.json b/keyboards/qwertykeys/qk65/hotswap/info.json index 2848a3f5e8..21d30bd491 100644 --- a/keyboards/qwertykeys/qk65/hotswap/info.json +++ b/keyboards/qwertykeys/qk65/hotswap/info.json @@ -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 @@ ] } } -}
\ No newline at end of file +} |