summaryrefslogtreecommitdiffstats
path: root/users/333fred/333fred.h
blob: 8599198a575d29d860e5c384fc9a35abd2aa0cc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#pragma once

#include "quantum.h"

#define BASE 0
#define CODE 1 // code layer
#define SYMB 2
#define MDIA 3 // media keys
#define VIM  4
#define GAME 5

// Tap dance config shared between my keyboards
enum tap_dance_declarations {
    TD_SYM_VIM = 0
};

void tap_dance_layer_finished(qk_tap_dance_state_t*, void*);
void tap_dance_layer_reset(qk_tap_dance_state_t*, void*);
void tap_dance_process_record(uint16_t);