template.h 286 B

123456789101112131415
  1. #pragma once
  2. #include QMK_KEYBOARD_H
  3. #include "version.h"
  4. #include "eeprom.h"
  5. // Define layer names
  6. #define BASE 0
  7. enum custom_keycodes {
  8. VRSN = SAFE_RANGE, // can always be here
  9. KC_MAKE,
  10. KC_RESET,
  11. NEWPLACEHOLDER // use "NEWPLACEHOLDER for keymap specific codes
  12. };