summaryrefslogtreecommitdiff
path: root/keyboards/edc40/rules.mk
diff options
context:
space:
mode:
authorojthetiny <65928618+ojthetiny@users.noreply.github.com>2020-11-30 12:00:55 +0200
committerGitHub <noreply@github.com>2020-11-30 02:00:55 -0800
commitce91dd4bf320ca159401fd8db24781c44ab7d405 (patch)
treee8e10bf72d6ab9944025dd4461bae892c314990e /keyboards/edc40/rules.mk
parent5909c243d4ba019af6fbaf4397fda81c703db511 (diff)
[Keyboard] Add edc40 keyboard (#11021)
* Re-adding edc40 keyboard branch/files * Update keymap.c * add default keymap for edc40 * removed redundant keymap * added custom keymap for edc40 * fixed false update to settings.json * fixed false update to settings.json * added newline to info.json * Update keyboards/edc40/config.h * Update keyboards/edc40/readme.md * Update keyboards/edc40/rules.mk * Update rules.mk * Update keyboards/edc40/info.json * Update info.json * Update info.json * Update keyboards/edc40/config.h * Update keyboards/edc40/info.json * Update keyboards/edc40/readme.md * Update keyboards/edc40/keymaps/default/keymap.c
Diffstat (limited to 'keyboards/edc40/rules.mk')
-rw-r--r--keyboards/edc40/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/edc40/rules.mk b/keyboards/edc40/rules.mk
new file mode 100644
index 0000000000..c5128a8f25
--- /dev/null
+++ b/keyboards/edc40/rules.mk
@@ -0,0 +1,23 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = full # 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 = 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
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+UNICODE_ENABLE = yes