diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-13 21:50:20 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-13 21:50:20 +0000 |
commit | 3f83a213837096135e168991596eca0c4a4b79b2 (patch) | |
tree | b07284526c1ded4eac7f73cc3ea35d2668f3994e /keyboards/uno/rules.mk | |
parent | 2df28c1850ebbafac78e70b3cdad9226f040b19f (diff) | |
parent | 8fe3864fe7601a7e6572e7db680775edeff771ac (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/uno/rules.mk')
-rw-r--r-- | keyboards/uno/rules.mk | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/keyboards/uno/rules.mk b/keyboards/uno/rules.mk index ebbb7bc613..367faedeaf 100644 --- a/keyboards/uno/rules.mk +++ b/keyboards/uno/rules.mk @@ -1,18 +1 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina - -# 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 = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output +DEFAULT_FOLDER = uno/rev1 |