diff options
Diffstat (limited to 'keyboards/satan/keymaps/admiralStrokers/keymap.c')
-rw-r--r-- | keyboards/satan/keymaps/admiralStrokers/keymap.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/satan/keymaps/admiralStrokers/keymap.c b/keyboards/satan/keymaps/admiralStrokers/keymap.c index a728f5a53..a3626dff8 100644 --- a/keyboards/satan/keymaps/admiralStrokers/keymap.c +++ b/keyboards/satan/keymaps/admiralStrokers/keymap.c | |||
@@ -187,10 +187,3 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | |||
187 | if (record->event.pressed) { } else { }; break; | 187 | if (record->event.pressed) { } else { }; break; |
188 | } return MACRO_NONE; | 188 | } return MACRO_NONE; |
189 | }; | 189 | }; |
190 | /* | ||
191 | Later use: | ||
192 | void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) { } | ||
193 | enum function_id { }; | ||
194 | const uint16_t PROGMEM fn_actions[] = { }; | ||
195 | |||
196 | */ | ||