You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
647 B

  1. #pragma once
  2. #include "ridingqwerty.h"
  3. #if defined(KEYMAP_SAFE_RANGE)
  4. #define PLACEHOLDER_SAFE_RANGE KEYMAP_SAFE_RANGE
  5. #else
  6. #define PLACEHOLDER_SAFE_RANGE SAFE_RANGE
  7. #endif
  8. bool process_record_secrets(uint16_t keycode, keyrecord_t *record);
  9. bool process_record_keymap(uint16_t keycode, keyrecord_t *record);
  10. enum userspace_custom_keycodes {
  11. FIRST = PLACEHOLDER_SAFE_RANGE,
  12. RUSTY,
  13. FUEL,
  14. C0RE,
  15. MUNKY,
  16. AR1ST,
  17. VAXIS,
  18. OS_LAB,
  19. CDLOCAL,
  20. SYSNOC,
  21. RG_QUOT,
  22. LAST
  23. };
  24. bool process_record_secrets(uint16_t keycode, keyrecord_t *record);
  25. bool process_record_keymap(uint16_t keycode, keyrecord_t *record);