summaryrefslogtreecommitdiff
path: root/keyboards/ilumkb/simpler64/rules.mk
diff options
context:
space:
mode:
authorEqualzC3 <93361153+EqualzC3@users.noreply.github.com>2022-01-13 06:11:33 +0800
committerGitHub <noreply@github.com>2022-01-12 14:11:33 -0800
commit4c8bb05dab67d0048200f3941cb97ed753cc4ae5 (patch)
treef9194b56b8d0e91561aa41130352568c7ea2b9ce /keyboards/ilumkb/simpler64/rules.mk
parent9911ba51b09fb513955ae32862cf29748c6e9cb0 (diff)
[Keyboard] Add Simpler60 support (#15499)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/ilumkb/simpler64/rules.mk')
-rw-r--r--keyboards/ilumkb/simpler64/rules.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/ilumkb/simpler64/rules.mk b/keyboards/ilumkb/simpler64/rules.mk
new file mode 100644
index 0000000000..ab16f67c8d
--- /dev/null
+++ b/keyboards/ilumkb/simpler64/rules.mk
@@ -0,0 +1,20 @@
+# 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 = 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
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+RGB_MATRIX_ENABLE = yes # Use RGB matrix
+RGB_MATRIX_DRIVER = IS31FL3741