config.h 206 B

123456789101112
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. #define NO_ACTION_LAYER
  5. #define NO_ACTION_TAPPING
  6. #define NO_ACTION_ONESHOT
  7. #define NO_ACTION_MACRO
  8. #define NO_ACTION_FUNCTION
  9. #endif