config.h 381 B

1234567891011121314151617181920
  1. #pragma once
  2. #if __GNUC__ > 5
  3. # if __has_include("passwd.h")
  4. # include "passwd.h"
  5. # endif // if file exists
  6. #endif // __GNUC__
  7. #ifndef PASSWORD_A
  8. #define PASSWORD_A "1234567890"
  9. #endif
  10. #ifndef PASSWORD_B
  11. #define PASSWORD_B "pass123"
  12. #endif
  13. #define RGBLIGHT_LAYERS
  14. #define LSPO_KEYS KC_LSFT, KC_TRNS, KC_5
  15. #define RSPC_KEYS KC_RSFT, KC_TRNS, KC_MINS