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.

19 lines
492 B

  1. // generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*-
  2. #pragma once
  3. #include QMK_KEYBOARD_H
  4. #define KC_NP KC_NO // key is not present
  5. #define KC_NA KC_NO // present but not available for use
  6. #define KC_NU KC_NO // available but not used
  7. // non-KC_ keycodes
  8. #define KC_RST RESET
  9. #define KC_TOG RGB_TOG
  10. #define KC_MOD RGB_MOD
  11. #define KC_HUI RGB_HUI
  12. #define KC_SAI RGB_SAI
  13. #define KC_VAI RGB_VAI
  14. enum layers { BASE, MBO, MEDR, NAVR, MOUR, NSSL, NSL, FUNL };