diff options
Diffstat (limited to 'users/drashna/template.h')
-rw-r--r-- | users/drashna/template.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/users/drashna/template.h b/users/drashna/template.h new file mode 100644 index 0000000000..d1251462b2 --- /dev/null +++ b/users/drashna/template.h @@ -0,0 +1,18 @@ +#ifndef USERSPACE +#define USERSPACE + +#include "quantum.h" + +// Define layer names +#define BASE 0 + +enum custom_keycodes { + PLACEHOLDER = SAFE_RANGE, // can always be here + EPRM, + VRSN, + KC_MAKE, + KC_RESET, + NEWPLACEHOLDER //use "NEWPLACEHOLDER for keymap specific codes +}; + +#endif |