diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-07-11 05:51:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 05:51:29 -0700 |
commit | 2dab029bcfb84b1fdd8fd0ef4d41ba41b9b5a109 (patch) | |
tree | fc291993ce145ad697226f497886ac7b2846cd0d /keyboards/peej/rosaline/rules.mk | |
parent | 5389f088b11da69b76f226e7720c95bf1e05ba15 (diff) |
Peej Rosaline Refactor (#17564)
Diffstat (limited to 'keyboards/peej/rosaline/rules.mk')
-rw-r--r-- | keyboards/peej/rosaline/rules.mk | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/keyboards/peej/rosaline/rules.mk b/keyboards/peej/rosaline/rules.mk index d1dde8af62..928164362a 100644 --- a/keyboards/peej/rosaline/rules.mk +++ b/keyboards/peej/rosaline/rules.mk @@ -1,18 +1 @@ -# MCU name -MCU = atmega328p - -# Bootloader selection -BOOTLOADER = usbasploader - -# 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 -AUDIO_ENABLE = no # Audio output +DEFAULT_FOLDER = peej/rosaline/staggered |