~ruther/qmk_firmware

ref: 57c5f3e6743789d8aeb4fb8a45a13e04ff8de31d qmk_firmware/users/d4mation/tap-dance.c -rw-r--r-- 187 bytes
57c5f3e6 — James Young poker87d: correct layout data (#21159) 2 years ago
                                                                                
1
2
3
4
5
6
#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 )
};