diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-27 03:41:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-27 03:41:18 +0000 |
commit | 2cd350d3f4e653af187aa0605b8864b79694cc11 (patch) | |
tree | cea2de5890981189295f04ea3d03ddbead91783b /keyboards/xiudi/xd75/keymaps/scheiklb/rules.mk | |
parent | cd62961392701bbed5b62da6e55f93966f5ee164 (diff) | |
parent | e91070401d0eda5e25210e9f4155fa70d0d61912 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xiudi/xd75/keymaps/scheiklb/rules.mk')
-rw-r--r-- | keyboards/xiudi/xd75/keymaps/scheiklb/rules.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/xiudi/xd75/keymaps/scheiklb/rules.mk b/keyboards/xiudi/xd75/keymaps/scheiklb/rules.mk new file mode 100644 index 0000000000..52ea43a828 --- /dev/null +++ b/keyboards/xiudi/xd75/keymaps/scheiklb/rules.mk @@ -0,0 +1,17 @@ +# Copyright 2021 Paul Maria Scheikl (@ScheiklP) +# SPDX-License-Identifier: GPL-2.0-or-later + +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) +MOUSEKEY_ENABLE = no # Mouse keys(+4700) +EXTRAKEY_ENABLE = yes # Audio control and System control(+450) +CONSOLE_ENABLE = no # Console for debug(+400) +COMMAND_ENABLE = yes # 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 +MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) +AUDIO_ENABLE = no # Audio output on port C6 +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 +TAP_DANCE_ENABLE = no # Enable Tap Dancing |