diff options
Diffstat (limited to 'keyboards/hhkb/keymaps')
| -rw-r--r-- | keyboards/hhkb/keymaps/cinaeco/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/hhkb/keymaps/dbroqua/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/hhkb/keymaps/default/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/hhkb/keymaps/enoch_jp/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/hhkb/keymaps/eric/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/hhkb/keymaps/jp/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/hhkb/keymaps/jp_mac/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/hhkb/keymaps/krusli/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/hhkb/keymaps/mjt/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/hhkb/keymaps/rdg_jp/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/hhkb/keymaps/sh_jp/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/hhkb/keymaps/smt/keymap.c | 4 |
12 files changed, 0 insertions, 48 deletions
diff --git a/keyboards/hhkb/keymaps/cinaeco/keymap.c b/keyboards/hhkb/keymaps/cinaeco/keymap.c index f50f90a84..c27e37d8a 100644 --- a/keyboards/hhkb/keymaps/cinaeco/keymap.c +++ b/keyboards/hhkb/keymaps/cinaeco/keymap.c | |||
| @@ -162,10 +162,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 162 | 162 | ||
| 163 | }; | 163 | }; |
| 164 | 164 | ||
| 165 | const uint16_t PROGMEM fn_actions[] = { | ||
| 166 | |||
| 167 | }; | ||
| 168 | |||
| 169 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 165 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
| 170 | { | 166 | { |
| 171 | return MACRO_NONE; | 167 | return MACRO_NONE; |
diff --git a/keyboards/hhkb/keymaps/dbroqua/keymap.c b/keyboards/hhkb/keymaps/dbroqua/keymap.c index 666471a03..4da9b1d4a 100644 --- a/keyboards/hhkb/keymaps/dbroqua/keymap.c +++ b/keyboards/hhkb/keymaps/dbroqua/keymap.c | |||
| @@ -97,10 +97,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 97 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | 97 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, |
| 98 | DEF, ALT, KC_TRNS, KC_TRNS, KC_TRNS)}; | 98 | DEF, ALT, KC_TRNS, KC_TRNS, KC_TRNS)}; |
| 99 | 99 | ||
| 100 | const uint16_t PROGMEM fn_actions[] = { | ||
| 101 | |||
| 102 | }; | ||
| 103 | |||
| 104 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 100 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
| 105 | { | 101 | { |
| 106 | // MACRODOWN only works in this function | 102 | // MACRODOWN only works in this function |
diff --git a/keyboards/hhkb/keymaps/default/keymap.c b/keyboards/hhkb/keymaps/default/keymap.c index 3a01fd802..af6102f10 100644 --- a/keyboards/hhkb/keymaps/default/keymap.c +++ b/keyboards/hhkb/keymaps/default/keymap.c | |||
| @@ -55,10 +55,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 55 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_PMNS, KC_END, KC_PGDN, KC_DOWN, KC_TRNS, KC_TRNS, | 55 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_PMNS, KC_END, KC_PGDN, KC_DOWN, KC_TRNS, KC_TRNS, |
| 56 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)}; | 56 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)}; |
| 57 | 57 | ||
| 58 | const uint16_t PROGMEM fn_actions[] = { | ||
| 59 | |||
| 60 | }; | ||
| 61 | |||
| 62 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 58 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
| 63 | { | 59 | { |
| 64 | // MACRODOWN only works in this function | 60 | // MACRODOWN only works in this function |
diff --git a/keyboards/hhkb/keymaps/enoch_jp/keymap.c b/keyboards/hhkb/keymaps/enoch_jp/keymap.c index 60bf832a7..b685300a7 100644 --- a/keyboards/hhkb/keymaps/enoch_jp/keymap.c +++ b/keyboards/hhkb/keymaps/enoch_jp/keymap.c | |||
| @@ -44,10 +44,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 44 | _______, _______, _______, _______, _______, _______, KC_PPLS, KC_PMNS, KC_END, KC_PGDN, KC_DOWN, _______, _______, _______, | 44 | _______, _______, _______, _______, _______, _______, KC_PPLS, KC_PMNS, KC_END, KC_PGDN, KC_DOWN, _______, _______, _______, |
| 45 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______)}; | 45 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______)}; |
| 46 | 46 | ||
| 47 | const uint16_t PROGMEM fn_actions[] = { | ||
| 48 | |||
| 49 | }; | ||
| 50 | |||
| 51 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 47 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
| 52 | { | 48 | { |
| 53 | return MACRO_NONE; | 49 | return MACRO_NONE; |
diff --git a/keyboards/hhkb/keymaps/eric/keymap.c b/keyboards/hhkb/keymaps/eric/keymap.c index 0f3b4c7f3..bf788b2ff 100644 --- a/keyboards/hhkb/keymaps/eric/keymap.c +++ b/keyboards/hhkb/keymaps/eric/keymap.c | |||
| @@ -53,10 +53,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 53 | KC_TRNS, KC_UNDS, KC_PLUS, KC_LPRN, KC_RPRN, KC_PIPE, KC_TRNS, KC_TRNS, KC_PGDN, KC_END, KC_DOWN, KC_TRNS, KC_TRNS, | 53 | KC_TRNS, KC_UNDS, KC_PLUS, KC_LPRN, KC_RPRN, KC_PIPE, KC_TRNS, KC_TRNS, KC_PGDN, KC_END, KC_DOWN, KC_TRNS, KC_TRNS, |
| 54 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)}; | 54 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)}; |
| 55 | 55 | ||
| 56 | const uint16_t PROGMEM fn_actions[] = { | ||
| 57 | |||
| 58 | }; | ||
| 59 | |||
| 60 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 56 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
| 61 | { | 57 | { |
| 62 | // MACRODOWN only works in this function | 58 | // MACRODOWN only works in this function |
diff --git a/keyboards/hhkb/keymaps/jp/keymap.c b/keyboards/hhkb/keymaps/jp/keymap.c index 24e4a04a5..fefe61452 100644 --- a/keyboards/hhkb/keymaps/jp/keymap.c +++ b/keyboards/hhkb/keymaps/jp/keymap.c | |||
| @@ -49,7 +49,3 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t macro_id, uint8_t o | |||
| 49 | { | 49 | { |
| 50 | return MACRO_NONE; | 50 | return MACRO_NONE; |
| 51 | } | 51 | } |
| 52 | |||
| 53 | const uint16_t PROGMEM fn_actions[] = { | ||
| 54 | |||
| 55 | }; | ||
diff --git a/keyboards/hhkb/keymaps/jp_mac/keymap.c b/keyboards/hhkb/keymaps/jp_mac/keymap.c index 326f22cd1..80fa14e7a 100644 --- a/keyboards/hhkb/keymaps/jp_mac/keymap.c +++ b/keyboards/hhkb/keymaps/jp_mac/keymap.c | |||
| @@ -49,7 +49,3 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t macro_id, uint8_t o | |||
| 49 | { | 49 | { |
| 50 | return MACRO_NONE; | 50 | return MACRO_NONE; |
| 51 | } | 51 | } |
| 52 | |||
| 53 | const uint16_t PROGMEM fn_actions[] = { | ||
| 54 | |||
| 55 | }; | ||
diff --git a/keyboards/hhkb/keymaps/krusli/keymap.c b/keyboards/hhkb/keymaps/krusli/keymap.c index 3a01fd802..af6102f10 100644 --- a/keyboards/hhkb/keymaps/krusli/keymap.c +++ b/keyboards/hhkb/keymaps/krusli/keymap.c | |||
| @@ -55,10 +55,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 55 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_PMNS, KC_END, KC_PGDN, KC_DOWN, KC_TRNS, KC_TRNS, | 55 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_PMNS, KC_END, KC_PGDN, KC_DOWN, KC_TRNS, KC_TRNS, |
| 56 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)}; | 56 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)}; |
| 57 | 57 | ||
| 58 | const uint16_t PROGMEM fn_actions[] = { | ||
| 59 | |||
| 60 | }; | ||
| 61 | |||
| 62 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 58 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
| 63 | { | 59 | { |
| 64 | // MACRODOWN only works in this function | 60 | // MACRODOWN only works in this function |
diff --git a/keyboards/hhkb/keymaps/mjt/keymap.c b/keyboards/hhkb/keymaps/mjt/keymap.c index d1725f5c7..e51eb8bf9 100644 --- a/keyboards/hhkb/keymaps/mjt/keymap.c +++ b/keyboards/hhkb/keymaps/mjt/keymap.c | |||
| @@ -82,10 +82,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 82 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PGDN, KC_TRNS, KC_TRNS, | 82 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PGDN, KC_TRNS, KC_TRNS, |
| 83 | KC_TRNS, KC_TRNS, DYN_REC_STOP, KC_TRNS, KC_TRNS)}; | 83 | KC_TRNS, KC_TRNS, DYN_REC_STOP, KC_TRNS, KC_TRNS)}; |
| 84 | 84 | ||
| 85 | const uint16_t PROGMEM fn_actions[] = { | ||
| 86 | |||
| 87 | }; | ||
| 88 | |||
| 89 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 85 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
| 90 | { | 86 | { |
| 91 | // MACRODOWN only works in this function | 87 | // MACRODOWN only works in this function |
diff --git a/keyboards/hhkb/keymaps/rdg_jp/keymap.c b/keyboards/hhkb/keymaps/rdg_jp/keymap.c index 2afac7a0b..f7df543ab 100644 --- a/keyboards/hhkb/keymaps/rdg_jp/keymap.c +++ b/keyboards/hhkb/keymaps/rdg_jp/keymap.c | |||
| @@ -55,7 +55,3 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t macro_id, uint8_t o | |||
| 55 | { | 55 | { |
| 56 | return MACRO_NONE; | 56 | return MACRO_NONE; |
| 57 | } | 57 | } |
| 58 | |||
| 59 | const uint16_t PROGMEM fn_actions[] = { | ||
| 60 | |||
| 61 | }; | ||
diff --git a/keyboards/hhkb/keymaps/sh_jp/keymap.c b/keyboards/hhkb/keymaps/sh_jp/keymap.c index 39710a654..5dbbea8c8 100644 --- a/keyboards/hhkb/keymaps/sh_jp/keymap.c +++ b/keyboards/hhkb/keymaps/sh_jp/keymap.c | |||
| @@ -50,7 +50,3 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t macro_id, uint8_t o | |||
| 50 | { | 50 | { |
| 51 | return MACRO_NONE; | 51 | return MACRO_NONE; |
| 52 | } | 52 | } |
| 53 | |||
| 54 | const uint16_t PROGMEM fn_actions[] = { | ||
| 55 | |||
| 56 | }; | ||
diff --git a/keyboards/hhkb/keymaps/smt/keymap.c b/keyboards/hhkb/keymaps/smt/keymap.c index 428861640..d6cbaac4b 100644 --- a/keyboards/hhkb/keymaps/smt/keymap.c +++ b/keyboards/hhkb/keymaps/smt/keymap.c | |||
| @@ -121,10 +121,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 121 | _______, _______, QWERTY, COLEMAK, DVORAK, _______, KC_PPLS, KC_PMNS, KC_END, KC_PGDN, KC_DOWN, _______, _______, | 121 | _______, _______, QWERTY, COLEMAK, DVORAK, _______, KC_PPLS, KC_PMNS, KC_END, KC_PGDN, KC_DOWN, _______, _______, |
| 122 | _______, _______, _______, _______, _______)}; | 122 | _______, _______, _______, _______, _______)}; |
| 123 | 123 | ||
| 124 | const uint16_t PROGMEM fn_actions[] = { | ||
| 125 | |||
| 126 | }; | ||
| 127 | |||
| 128 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 124 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
| 129 | { | 125 | { |
| 130 | // MACRODOWN only works in this function | 126 | // MACRODOWN only works in this function |
