diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-01-25 02:38:44 +1100 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-01-24 07:38:44 -0800 |
| commit | b5feae07c27eb8fcac07d165091cce186e253be8 (patch) | |
| tree | 7e2b6a079eea2cef831af9bf23f6754744134bd9 /keyboards/katana60/keymaps/default/keymap.c | |
| parent | 5d1ea88bf7c16b858dd94d9a0ce5a351a49f6e07 (diff) | |
| download | qmk_firmware-b5feae07c27eb8fcac07d165091cce186e253be8.tar.gz qmk_firmware-b5feae07c27eb8fcac07d165091cce186e253be8.zip | |
Remove unused fn_actions[] and action_function() in default keymaps (#4829)
Diffstat (limited to 'keyboards/katana60/keymaps/default/keymap.c')
| -rw-r--r-- | keyboards/katana60/keymaps/default/keymap.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/katana60/keymaps/default/keymap.c b/keyboards/katana60/keymaps/default/keymap.c index abc018952..d4e77e26d 100644 --- a/keyboards/katana60/keymaps/default/keymap.c +++ b/keyboards/katana60/keymaps/default/keymap.c | |||
| @@ -67,12 +67,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 67 | 67 | ||
| 68 | }; | 68 | }; |
| 69 | 69 | ||
| 70 | |||
| 71 | const uint16_t PROGMEM fn_actions[] = { | ||
| 72 | [0] = ACTION_LAYER_TAP_KEY(CURS, KC_BSPC), | ||
| 73 | [1] = ACTION_LAYER_TAP_KEY(SYMB, KC_SPACE), | ||
| 74 | }; | ||
| 75 | |||
| 76 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 70 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
| 77 | { | 71 | { |
| 78 | // MACRODOWN only works in this function | 72 | // MACRODOWN only works in this function |
