removed s
parent
0e174fcb48
commit
b3eeb9d84a
|
@ -10,7 +10,7 @@ void tap(uint16_t keycode){
|
||||||
register_code(keycode);
|
register_code(keycode);
|
||||||
unregister_code(keycode);
|
unregister_code(keycode);
|
||||||
};
|
};
|
||||||
s
|
|
||||||
//Tap Dance Declarations
|
//Tap Dance Declarations
|
||||||
enum taps{
|
enum taps{
|
||||||
TD_CTCPS = 0
|
TD_CTCPS = 0
|
||||||
|
@ -97,7 +97,6 @@ const uint32_t PROGMEM unicode_map[] = {
|
||||||
[SNEK] = 0x1F40D
|
[SNEK] = 0x1F40D
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// Layouts
|
// Layouts
|
||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
[0] = KEYMAP(\
|
[0] = KEYMAP(\
|
||||||
|
|
Loading…
Reference in New Issue