You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
286 B

  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. };