forked from mirrors/qmk_firmware
Fix handwired/ms_sculpt_mobile default keymap (#16032)
This commit is contained in:
parent
7df371750f
commit
2da12182f3
5 changed files with 3 additions and 3 deletions
|
@ -15,3 +15,6 @@ UNICODE_ENABLE = no # Unicode
|
|||
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
||||
|
||||
# Keymap specific files
|
||||
SRC = babblePaste.c
|
||||
|
|
|
@ -24,6 +24,3 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
|
|||
NKRO_ENABLE = no # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
# Project specific files
|
||||
SRC = babblePaste.c
|
||||
|
|
Loading…
Reference in a new issue