summaryrefslogtreecommitdiff
path: root/keyboards/nightly_boards/adellein/rules.mk
diff options
context:
space:
mode:
authorNightlyBoards <65656486+NightlyBoards@users.noreply.github.com>2021-03-15 05:51:21 +0800
committerGitHub <noreply@github.com>2021-03-14 14:51:21 -0700
commit9e1d04fea77c4da64248e7870b915939a768c5c0 (patch)
tree75f2c9db45625257887727562c9010dccf3ebbab /keyboards/nightly_boards/adellein/rules.mk
parentb44bffe954dca574bf6ef16b8c8d985e9547d3e1 (diff)
[Keyboard] Added Adellein Keyboard/PCB (#11547)
Diffstat (limited to 'keyboards/nightly_boards/adellein/rules.mk')
-rw-r--r--keyboards/nightly_boards/adellein/rules.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/nightly_boards/adellein/rules.mk b/keyboards/nightly_boards/adellein/rules.mk
new file mode 100644
index 0000000000..f78597b916
--- /dev/null
+++ b/keyboards/nightly_boards/adellein/rules.mk
@@ -0,0 +1,26 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
+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
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = no # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+ENCODER_ENABLE = yes # Enable Rotary Encoders
+LTO_ENABLE = yes
+
+# Added encoder Action
+SRC += encoder_action.c \ No newline at end of file