diff options
author | Alabahuy <rezolutionrez@gmail.com> | 2021-10-11 16:57:16 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 02:57:16 -0700 |
commit | 9351eb395b25f9e5cc86f1bdee392ede6540a013 (patch) | |
tree | be9080ef4f40380ce2a40c82df177e58b516e8aa /keyboards/rart/rart67m/rules.mk | |
parent | 3289f741798abe8d8345abb0cadee61cce8cc6d3 (diff) | |
download | qmk_firmware-9351eb395b25f9e5cc86f1bdee392ede6540a013.tar.gz qmk_firmware-9351eb395b25f9e5cc86f1bdee392ede6540a013.zip |
[Keyboard] Add Rart67M and support via (#14630)
Diffstat (limited to 'keyboards/rart/rart67m/rules.mk')
-rw-r--r-- | keyboards/rart/rart67m/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/rart/rart67m/rules.mk b/keyboards/rart/rart67m/rules.mk new file mode 100644 index 0000000000..d524f32847 --- /dev/null +++ b/keyboards/rart/rart67m/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +UNICODE_ENABLE = yes +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 |