summary refs log tree commit diff stats
path: root/src/keymaps/soispha/macros.h
blob: bbc919b53e3de579fcb2d98850fed15d0cebdefc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#pragma once

#include QMK_KEYBOARD_H

#define ML_SAFE_RANGE SAFE_RANGE

enum custom_keycodes {
  RGB_SLD = ML_SAFE_RANGE,
  VERSION_NUMBER,
  UK_UNICODE = 0x8000,
  UK_UNICODE_MAX = 0xFFFF,
};

enum tap_dance_codes {
  DANCE_0,
  DANCE_1,
  DANCE_2,
  DANCE_3,
  DANCE_4,
};