diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-10 05:19:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 21:19:28 +0000 |
commit | cd673ccebacb2c0550cce32a824c32ce92c8b97f (patch) | |
tree | 91cd4581dcb7ba71c937782e4aa13e8a3f669014 /keyboards/spaceholdings/nebula68b/rules.mk | |
parent | a9250ad8a123f566de1a5a97de51f8ae13b33ce1 (diff) |
move spaceholdings boards into /spaceholdings (#16096)
Diffstat (limited to 'keyboards/spaceholdings/nebula68b/rules.mk')
-rwxr-xr-x | keyboards/spaceholdings/nebula68b/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/spaceholdings/nebula68b/rules.mk b/keyboards/spaceholdings/nebula68b/rules.mk new file mode 100755 index 0000000000..92dd198801 --- /dev/null +++ b/keyboards/spaceholdings/nebula68b/rules.mk @@ -0,0 +1,22 @@ +# 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 +RGB_MATRIX_ENABLE = yes # Enable Per-key RGB +RGB_MATRIX_DRIVER = WS2812 # Per-key RGB Driver + +LTO_ENABLE = yes |