mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-22 16:34:38 +00:00
5cd7999bc4
This patch corrects 2 issues with the LED matrix of the KDBFans KBD67 Lite (v3) * Incorrect mapping of the right-shift, down-arrow, and right-arrow. (i.e. `NO_LED` positions of the `g_led_config` key matrix in the .c file do not match the `LAYOUT_65_ansi_blocker` matrix in the .h file. * Remapping of the *LED Index to Physical Position* using physical measurements from actual keyboard and accounting for the southpaw LED position to define the true centre of the keyboard (more relevant to circular animations). |
||
---|---|---|
.. | ||
keymaps | ||
v1 | ||
v2 | ||
v3 | ||
info.json | ||
mkiirgb.c | ||
mkiirgb.h | ||
readme.md |
KBD67 Mk.II RGB (Hotswap)
A customizable 65% RGB keyboard.
- Keyboard Maintainer: moyi4681
- Hardware Supported: KBD67 Mk.II RGB V1, V2, and V3
- Hardware Availability: kbdfans
There are three versions of the KBD67 MKII RGB. Please use the appropriate firmware for your board.
- V1: STM32F303 (Arm), takes
.bin
files - V2: ATmega32U4 (AVR), takes
.hex
files - V3: Atmega32U4 (AVR), takes
.bin
files
Make example for this keyboard (after setting up your build environment):
make kbdfans/kbd67/mkiirgb/v1:default # Arm (STM32F303)
make kbdfans/kbd67/mkiirgb/v2:default # AVR (ATmega32U4)
make kbdfans/kbd67/mkiirgb/v3:default # AVR (ATmega32U4)
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.