~ruther/qmk_firmware

ref: 725c9f3c85cb48a0a9b6ff3d6232588bb7b41aab qmk_firmware/users/zer09/zer09.h -rw-r--r-- 408 bytes
725c9f3c — Bodo Graumann Use wayback machine for unreachable site (#20987) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef USERSPACE
#define USERSPACE

#include "quantum.h"

enum custom_keycodes {
  CK_SAFE = SAFE_RANGE,
  RGUP,
  RGDWN,
  YREG,
  NEW_SAFE_RANGE
};

#define KC_RGUP RGUP
#define KC_RGDWN RGDWN
#define KC_YREG YREG

#define _BL 0 // The base layer
#define _UL 1 // The up layer
#define _DL 2 // The down layer
#define _VL 3 // The shifted up layer
#define _AL 4 // The assorted layer
#define _GM 5

#endif
Do not follow this link