diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-08 20:51:03 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-08 20:51:03 +0000 |
commit | 3c9ddf7c53610f85f463f31f8ef617b97bc0520d (patch) | |
tree | 851cf826e292b0b2b707d156cffe2476aa034905 /keyboards/kbdfans/kbd67/mkiirgb_iso/rules.mk | |
parent | 0a21929928a8b1b8846a05a69677f8476b442b73 (diff) | |
parent | 2ad8826b75b70a4cd772874fffab1970103617f9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kbdfans/kbd67/mkiirgb_iso/rules.mk')
-rw-r--r-- | keyboards/kbdfans/kbd67/mkiirgb_iso/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/kbdfans/kbd67/mkiirgb_iso/rules.mk b/keyboards/kbdfans/kbd67/mkiirgb_iso/rules.mk new file mode 100644 index 0000000000..1ca0f90a5f --- /dev/null +++ b/keyboards/kbdfans/kbd67/mkiirgb_iso/rules.mk @@ -0,0 +1,20 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = lufa-ms + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812
\ No newline at end of file |