qmk-dactyl-manuform-a/keyboards/kbdfans/kbd67/mkiirgb
Vino Rodrigues 5cd7999bc4
[Keyboard] Update rgb matrix config in kbdfans/kbd67/mkiirgb/v3/v3.c (#14094)
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).
2021-08-22 19:10:23 -07:00
..
keymaps [Keymap] Add kbd67 mkiirgb keymap (#13884) 2021-08-09 10:04:40 -07:00
v1 [Keyboard] Add kbdfans kbd67 mkii rgb v3 (#13714) 2021-08-07 21:45:43 -07:00
v2 [Keyboard] Add kbdfans kbd67 mkii rgb v3 (#13714) 2021-08-07 21:45:43 -07:00
v3 [Keyboard] Update rgb matrix config in kbdfans/kbd67/mkiirgb/v3/v3.c (#14094) 2021-08-22 19:10:23 -07:00
info.json [Keyboard] KBD67 Mk.II RGB info.json missing a column (#6807) 2019-09-24 11:26:17 -07:00
mkiirgb.c [Keyboard] Add kbdfans kbd67 mkii rgb v3 (#13714) 2021-08-07 21:45:43 -07:00
mkiirgb.h [Keyboard] Add kbdfans kbd67 mkii rgb v3 (#13714) 2021-08-07 21:45:43 -07:00
readme.md [Keyboard] Add kbdfans kbd67 mkii rgb v3 (#13714) 2021-08-07 21:45:43 -07:00

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.