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/rules.mk | |
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/rules.mk')
-rw-r--r-- | keyboards/qwertykeys/qk65/hotswap/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/qwertykeys/qk65/hotswap/rules.mk b/keyboards/qwertykeys/qk65/hotswap/rules.mk index f9417ae2bf..22b16cb763 100644 --- a/keyboards/qwertykeys/qk65/hotswap/rules.mk +++ b/keyboards/qwertykeys/qk65/hotswap/rules.mk @@ -15,4 +15,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output
\ No newline at end of file +AUDIO_ENABLE = no # Audio output + +LAYOUTS = 65_ansi_blocker |