Rename current_keymap.* to keymaps.*

This commit is contained in:
Eric Tang
2017-08-08 12:03:13 -07:00
parent 709e7644e5
commit 599e701479
4 changed files with 4 additions and 4 deletions
+12
View File
@@ -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