summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/keymaps/vim/config.h
blob: 12928595010c98688eb15f7439ad8a5925e9da77 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#endif

#define NORMAL_MODE 0
#define INSERT_MODE 1
#define SYMB 2
#define MOUSE 3

#include "../../config.h"