mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-29 04:06:59 +06:00
346b06d391
* refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> |
||
---|---|---|
.. | ||
hotswap | ||
mkii_soldered | ||
mkiirgb | ||
mkiirgb_iso | ||
rev1 | ||
rev2 | ||
readme.md |
KBD67
A 65% keyboard sold in several variants supporting KBDFan's different 65% lineups each with their own different revisions.
- Rev1: Released in early 2018. Atmega32u4 soldered keyboard. Sold under the name "KBD65".
- HotSwap: Released in late 2018. Atmega32U4 hotswap single layout keyboard.
- Rev2: Released in April/May 2019. Atmega32u4 soldered keyboard.
- MKII: Released in September 2019, designed by ai03. Atmega32u4 soldered keyboard. ESD Protected
- MKII RGB V1: Released in September 2019. Arm hotswap board.
- MKII RGB V2: Released in December 2019. Atmega32u4 hotswap board. ESD Protected.
- MKII RGB V2*: Released in March 2021. Atmega32u4 hotswap board. ESD Protected. Uses LUFA bootloader and different inswitch RGB implementation. No visible markings differentiating it from the previous V2.
Firmware files are SPECIFIC to each board. Firmware files from one, will not work on the other. Please use the .hex
or .bin
appropriate for your board.
- Keyboard Maintainer: MechMerlin, moyi4681
- Hardware Supported: KBD67 rev1, rev2, hotswap, mkii, mkiirgb v1, mkiirgb v2, etc.
- Hardware Availability: KBDFans
Make examples for this keyboard (after setting up your build environment):
make kbdfans/kbd67/rev1:default
make kbdfans/kbd67/rev2:default
make kbdfans/kbd67/hotswap:default
make kbdfans/kbd67/mkii_soldered:default
make kbdfans/kbd67/mkiirgb/v1:default
make kbdfans/kbd67/mkiirgb/v2:default
make kbdfans/kbd67/mkiirgb/v3:default
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.