Rename current_keymap.* to keymaps.*
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef __KEYMAPS_H__
|
||||
#define __KEYMAPS_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