diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-06-16 10:08:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 12:08:01 +1000 |
commit | 8e128452db4a5c93f0214a1f6ea38e213445235c (patch) | |
tree | 1a62c9a8f789db75badb539a765d67ee5dba4ce8 /keyboards/idobao/montex/v1rgb/rules.mk | |
parent | 8e5f8a5ff94be31289a14ac734827edf5bed6593 (diff) |
[Keyboard] Idobao Montex V2(RGB) (#15865)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Christian Hofstede <4440939+chofstede@users.noreply.github.com>
Co-authored-by: Vino Rodrigues <github@m.vinorodrigues.com>
Co-authored-by: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
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 |