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