diff options
author | duoshock <33636898+duoshock@users.noreply.github.com> | 2022-07-03 00:54:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 00:54:15 +0100 |
commit | a3119385a41fb7662d46e7e7062cd2a76dfc1870 (patch) | |
tree | 738ec3c6de6711a801b67cf20ec058c00e2fe941 /keyboards/merge/um80/rules.mk | |
parent | 4ba5102a50161ac2c5fee78656e3b165615bff4e (diff) |
Add keyboard 'UM-80' (#17035)
Diffstat (limited to 'keyboards/merge/um80/rules.mk')
-rw-r--r-- | keyboards/merge/um80/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/merge/um80/rules.mk b/keyboards/merge/um80/rules.mk new file mode 100644 index 0000000000..8865137009 --- /dev/null +++ b/keyboards/merge/um80/rules.mk @@ -0,0 +1,22 @@ +# 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 = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes +SPLIT_KEYBOARD = yes +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 |