diff options
author | Nick Choi <iinikchi@gmail.com> | 2017-05-23 18:47:06 -0400 |
---|---|---|
committer | Nick Choi <iinikchi@gmail.com> | 2017-05-23 18:47:06 -0400 |
commit | b3eeb9d84a6af13c4fd35835f4cb2da093a7015e (patch) | |
tree | 4bdb4ae8f623f8b47e435fd5d8441c55e239a85c /keyboards | |
parent | 0e174fcb48471b6af79f1456d65edf7c22d8b903 (diff) | |
download | qmk_firmware-b3eeb9d84a6af13c4fd35835f4cb2da093a7015e.tar.gz qmk_firmware-b3eeb9d84a6af13c4fd35835f4cb2da093a7015e.zip |
removed s
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/frosty_flake/keymaps/nikchi/keymap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/frosty_flake/keymaps/nikchi/keymap.c b/keyboards/frosty_flake/keymaps/nikchi/keymap.c index babc7f15bd..908db3f801 100644 --- a/keyboards/frosty_flake/keymaps/nikchi/keymap.c +++ b/keyboards/frosty_flake/keymaps/nikchi/keymap.c @@ -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(\ |