]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lfkeyboards/lfk87/keymaps/default/rules.mk
Fix the LFKeyboards so they work with the QMK Configurator (#4591)
[qmk_firmware.git] / keyboards / lfkeyboards / lfk87 / keymaps / default / rules.mk
1 # Build Options
2 #   change to "no" to disable the options, or define them in the Makefile in
3 #   the appropriate keymap folder that will get included automatically
4 #
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 NKRO_ENABLE = yes               # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
12 BACKLIGHT_ENABLE = yes           # Enable keyboard backlight functionality
13 MIDI_ENABLE = no                # MIDI controls
14 AUDIO_ENABLE = yes              # Audio output on port C6
15 UNICODE_ENABLE = no             # Unicode
16 BLUETOOTH_ENABLE = no           # Enable Bluetooth with the Adafruit EZ-Key HID
17 RGBLIGHT_ENABLE = yes           # Enable RGB underlight
18 RGBLIGHT_CUSTOM_DRIVER = yes    # RGB code is implemented in lefkeyboards, not WS2812
19 SLEEP_LED_ENABLE = yes          # Breathing sleep LED during USB suspend
20 TAP_DANCE_ENABLE = no
21
22 ISSI_ENABLE = yes                       # If the I2C pullup resistors aren't install this must be disabled
23 WATCHDOG_ENABLE = no            # Resets keyboard if matrix_scan isn't run every 250ms
24
25
26
27
28 # Override the LFK87 hardware version.
29 #
30 # A - Green PCB. at90usb1286 Only 3 exist
31 # B - We don't talk about RevB
32 # C-D - Black PCB. at90usb646 First public release
33 #
34 # LFK_REV = C
35
36 # ifeq ($(LFK_REV), A)
37 #       MCU = at90usb1286
38 #       OPT_DEFS += -DBOOTLOADER_SIZE=8192
39 # else
40 #       MCU = at90usb646
41 #       OPT_DEFS += -DBOOTLOADER_SIZE=4096
42 # endif
43 # OPT_DEFS += -DLFK_TKL_REV_$(LFK_REV)