]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/mitosis/keymaps/datagrok/rules.mk
several improvements for mitosis:datagrok (#1960)
[qmk_firmware.git] / keyboards / mitosis / keymaps / datagrok / rules.mk
1 # I use an 8Mhz Pro Micro
2 F_CPU = 8000000
3 # Necessary, with above change?
4 F_USB = $(F_CPU)
5
6 BOOTMAGIC_ENABLE = no   # Virtual DIP switch configuration(+1000)
7 MOUSEKEY_ENABLE = no    # Mouse keys(+4700)
8 EXTRAKEY_ENABLE = yes   # Audio control and System control(+450)
9 CONSOLE_ENABLE = no     # Console for debug(+400)
10 COMMAND_ENABLE = no     # Commands for debug and configuration
11 UNICODE_ENABLE = no     # Unicode
12 BACKLIGHT_ENABLE = no   # Enable keyboard backlight functionality
13 BLUETOOTH_ENABLE = no   # Enable Bluetooth with the Adafruit EZ-Key HID
14 MIDI_ENABLE = no        # MIDI controls
15 # vim: set ts=8 noet: