summaryrefslogtreecommitdiff
path: root/keyboards/nebula68b/rules.mk
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2022-01-11 01:36:44 +0000
committerGitHub <noreply@github.com>2022-01-10 17:36:44 -0800
commitda1a01b811a382ac92b44558dc4f6eec9314571f (patch)
treedf2a85f1b0eedcb1f51cf125b37ce92497674081 /keyboards/nebula68b/rules.mk
parent79a8b55af250932e7c30a5f5864eda23c829737e (diff)
downloadqmk_firmware-da1a01b811a382ac92b44558dc4f6eec9314571f.tar.gz
qmk_firmware-da1a01b811a382ac92b44558dc4f6eec9314571f.zip
[Keyboard] Add Nebula65B (#15433)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: yiancar <yiancar@gmail.com>
Diffstat (limited to 'keyboards/nebula68b/rules.mk')
-rwxr-xr-xkeyboards/nebula68b/rules.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/nebula68b/rules.mk b/keyboards/nebula68b/rules.mk
new file mode 100755
index 0000000000..92dd198801
--- /dev/null
+++ b/keyboards/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