#ifndef __CURRENT_KEYMAP_H__ #define __CURRENT_KEYMAP_H__ // Includes: #include // Variables: extern key_action_t CurrentKeymap[LAYER_COUNT][SLOT_COUNT][MAX_KEY_COUNT_PER_MODULE]; #endif