1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/keyboards/kbdfans/kbd67/mkiirgb/v3
Less/Rikki 346b06d391
refactor: move default RGB/LED matrix #defines (#21938)
* 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>
2023-09-28 11:51:18 +01:00
..
config.h Add and use I2C address defines for ISSI LED drivers (#22008) 2023-09-19 19:31:54 +10:00
info.json refactor: move default RGB/LED matrix #defines (#21938) 2023-09-28 11:51:18 +01:00
readme.md Documentation: Updated KBDFans readmes (#14725) 2021-10-14 16:03:53 -07:00
rules.mk Move RGB_MATRIX_DRIVER to data driven (#20350) 2023-04-08 18:08:08 +10:00
v3.c refactor: move default RGB/LED matrix #defines (#21938) 2023-09-28 11:51:18 +01:00

KBD67 Mk.II RGB V3 (Hotswap)

A hotswap 65% keyboard with USB C, inswitch RGB, and ESD protection.

Originally sold as a replacement to the V2 as it offered a much simpler firmware flashing experience for customers. This board expects .bin files.

As of 10/2021 this board has no visible markings differentiating it from the previous V2.

It has since been sold with the KBD67Lite R2, D64, and Blade 65.

  • Keyboard Maintainer: moyi4681
  • Hardware Supported: KBD67 Mk.II RGB V3
  • Hardware Availability: kbdfans

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

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.