~ruther/qmk_firmware

ref: ce51fdfe51f5935652f68fae1f12f68182be223c qmk_firmware/users/d4mation/tap-dance.c -rw-r--r-- 187 bytes
ce51fdfe — Lasse Luttermann doio/kb16: Added timeout option for OLED boot logo. (#21823) 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 )
};