diff options
author | rhmokey <57172003+rhmokey@users.noreply.github.com> | 2022-01-11 09:07:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 17:07:09 -0800 |
commit | adaaee4edf485374362347198183f0cbdc42e418 (patch) | |
tree | b0df7ff66e38c9a5ba3e36d346a284e105fc17c7 /keyboards/mokey/xox70hot/rules.mk | |
parent | dce611bc9fd6c6d47e6c5d935ca263ff50a5afc2 (diff) |
[Keyboard] Add xox70hot (#15632)
Diffstat (limited to 'keyboards/mokey/xox70hot/rules.mk')
-rw-r--r-- | keyboards/mokey/xox70hot/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/mokey/xox70hot/rules.mk b/keyboards/mokey/xox70hot/rules.mk new file mode 100644 index 0000000000..72aebf2d0b --- /dev/null +++ b/keyboards/mokey/xox70hot/rules.mk @@ -0,0 +1,18 @@ +# 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 = no # 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 +AUDIO_ENABLE = no # Audio output
\ No newline at end of file |