fixed #1139 issues
A fix described by jackhumbert has been sorted out now.
This commit is contained in:
parent
1968ec4c24
commit
d5ee0194ab
1 changed files with 18 additions and 18 deletions
|
@ -13,7 +13,7 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||||
MIDI_ENABLE = no # MIDI controls
|
MIDI_ENABLE = no # MIDI controls
|
||||||
AUDIO_ENABLE = no # Audio output on port C6
|
AUDIO_ENABLE = no # Audio output on port C6
|
||||||
UNICODEMAP_ENABLE = no # This allows sending unicode symbols using X(<unicode>) in your keymap.
|
UNICODEMAP_ENABLE = no # This allows sending unicode symbols using X(<unicode>) in your keymap.
|
||||||
UNICODE_ENABLE = no # Unicode
|
UNICODE_ENABLE =no # Unicode
|
||||||
UCIS_ENABLE = no # Keep in mind that not all will work (See WinCompose for details on Windows).
|
UCIS_ENABLE = no # Keep in mind that not all will work (See WinCompose for details on Windows).
|
||||||
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
||||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
|
||||||
|
|
Loading…
Reference in a new issue