diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-04-03 21:06:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-03 21:06:40 -0400 |
commit | 27aa185222b709dc53a1478e46d6e04271dc199c (patch) | |
tree | fd6311aa6fb2b10fc01d2562e819817d798668b2 /quantum/template/rules.mk | |
parent | 4e51c1e3ca75c9abe45673866d026cc0f810a410 (diff) | |
parent | 3ac9259742bfd428f71c31dbf2bfedace2a7f91b (diff) |
Merge branch 'master' into master
Diffstat (limited to 'quantum/template/rules.mk')
-rw-r--r-- | quantum/template/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/template/rules.mk b/quantum/template/rules.mk index bad3387bf4..a1f9377d87 100644 --- a/quantum/template/rules.mk +++ b/quantum/template/rules.mk @@ -61,7 +61,7 @@ SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE ?= no # USB Nkey Rollover BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default -MIDI_ENABLE ?= no # MIDI controls +MIDI_ENABLE ?= no # MIDI support (+2400 to 4200, depending on config) UNICODE_ENABLE ?= no # Unicode BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE ?= no # Audio output on port C6 |