QMK/keyboards/ergodox_ez/keymaps/vim/config.h

11 lines
154 B
C
Raw Normal View History

2020-03-23 10:48:11 +01:00
#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"