diff options
author | elmo-space <lorwel@mailbox.org> | 2020-03-25 22:51:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 14:51:05 -0700 |
commit | 016d417253aa2d905de36108c4badbc3732ad391 (patch) | |
tree | 324d54f8cd9688e6267ae488926b96de7f43e7c2 /keyboards/kbdfans/kbd67/rev2/rules.mk | |
parent | de58b0765954ed8fc9bb800f389808fb7eee6eda (diff) | |
download | qmk_firmware-016d417253aa2d905de36108c4badbc3732ad391.tar.gz |
add ansi with blocker layout and keymap for KBD67 rev2 PCB (#8538)
* add new layout for 65% with blocker and add matching keymap
the rev2 pcb gets used in the kbd67 which has a blocker between the left arrow key and the right ctrl key. this layout is missing so far even though it's probably the most used one for this board.
* add split backspace layout with blocker
* change keycode for backslash
* update rules.mk and add missing layouts in info.json
* Update keyboards/kbdfans/kbd67/rev2/rules.mk
Co-Authored-By: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/kbdfans/kbd67/rev2/rules.mk')
-rw-r--r-- | keyboards/kbdfans/kbd67/rev2/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kbdfans/kbd67/rev2/rules.mk b/keyboards/kbdfans/kbd67/rev2/rules.mk index d97db91e3..8ff62ba42 100644 --- a/keyboards/kbdfans/kbd67/rev2/rules.mk +++ b/keyboards/kbdfans/kbd67/rev2/rules.mk @@ -32,4 +32,4 @@ AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs -LAYOUTS = 65_ansi 65_iso +LAYOUTS = 65_ansi 65_iso 65_ansi_blocker |