config.h 140 B

1234567891011
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. //overrides
  5. #undef TAPPING_TOGGLE
  6. #define TAPPING_TOGGLE 2
  7. #endif