mirror of
https://github.com/kemko/qmk_firmware.git
synced 2026-01-07 18:55:48 +03:00
6 lines
187 B
C
6 lines
187 B
C
#include "tap-dance.h"
|
|
|
|
tap_dance_action_t tap_dance_actions[] = {
|
|
/* Tap once/hold for Shift, tap twice for Caps Lock */
|
|
[SHIFT_CAPS] = ACTION_TAP_DANCE_DOUBLE( KC_LSFT, KC_CAPS )
|
|
}; |