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/ortho/rules.mk | |
parent | 5389f088b11da69b76f226e7720c95bf1e05ba15 (diff) |
Peej Rosaline Refactor (#17564)
Diffstat (limited to 'keyboards/peej/rosaline/ortho/rules.mk')
-rw-r--r-- | keyboards/peej/rosaline/ortho/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/peej/rosaline/ortho/rules.mk b/keyboards/peej/rosaline/ortho/rules.mk new file mode 100644 index 0000000000..d1dde8af62 --- /dev/null +++ b/keyboards/peej/rosaline/ortho/rules.mk @@ -0,0 +1,18 @@ +# 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 |