forked from forks/qmk_firmware
Update keyboards/pabile/p40/rules.mk
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
This commit is contained in:
parent
3cea7060fc
commit
3cf0e5b80a
|
|
@ -15,10 +15,10 @@ BOOTLOADER = caterina
|
|||
# change to "no" to disable the options, or define them in the Makefile in
|
||||
# the appropriate keymap folder that will get included automatically
|
||||
#
|
||||
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
|
||||
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
||||
CONSOLE_ENABLE = no # Console for debug(+400)
|
||||
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
|
|
@ -26,7 +26,7 @@ MIDI_ENABLE = no # MIDI controls
|
|||
AUDIO_ENABLE = no # Audio output on port C6
|
||||
UNICODE_ENABLE = yes # Unicode
|
||||
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||
IOS_DEVICE_ENABLE = no # connect to IOS Device
|
||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||
IOS_DEVICE_ENABLE = no # connect to IOS Device
|
||||
|
||||
LAYOUTS = ortho_4x10
|
||||
|
|
|
|||
Loading…
Reference in a new issue