]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/drashna/template.h
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[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   VRSN = SAFE_RANGE, // can always be here
13   KC_MAKE,
14   KC_RESET,
15   NEWPLACEHOLDER  //use "NEWPLACEHOLDER for keymap specific codes
16 };
17
18 #endif