summaryrefslogtreecommitdiff
path: root/keyboards/spaceholdings/nebula12b/rules.mk
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2022-07-01 07:11:13 +0100
committerGitHub <noreply@github.com>2022-06-30 23:11:13 -0700
commit1e643ba1d1fddf27113564e5ea9d8751cb9a9c01 (patch)
tree741f3e5e15f38258f16793f2a974c427ad6ad5bd /keyboards/spaceholdings/nebula12b/rules.mk
parent38ca5e95e1e857991c968cd2eb9a26cfed4e12fc (diff)
[Keyboard] Nebula12b (#17308)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: yiancar <yiancar@gmail.com>
Diffstat (limited to 'keyboards/spaceholdings/nebula12b/rules.mk')
-rwxr-xr-xkeyboards/spaceholdings/nebula12b/rules.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/spaceholdings/nebula12b/rules.mk b/keyboards/spaceholdings/nebula12b/rules.mk
new file mode 100755
index 0000000000..92dd198801
--- /dev/null
+++ b/keyboards/spaceholdings/nebula12b/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