diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-07-16 16:04:02 +1000 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-07-15 23:04:02 -0700 |
| commit | f14629ed1cd7c7ec9089604d64f29a99981558e8 (patch) | |
| tree | a3691f4f3cb0c941694c16a3a94f73befb6ef6ec /keyboards/paladin64 | |
| parent | 2a231457bd494079c36cf3e07c9b887016adb491 (diff) | |
| download | qmk_firmware-f14629ed1cd7c7ec9089604d64f29a99981558e8.tar.gz qmk_firmware-f14629ed1cd7c7ec9089604d64f29a99981558e8.zip | |
Remove/migrate action_get_macro()s from default keymaps (#5625)
* Remove/migrate action_get_macro()s from default keymaps
* Leave these breaks alone
Diffstat (limited to 'keyboards/paladin64')
| -rwxr-xr-x | keyboards/paladin64/keymaps/default/keymap.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/paladin64/keymaps/default/keymap.c b/keyboards/paladin64/keymaps/default/keymap.c index 3f4608438..63c1f1f0b 100755 --- a/keyboards/paladin64/keymaps/default/keymap.c +++ b/keyboards/paladin64/keymaps/default/keymap.c | |||
| @@ -44,15 +44,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 44 | 44 | ||
| 45 | }; | 45 | }; |
| 46 | 46 | ||
| 47 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | ||
| 48 | // keyevent_t event = record->event; | ||
| 49 | |||
| 50 | switch (id) { | ||
| 51 | |||
| 52 | } | ||
| 53 | return MACRO_NONE; | ||
| 54 | } | ||
| 55 | |||
| 56 | void matrix_init_user(void) { | 47 | void matrix_init_user(void) { |
| 57 | } | 48 | } |
| 58 | 49 | ||
