summaryrefslogtreecommitdiff
path: root/keyboards/cipulot/kallos/rules.mk
diff options
context:
space:
mode:
authorCipulot <40441626+Cipulot@users.noreply.github.com>2022-07-13 06:31:17 +0200
committerGitHub <noreply@github.com>2022-07-12 21:31:17 -0700
commit5bc81d3a636e1fedd451f5a7912a391e0d572665 (patch)
tree463fad7a8cdde5ea13797bcce7357c42c6c4659d /keyboards/cipulot/kallos/rules.mk
parent7a090bb3df759613e2b6fa6bcdf71f5f5460a1fa (diff)
[Keyboard] Add Kallos keyboard (#17461)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/cipulot/kallos/rules.mk')
-rw-r--r--keyboards/cipulot/kallos/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/cipulot/kallos/rules.mk b/keyboards/cipulot/kallos/rules.mk
new file mode 100644
index 0000000000..1ad33bb514
--- /dev/null
+++ b/keyboards/cipulot/kallos/rules.mk
@@ -0,0 +1,19 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+LTO_ENABLE = yes