config.h 154 B

12345678910
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #endif
  4. #define NORMAL_MODE 0
  5. #define INSERT_MODE 1
  6. #define SYMB 2
  7. #define MOUSE 3
  8. #include "../../config.h"