Files
firmware/right/src/current_keymap.h

13 lines
209 B
C

#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