]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/mitosis/keymaps/datagrok/rules.mk
several improvements for mitosis:datagrok (#1960)
[qmk_firmware.git] / keyboards / mitosis / keymaps / datagrok / rules.mk
diff --git a/keyboards/mitosis/keymaps/datagrok/rules.mk b/keyboards/mitosis/keymaps/datagrok/rules.mk
new file mode 100644 (file)
index 0000000..7678072
--- /dev/null
@@ -0,0 +1,15 @@
+# I use an 8Mhz Pro Micro
+F_CPU = 8000000
+# Necessary, with above change?
+F_USB = $(F_CPU)
+
+BOOTMAGIC_ENABLE = no  # Virtual DIP switch configuration(+1000)
+MOUSEKEY_ENABLE = no   # Mouse keys(+4700)
+EXTRAKEY_ENABLE = yes  # Audio control and System control(+450)
+CONSOLE_ENABLE = no    # Console for debug(+400)
+COMMAND_ENABLE = no    # Commands for debug and configuration
+UNICODE_ENABLE = no    # Unicode
+BACKLIGHT_ENABLE = no  # Enable keyboard backlight functionality
+BLUETOOTH_ENABLE = no  # Enable Bluetooth with the Adafruit EZ-Key HID
+MIDI_ENABLE = no       # MIDI controls
+# vim: set ts=8 noet: