config.h 344 B

123456789101112131415161718192021
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. #define LEADER_TIMEOUT 300
  5. #define BACKLIGHT_BREATHING
  6. /* cbbrowne user configuration */
  7. #define randadd 53
  8. #define randmul 181
  9. #define randmod 167
  10. /* Filler to make layering a bit clearer *
  11. * borrowed from basic keymap */
  12. #define _______ KC_TRNS
  13. #endif