diff options
author | HorrorTroll <sonicvipduc@gmail.com> | 2022-05-12 12:51:37 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-11 22:51:37 -0700 |
commit | 8a4ef2b3c4a388a563c95e75eb744514a210dfe2 (patch) | |
tree | 76577b598a8365661fd1adf2baf82a1753e2b86d /keyboards/mss_studio/m63_rgb/rules.mk | |
parent | 77aba32bc61a47d551b030f61cae582599652712 (diff) |
[Keyboard] Move M63 RGB into maker folder (#17061)
Diffstat (limited to 'keyboards/mss_studio/m63_rgb/rules.mk')
-rw-r--r-- | keyboards/mss_studio/m63_rgb/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/mss_studio/m63_rgb/rules.mk b/keyboards/mss_studio/m63_rgb/rules.mk new file mode 100644 index 0000000000..9291499b77 --- /dev/null +++ b/keyboards/mss_studio/m63_rgb/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = STM32F072 + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# 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 enabled +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 |