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/sixkeyboard | |
| 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/sixkeyboard')
| -rw-r--r-- | keyboards/sixkeyboard/rules.mk | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/keyboards/sixkeyboard/rules.mk b/keyboards/sixkeyboard/rules.mk index 2c99985a9..6aedc7148 100644 --- a/keyboards/sixkeyboard/rules.mk +++ b/keyboards/sixkeyboard/rules.mk | |||
| @@ -55,16 +55,16 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 55 | # Build Options | 55 | # Build Options |
| 56 | # comment out to disable the options. | 56 | # comment out to disable the options. |
| 57 | # | 57 | # |
| 58 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 58 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 59 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 59 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 60 | EXTRAKEY_ENABLE ?= no # Audio control and System control(+450) | 60 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) |
| 61 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 61 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 62 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 62 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 63 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 63 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 64 | NKRO_ENABLE ?= no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 64 | NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 65 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 65 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 66 | MIDI_ENABLE ?= no # MIDI controls | 66 | MIDI_ENABLE = no # MIDI controls |
| 67 | AUDIO_ENABLE ?= no | 67 | AUDIO_ENABLE = no |
| 68 | UNICODE_ENABLE ?= no # Unicode | 68 | UNICODE_ENABLE = no # Unicode |
| 69 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 69 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 70 | CUSTOM_MATRIX = yes \ No newline at end of file | 70 | CUSTOM_MATRIX = yes \ No newline at end of file |
