diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-09-24 23:44:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-24 08:44:50 -0700 |
commit | 0dca9a1f62aaa85340b2605a9ae4ea7eb84a5c62 (patch) | |
tree | 4b9d7efaf12c82e42a2499f910db83420e12ee06 /keyboards/cradio/rules.mk | |
parent | fa1388a42ea1f830aff0412813683b00f1048a8e (diff) |
[Keyboard] Convert Cradio config to data driven model (#18412)
Diffstat (limited to 'keyboards/cradio/rules.mk')
-rw-r--r-- | keyboards/cradio/rules.mk | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/keyboards/cradio/rules.mk b/keyboards/cradio/rules.mk index 1e4940ca7d..6e7633bfe0 100644 --- a/keyboards/cradio/rules.mk +++ b/keyboards/cradio/rules.mk @@ -1,21 +1 @@ -# 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 = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -UNICODE_ENABLE = yes # Unicode -AUDIO_ENABLE = no # Audio output -SPLIT_KEYBOARD = yes # Use shared split_common code -LAYOUTS = split_3x5_2 +# This file intentionally left blank |