summaryrefslogtreecommitdiff
path: root/keyboards/xenon/rules.mk
diff options
context:
space:
mode:
authorKyrre Havik <Kyrremann@gmail.com>2022-02-05 04:06:49 +0100
committerGitHub <noreply@github.com>2022-02-04 19:06:49 -0800
commit719881c2ee2b61b15ed02d82c2870f7ae93e70e5 (patch)
tree09db4cabfd676497a17b748cbb200a8b110df7f4 /keyboards/xenon/rules.mk
parent1febea8d4b18f87844618492d43aefc5c22c8174 (diff)
[Keyboard] Add Xenon keyboard (#15915)
Co-authored-by: Sam Mohr <smores56@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/xenon/rules.mk')
-rw-r--r--keyboards/xenon/rules.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/xenon/rules.mk b/keyboards/xenon/rules.mk
new file mode 100644
index 0000000000..aeaa1fd104
--- /dev/null
+++ b/keyboards/xenon/rules.mk
@@ -0,0 +1,21 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = yes # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = no # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+SPLIT_KEYBOARD = yes
+OLED_ENABLE = yes
+ENCODER_ENABLE = yes