diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-01 10:12:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 18:12:57 -0800 |
commit | b8deac707e7ed8f278a53dfba93dae0730ea4b77 (patch) | |
tree | 04e6d4e4c2c699c5b0690688204df486edee2434 /keyboards/tominabox1/adalyn/rules.mk | |
parent | 1477440ba0e57347a4b8be0f137f7ced373b3325 (diff) |
[Keyboard] move @tominabox1 's keebs into /tominabox1 (#16109)
Diffstat (limited to 'keyboards/tominabox1/adalyn/rules.mk')
-rw-r--r-- | keyboards/tominabox1/adalyn/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/tominabox1/adalyn/rules.mk b/keyboards/tominabox1/adalyn/rules.mk new file mode 100644 index 0000000000..4574cfd83a --- /dev/null +++ b/keyboards/tominabox1/adalyn/rules.mk @@ -0,0 +1,19 @@ +# 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 = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +COMBO_ENABLE = no |