diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-06-30 16:09:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-30 16:09:52 -0400 |
| commit | b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7 (patch) | |
| tree | 994017c60f209efc34a522c428fa3397d1198a0c /keyboards/kmac | |
| parent | 61ef949576fb64e3c57c3381875708893e4b3f96 (diff) | |
| download | qmk_firmware-b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7.tar.gz qmk_firmware-b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7.zip | |
Update keyboards' rules.mk/Makefiles (#1442)
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
Diffstat (limited to 'keyboards/kmac')
| -rw-r--r-- | keyboards/kmac/rules.mk | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/keyboards/kmac/rules.mk b/keyboards/kmac/rules.mk index 2305de412..41b16979d 100644 --- a/keyboards/kmac/rules.mk +++ b/keyboards/kmac/rules.mk | |||
| @@ -54,19 +54,19 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 54 | # Build Options | 54 | # Build Options |
| 55 | # change yes to no to disable | 55 | # change yes to no to disable |
| 56 | # | 56 | # |
| 57 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 57 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 58 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 58 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 59 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 59 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 60 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 60 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 61 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 61 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 62 | CUSTOM_MATRIX ?= yes # Custom matrix file | 62 | CUSTOM_MATRIX = yes # Custom matrix file |
| 63 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 63 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 64 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 64 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 65 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 65 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 66 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 66 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 67 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 67 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 68 | MIDI_ENABLE ?= no # MIDI support (+2400 to 4200, depending on config) | 68 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) |
| 69 | UNICODE_ENABLE ?= no # Unicode | 69 | UNICODE_ENABLE = no # Unicode |
| 70 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 70 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 71 | AUDIO_ENABLE ?= no # Audio output on port C6 | 71 | AUDIO_ENABLE = no # Audio output on port C6 |
| 72 | FAUXCLICKY_ENABLE ?= no # Use buzzer to emulate clicky switches | 72 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
