summaryrefslogtreecommitdiff
path: root/keyboards/id67/rules.mk
diff options
context:
space:
mode:
authorAnthonyL <mehoron@yahoo.com>2021-07-03 22:54:33 -0400
committerGitHub <noreply@github.com>2021-07-03 19:54:33 -0700
commit3e04e22edb057b2da397a33ab67e73b0cb581f42 (patch)
treea6aedc7898886f4d8f82e7460d331a47b9c32305 /keyboards/id67/rules.mk
parent400844453a48c63c0eb06ae6b5d714a1ac3918f3 (diff)
[Keyboard] IDOBAO ID67 (#13378)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Anthony Lowery <anthony.lowery@unity3d.com>
Diffstat (limited to 'keyboards/id67/rules.mk')
-rw-r--r--keyboards/id67/rules.mk27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/id67/rules.mk b/keyboards/id67/rules.mk
new file mode 100644
index 0000000000..7d38f98865
--- /dev/null
+++ b/keyboards/id67/rules.mk
@@ -0,0 +1,27 @@
+# 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
+AUDIO_ENABLE = no # Audio output
+
+KEY_LOCK_ENABLE = yes # Enable KC_LOCK support
+
+# generated by KBFirmware JSON to QMK Parser
+# https://noroadsleft.github.io/kbf_qmk_converter/ \ No newline at end of file