config.h 242 B

123456789101112
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include QMK_KEYBOARD_CONFIG_H
  4. /* using UK layout for space-cadet-shift */
  5. #define LSPO_KEY KC_9
  6. #define RSPC_KEY KC_0
  7. #define LEADER_TIMEOUT 800 // leader key sequence timeout in millis
  8. #endif