diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-09-23 23:34:59 -0700 |
---|---|---|
committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-09-23 23:34:59 -0700 |
commit | 37b6a2abbd96eaf3d6d724ac09c789d54a67d962 (patch) | |
tree | fcd68b3a01cf5e0f8bb113f9655463899a12bf76 /keyboards/kbdfans/kbd67/mkiirgb/rules.mk | |
parent | efb7f3cc3a5844a8da40ce78c64f7da88e39766c (diff) |
Refactor the KBD67 Mk.II RGB (#6799)
* move kbd67mkiirgb into kbd67 directory as mkiirgb
* rename files
* rename LAYOUT to LAYOUT_65_ansi_blocker
* add support for default layout
* update readme for new build target
* update parent readme with the fourth variant
Diffstat (limited to 'keyboards/kbdfans/kbd67/mkiirgb/rules.mk')
-rw-r--r-- | keyboards/kbdfans/kbd67/mkiirgb/rules.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/kbdfans/kbd67/mkiirgb/rules.mk b/keyboards/kbdfans/kbd67/mkiirgb/rules.mk new file mode 100644 index 0000000000..782d86c1ea --- /dev/null +++ b/keyboards/kbdfans/kbd67/mkiirgb/rules.mk @@ -0,0 +1,14 @@ +MCU = STM32F303 +DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave +DFU_SUFFIX_ARGS = -p DF11 -v 0483 +BACKLIGHT_ENABLE = no +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # 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 # USB Nkey Rollover +AUDIO_ENABLE = no +RGB_MATRIX_ENABLE = yes # Use RGB matrix + +LAYOUTS = 65_ansi_blocker
\ No newline at end of file |