Skip to content

Commit

Permalink
Keymap: Disable audio for planck/dshields/rev6 and enable retro tappi…
Browse files Browse the repository at this point in the history
…ng. (#4643)
  • Loading branch information
shieldsd authored and drashna committed Dec 14, 2018
1 parent dd03ac3 commit 1ae07f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions keyboards/planck/keymaps/dshields/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/planck/keymaps/dshields/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ae07f6

Please sign in to comment.