Skip to content

Commit 3e6dbd3

Browse files
committed
Switch to introspection_keymap_c instead of tap_dance_actions workaround
1 parent b16a373 commit 3e6dbd3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

users/333fred/333fred.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ void tap_dance_sym_vim_reset(tap_dance_state_t*, void*);
5050
void tap_dance_process_keycode(uint16_t);
5151
bool try_handle_macro(uint16_t keycode, keyrecord_t *record);
5252

53-
extern tap_dance_action_t tap_dance_actions[2];

users/333fred/rules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SRC += 333fred.c
1+
INTROSPECTION_KEYMAP_C = 333fred.c
22

33
ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
44
SRC += rgb.c

0 commit comments

Comments
 (0)