Rename default_layout.c to current_keymap.c and add current_keymap.h
This commit is contained in:
12
right/src/current_keymap.h
Normal file
12
right/src/current_keymap.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __CURRENT_KEYMAP_H_
|
||||
#define __CURRENT_KEYMAP_H_
|
||||
|
||||
// Includes:
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
// Variables:
|
||||
|
||||
extern key_action_t CurrentKeymap[LAYER_COUNT][SLOT_COUNT][MAX_KEY_COUNT_PER_MODULE];
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user