zer09.h 352 B

1234567891011121314151617
  1. #pragma once
  2. #include "quantum.h"
  3. enum custom_keycodes { CK_SAFE = SAFE_RANGE, RGUP, RGDWN, NEWPLACEHOLDER };
  4. #define _______ KC_TRNS
  5. #define KC_RGUP RGUP
  6. #define KC_RGDWN RGDWN
  7. #define _BL 0 // The base layer
  8. #define _UL 1 // The up layer
  9. #define _DL 2 // The down layer
  10. #define _VL 3 // The shifted up layer
  11. #define _AL 4 // The assorted layer