summaryrefslogtreecommitdiffstats
path: root/keyboards/planck
diff options
context:
space:
mode:
authorDaniel Shields <daniel.shields@bcs.org>2018-12-14 16:27:54 +0100
committerDrashna Jaelre <drashna@live.com>2018-12-14 16:27:54 +0100
commit1ae07f657ad914b863d7ec095eadaeb1d44dbc74 (patch)
tree863730fafbf23e34ea09429f464e585e223f3dcf /keyboards/planck
parentdd03ac3893407aa60fd7b2c3820148f51a6b003e (diff)
downloadqmk_firmware-1ae07f657ad914b863d7ec095eadaeb1d44dbc74.tar.gz
qmk_firmware-1ae07f657ad914b863d7ec095eadaeb1d44dbc74.tar.xz
Keymap: Disable audio for planck/dshields/rev6 and enable retro tapping. (#4643)
Diffstat (limited to 'keyboards/planck')
-rw-r--r--keyboards/planck/keymaps/dshields/config.h1
-rw-r--r--keyboards/planck/keymaps/dshields/rules.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/dshields/config.h b/keyboards/planck/keymaps/dshields/config.h
index 63434f60c..7f9cf7467 100644
--- a/keyboards/planck/keymaps/dshields/config.h
+++ b/keyboards/planck/keymaps/dshields/config.h
@@ -5,6 +5,7 @@
#define USB_MAX_POWER_CONSUMPTION 100
#define ONESHOT_TAP_TOGGLE 2
#define ONESHOT_TIMEOUT 3000
+#define RETRO_TAPPING
#define MOUSEKEY_INTERVAL 20
#define MOUSEKEY_DELAY 0
diff --git a/keyboards/planck/keymaps/dshields/rules.mk b/keyboards/planck/keymaps/dshields/rules.mk
index 300a82790..a526c5a31 100644
--- a/keyboards/planck/keymaps/dshields/rules.mk
+++ b/keyboards/planck/keymaps/dshields/rules.mk
@@ -16,7 +16,7 @@ ifeq ($(strip $(KEYBOARD)), planck/rev3)
endif
ifeq ($(strip $(KEYBOARD)), planck/rev6)
EXTRALDFLAGS = -Wl,--build-id=none
- AUDIO_ENABLE = yes
+ AUDIO_ENABLE = no
BACKLIGHT_ENABLE = no
RGB_MATRIX_ENABLE = no
endif