pull/1316/head
Nick Choi 7 years ago
parent 0e174fcb48
commit b3eeb9d84a

@ -10,7 +10,7 @@ void tap(uint16_t keycode){
register_code(keycode);
unregister_code(keycode);
};
s
//Tap Dance Declarations
enum taps{
TD_CTCPS = 0
@ -97,7 +97,6 @@ const uint32_t PROGMEM unicode_map[] = {
[SNEK] = 0x1F40D
};
// Layouts
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = KEYMAP(\

Loading…
Cancel
Save