aboutsummaryrefslogtreecommitdiff
path: root/keyboards/nebula68/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nebula68/rules.mk')
-rwxr-xr-xkeyboards/nebula68/rules.mk34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/nebula68/rules.mk b/keyboards/nebula68/rules.mk
new file mode 100755
index 000000000..399385b3e
--- /dev/null
+++ b/keyboards/nebula68/rules.mk
@@ -0,0 +1,34 @@
1# MCU name
2MCU = STM32F303
3
4# Do not put the microcontroller into power saving mode
5# when we get USB suspend event. We want it to keep updating
6# backlight effects.
7OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
8
9# Build Options
10# comment out to disable the options.
11#
12BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
13BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
14MOUSEKEY_ENABLE = yes # Mouse keys
15EXTRAKEY_ENABLE = yes # Audio control and System control
16CONSOLE_ENABLE = no # Console for debug
17COMMAND_ENABLE = no # Commands for debug and configuration
18SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
19NKRO_ENABLE = yes # USB Nkey Rollover
20AUDIO_ENABLE = no # Audio output on port C6
21NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
22RGBLIGHT_ENABLE = yes # Underglow RGB
23WS2812_DRIVER = pwm # Underglow RGB Driver
24
25CIE1931_CURVE = yes
26
27LAYOUTS = 68_ansi
28
29# project specific files
30SRC += keyboards/wilba_tech/wt_main.c \
31 keyboards/wilba_tech/wt_rgb_backlight.c \
32 drivers/issi/is31fl3733.c \
33 quantum/color.c
34QUANTUM_LIB_SRC += drivers/chibios/i2c_master.c