]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/drashna/template.h
d1251462b27c651405b1507f895f8a69b92404aa
[qmk_firmware.git] / users / drashna / template.h
1 #ifndef USERSPACE
2 #define USERSPACE
3
4 #include "quantum.h"
5
6 // Define layer names 
7 #define BASE 0
8
9 enum custom_keycodes {
10   PLACEHOLDER = SAFE_RANGE, // can always be here
11   EPRM,
12   VRSN,
13   KC_MAKE,
14   KC_RESET,
15   NEWPLACEHOLDER  //use "NEWPLACEHOLDER for keymap specific codes
16 };
17
18 #endif