gempir

Untitled

Mar 7th, 2021
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. enum quantum_keycodes {
  2. // Ranges used in shortcuts - not to be used directly
  3. QK_BASIC = 0x0000,
  4. [...]
  5.  
  6. // Loose keycodes - to be used directly
  7. RESET = 0x5C00,
  8. DEBUG,
  9. MAGIC_SWAP_CONTROL_CAPSLOCK,
  10. MAGIC_CAPSLOCK_TO_CONTROL,
  11. MAGIC_SWAP_LALT_LGUI,
  12. MAGIC_SWAP_RALT_RGUI,
  13. MAGIC_NO_GUI,
  14. MAGIC_SWAP_GRAVE_ESC,
  15. MAGIC_SWAP_BACKSLASH_BACKSPACE,
  16. MAGIC_HOST_NKRO,
  17. MAGIC_SWAP_ALT_GUI
  18. }
Advertisement
Add Comment
Please, Sign In to add comment