Rename default_layout.c to current_keymap.c and add current_keymap.h
This commit is contained in:
@@ -90,8 +90,6 @@ typedef struct {
|
||||
};
|
||||
} __attribute__ ((packed)) key_action_t;
|
||||
|
||||
extern key_action_t CurrentKeymap[LAYER_COUNT][SLOT_COUNT][MAX_KEY_COUNT_PER_MODULE];
|
||||
|
||||
void HandleKeyboardEvents(usb_keyboard_report_t *keyboardReport, usb_mouse_report_t *mouseReport);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user