cbbrowne.h 592 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #ifndef USERSPACE
  2. #define USERSPACE
  3. #ifdef BACKLIGHT_ENABLE
  4. #include "backlight.h"
  5. #endif
  6. #include "quantum.h"
  7. #include "config.h"
  8. #ifndef CONFIG_USER_H
  9. #define CONFIG_USER_H
  10. #ifndef NO_DEBUG
  11. #define NO_DEBUG
  12. #endif
  13. #ifndef NO_PRINT
  14. #define NO_PRINT
  15. #endif
  16. /* cbbrowne user configuration */
  17. #define randadd 53
  18. #define randmul 181
  19. #define randmod 167
  20. /* Filler to make layering a bit clearer *
  21. * borrowed from basic keymap */
  22. #define _______ KC_TRNS
  23. #define _____ KC_NO
  24. #define LEADER_TIMEOUT 300
  25. #ifndef LIGHT_CONFIG_H
  26. #define BACKLIGHT_BREATHING
  27. #endif
  28. #endif
  29. #endif