1
0

Add some flexible define for keymap_ex

This commit is contained in:
Kai Ryu 2014-01-10 09:14:11 +09:00
parent 5e0eb1ec7d
commit ac5b5ff533

View File

@ -24,8 +24,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdbool.h>
#define EECONFIG_KEYMAP_EX 0x10
#define FN_ACTIONS_COUNT 8
#ifndef FN_ACTIONS_COUNT
#define FN_ACTIONS_COUNT 32
#endif
#ifndef KEYMAPS_COUNT
#define KEYMAPS_COUNT 8
#endif
typedef struct {
uint16_t checksum;