Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tap dance and combos for K6 pro #1

Open
wants to merge 2 commits into
base: bluetooth_playground
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions keyboards/keychron/k6_pro/ansi/rgb/keymaps/vial/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ VIALRGB_ENABLE = yes
LTO_ENABLE = no

MIDI_ENABLE = no

TAP_DANCE_ENABLE = yes
COMBO_ENABLE = yes
2 changes: 2 additions & 0 deletions keyboards/keychron/k6_pro/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
#define LED_CAPS_LOCK_PIN A7
#define LED_PIN_ON_STATE 1

#define DYNAMIC_KEYMAP_EEPROM_ADDR (VIA_EEPROM_CUSTOM_CONFIG_ADDR + VIA_EEPROM_CUSTOM_CONFIG_SIZE + 1)

#ifdef BLUETOOTH_ENABLE
/* Hardware configuration */
# define USB_BT_MODE_SELECT_PIN A10
Expand Down