qmk-keychron-q3-colemak-dh/keyboards/kbdfans/kbd67/mkiirgb
Ryan 023d644bb6
Move RGBLight animations to data driven (#21635)
* Move RGBLight animations to data driven, 0-9

* Move RGBLight animations to data driven, A

* Move RGBLight animations to data driven, B

* Move RGBLight animations to data driven, C

* Move RGBLight animations to data driven, D

* Move RGBLight animations to data driven, E

* Move RGBLight animations to data driven, F

* Move RGBLight animations to data driven, G

* Move RGBLight animations to data driven, H

* Move RGBLight animations to data driven, handwired

* Move RGBLight animations to data driven, I

* Move RGBLight animations to data driven, J

* Move RGBLight animations to data driven, K

* Move RGBLight animations to data driven, L

* Move RGBLight animations to data driven, M

* Move RGBLight animations to data driven, N

* Move RGBLight animations to data driven, O

* Move RGBLight animations to data driven, P

* Move RGBLight animations to data driven, Q

* Move RGBLight animations to data driven, R

* Move RGBLight animations to data driven, S

* Move RGBLight animations to data driven, T

* Move RGBLight animations to data driven, U

* Move RGBLight animations to data driven, V

* Move RGBLight animations to data driven, W

* Move RGBLight animations to data driven, X

* Move RGBLight animations to data driven, Y

* Move RGBLight animations to data driven, Z

* Fix incorrect placement

* Fix build failures and mismatches
2023-08-23 22:11:39 +01:00
..
keymaps Remove IS_HOST_LED_ON and migrate usages (#19753) 2023-02-06 02:36:09 +00:00
v1 RGB Matrix: driver naming cleanups (#21594) 2023-08-23 01:00:03 +01:00
v2 RGB Matrix: driver naming cleanups (#21594) 2023-08-23 01:00:03 +01:00
v3 RGB Matrix: driver naming cleanups (#21594) 2023-08-23 01:00:03 +01:00
v4 Move RGBLight animations to data driven (#21635) 2023-08-23 22:11:39 +01:00
info.json Remove layout aliases from keyboard_aliases.hjson (#21658) 2023-08-01 01:54:28 +01:00
readme.md [Keyboard] add kbd67mkiirgb v4 support (#15024) 2022-01-10 19:12:17 -08:00

KBD67 Mk.II RGB (Hotswap)

A customizable 65% RGB keyboard.

  • Keyboard Maintainer: moyi4681
  • Hardware Supported: KBD67 Mk.II RGB V1, V2, V3 and V4
  • Hardware Availability: kbdfans

There are four 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 and V4: Atmega32U4 (AVR), takes .bin files

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

make kbdfans/kbd67/mkiirgb/v1:default # Arm (STM32F303+IS31FL3731)
make kbdfans/kbd67/mkiirgb/v2:default # AVR (ATmega32U4+IS31FL3731)
make kbdfans/kbd67/mkiirgb/v3:default # AVR (ATmega32U4+IS31FL3741)
make kbdfans/kbd67/mkiirgb/v4:default # AVR (ATmega32U4+SK6812MINI)

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