config.h 241 B

123456789101112
  1. #ifndef USERSPACE_CONFIG_H
  2. #define USERSPACE_CONFIG_H
  3. #define PERMISSIVE_HOLD
  4. #define RESET_LAYER 15
  5. #define BOOTMAGIC_KEY_SALT KC_ESC
  6. #define BOOTMAGIC_KEY_SKIP KC_I
  7. #define BOOTMAGIC_KEY_EEPROM_CLEAR KC_E
  8. #endif // !USERSPACE_CONFIG_H