summaryrefslogtreecommitdiff
path: root/keyboards/handwired/eagleii/rules.mk
diff options
context:
space:
mode:
authorSpaceman <rionlion100@gmail.com>2020-01-19 21:07:30 -0500
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-01-19 18:07:30 -0800
commit80d329bb554f69630cda0376a51314698ad0ccdd (patch)
treeb54cf25e88c545a48c720677291bfb5fe0d9d262 /keyboards/handwired/eagleii/rules.mk
parent251a69ea3d63ac8783e30b6e03e3866b9579af72 (diff)
[Keyboard] Addition Eagle II keyboard (#7927)
* add EagleII Keyboard * Update eagleii.c * Update eagleii.h * Update keymap.c * Update eagleii.h * Update keymap.c * Update keyboards/handwired/eagleii/config.h * Update keyboards/handwired/eagleii/config.h * Update keyboards/handwired/eagleii/rules.mk * Update config.h * Update rules.mk * Update eagleii.h * Update eagleii.h * Update keymap.c * Update info.json * Update keyboards/handwired/eagleii/rules.mk * Update keyboards/handwired/eagleii/rules.mk * Create readme.md * Update keyboards/handwired/eagleii/readme.md * Update keyboards/handwired/eagleii/config.h * Update keyboards/handwired/eagleii/readme.md * Update keyboards/handwired/eagleii/readme.md
Diffstat (limited to 'keyboards/handwired/eagleii/rules.mk')
-rw-r--r--keyboards/handwired/eagleii/rules.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/handwired/eagleii/rules.mk b/keyboards/handwired/eagleii/rules.mk
new file mode 100644
index 0000000000..e45af67e51
--- /dev/null
+++ b/keyboards/handwired/eagleii/rules.mk
@@ -0,0 +1,26 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes
+MOUSEKEY_ENABLE = yes
+EXTRAKEY_ENABLE = yes
+CONSOLE_ENABLE = no
+COMMAND_ENABLE = no
+SLEEP_LED_ENABLE = no
+NKRO_ENABLE = no
+BACKLIGHT_ENABLE = no
+AUDIO_ENABLE = no
+RGBLIGHT_ENABLE = no