diff options
Diffstat (limited to 'keyboards/mechkeys/mechmini/v1/rules.mk')
-rw-r--r-- | keyboards/mechkeys/mechmini/v1/rules.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/mechkeys/mechmini/v1/rules.mk b/keyboards/mechkeys/mechmini/v1/rules.mk new file mode 100644 index 0000000000..a7d4a67a16 --- /dev/null +++ b/keyboards/mechkeys/mechmini/v1/rules.mk @@ -0,0 +1,17 @@ +# MCU name +MCU = atmega32a + +# Bootloader selection +BOOTLOADER = bootloadhid + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes +EXTRAKEY_ENABLE = yes +CONSOLE_ENABLE = no +COMMAND_ENABLE = yes +BACKLIGHT_ENABLE = yes +RGBLIGHT_ENABLE = yes +WS2812_DRIVER = i2c |