removed s
This commit is contained in:
parent
0e174fcb48
commit
b3eeb9d84a
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue