diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-16 02:08:34 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-16 02:08:34 +0000 |
commit | fa9ecc431d51339dae1a4841d49b881282e14519 (patch) | |
tree | 3989af8f0d653fcb5dd864fb4c8ee8e9db3a796d /keyboards/idobao/montex/v1rgb/rules.mk | |
parent | cac5f962759508b71c92b173eaa415db7ab95d17 (diff) | |
parent | 8e128452db4a5c93f0214a1f6ea38e213445235c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/idobao/montex/v1rgb/rules.mk')
-rwxr-xr-x | keyboards/idobao/montex/v1rgb/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/idobao/montex/v1rgb/rules.mk b/keyboards/idobao/montex/v1rgb/rules.mk new file mode 100755 index 0000000000..c4d4a6ae66 --- /dev/null +++ b/keyboards/idobao/montex/v1rgb/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 + +LAYOUTS = numpad_6x5 |