1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/keyboards/kbdfans/kbd67/rev2
Sergey Vlasov cce301ae83
kbdfans/kbd67/rev2: Fix ISO layout macro (#9329)
A user in Discord reported that the right bracket and ISO hash keys on
KBD67 rev2 using LAYOUT_65_iso were swapped.  When comparing
LAYOUT_65_iso with LAYOUT_65_ansi, the problem with a wrong assignment
of the right bracket key is obvious — that key is K1D in the ANSI layout
macro, but the ISO layout macro had K1E there, and K1D at the position
of the ISO hash key.

Fix the LAYOUT_65_iso macro by swapping those arguments (and also align
the K1D argument for the right bracket key properly).
2020-06-10 18:43:09 +01:00
..
keymaps add kbd67 rev2 via support, kbd67mkiirgb small change (#8810) 2020-04-16 17:41:56 -07:00
config.h add kbd67 rev2 via support, kbd67mkiirgb small change (#8810) 2020-04-16 17:41:56 -07:00
info.json add ansi with blocker layout and keymap for KBD67 rev2 PCB (#8538) 2020-03-25 14:51:05 -07:00
readme.md feat: add kbd67v2 support (#5777) 2019-05-11 09:24:49 -07:00
rev2.c feat: add kbd67v2 support (#5777) 2019-05-11 09:24:49 -07:00
rev2.h kbdfans/kbd67/rev2: Fix ISO layout macro (#9329) 2020-06-10 18:43:09 +01:00
rules.mk More community layout support for legacy KBD67 PCBs (#8933) 2020-05-06 22:47:55 -07:00

KBD67 rev2

65% pcb with blocker. Revision 2 (Manufactured after 05/01/19).

Keyboard Maintainer: Vorror
Hardware Supported: KBD67v2 PCB (Sometimes sold under the name "KBD65")
Hardware Availability: KBDFans Keyboard Kit, PCB

Make example for this keyboard (after setting up your build environment):

make kbdfans/kbd67/rev2:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.