diff options
Diffstat (limited to 'keyboards/nebula68/rules.mk')
| -rwxr-xr-x | keyboards/nebula68/rules.mk | 34 |
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 | ||
| 2 | MCU = 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. | ||
| 7 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | ||
| 8 | |||
| 9 | # Build Options | ||
| 10 | # comment out to disable the options. | ||
| 11 | # | ||
| 12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 13 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | ||
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 16 | CONSOLE_ENABLE = no # Console for debug | ||
| 17 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 18 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 19 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 20 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 21 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | ||
| 22 | RGBLIGHT_ENABLE = yes # Underglow RGB | ||
| 23 | WS2812_DRIVER = pwm # Underglow RGB Driver | ||
| 24 | |||
| 25 | CIE1931_CURVE = yes | ||
| 26 | |||
| 27 | LAYOUTS = 68_ansi | ||
| 28 | |||
| 29 | # project specific files | ||
| 30 | SRC += keyboards/wilba_tech/wt_main.c \ | ||
| 31 | keyboards/wilba_tech/wt_rgb_backlight.c \ | ||
| 32 | drivers/issi/is31fl3733.c \ | ||
| 33 | quantum/color.c | ||
| 34 | QUANTUM_LIB_SRC += drivers/chibios/i2c_master.c | ||
