2020-01-09 23:28:56 +01:00
# KBD67 Mk.II RGB (Hotswap)
2019-08-31 02:51:05 +02:00
A customizable 65% RGB keyboard.
2020-01-09 23:28:56 +01:00
* Keyboard Maintainer: [moyi4681 ](https://github.com/moyi4681 )
2021-08-08 06:45:43 +02:00
* Hardware Supported: KBD67 Mk.II RGB V1, V2, and V3
2020-01-09 23:28:56 +01:00
* Hardware Availability: [kbdfans ](https://kbdfans.myshopify.com/ )
2019-08-31 02:51:05 +02:00
2021-08-08 06:45:43 +02:00
There are three versions of the KBD67 MKII RGB. Please use the appropriate firmware for your board.
2020-01-09 23:28:56 +01:00
* V1: STM32F303 (Arm), takes `.bin` files
* V2: ATmega32U4 (AVR), takes `.hex` files
2021-08-08 06:45:43 +02:00
* V3: Atmega32U4 (AVR), takes `.bin` files
2019-08-31 02:51:05 +02:00
Make example for this keyboard (after setting up your build environment):
2020-01-09 23:28:56 +01:00
make kbdfans/kbd67/mkiirgb/v1:default # Arm (STM32F303)
make kbdfans/kbd67/mkiirgb/v2:default # AVR (ATmega32U4)
2021-08-08 06:45:43 +02:00
make kbdfans/kbd67/mkiirgb/v3:default # AVR (ATmega32U4)
2019-08-31 02:51:05 +02:00
See the [build environment setup ](https://docs.qmk.fm/#/getting_started_build_tools ) and the [make instructions ](https://docs.qmk.fm/#/getting_started_make_guide ) for more information. Brand new to QMK? Start with our [Complete Newbs Guide ](https://docs.qmk.fm/#/newbs ).