summaryrefslogtreecommitdiff
path: root/keyboards/fjlabs/ad65/rules.mk
diff options
context:
space:
mode:
authorFelix Jen <fjen@felixjen.com>2021-09-15 19:25:03 -0700
committerGitHub <noreply@github.com>2021-09-15 19:25:03 -0700
commit40c58b1734a074106610e4e0006054b4ccef4f9a (patch)
tree342c9e4721a30b10c50396e7ab9beeb9dcff873a /keyboards/fjlabs/ad65/rules.mk
parent303e063b71bba2b049f160a8bc50f33ac9538d8f (diff)
[Keyboard] Add Absolute Designs AD65 Keyboard (#14391)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/fjlabs/ad65/rules.mk')
-rw-r--r--keyboards/fjlabs/ad65/rules.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/fjlabs/ad65/rules.mk b/keyboards/fjlabs/ad65/rules.mk
new file mode 100644
index 0000000000..58e569b739
--- /dev/null
+++ b/keyboards/fjlabs/ad65/rules.mk
@@ -0,0 +1,25 @@
+# MCU name
+MCU = atmega32u4
+
+# Processor frequency
+F_CPU = 8000000
+
+# 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 = yes # 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 = yes # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+KEYBOARD_LOCK_ENABLE = yes