2
0

config.h 274 B

123456789101112
  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3. #define ONESHOT_TIMEOUT 500 // Time (in ms) before the one shot key is released
  4. // Disable some options to reduce firmware size
  5. #define NO_PRINT
  6. #define NO_ACTION_TAPPING
  7. #define NO_ACTION_MACRO
  8. #define NO_ACTION_FUNCTION
  9. #endif