14 lines
204 B
C
14 lines
204 B
C
#ifndef __LAYER_H__
|
|
#define __LAYER_H__
|
|
|
|
// Macros:
|
|
|
|
#define LAYER_ID_BASE 0
|
|
#define LAYER_ID_MOD 1
|
|
#define LAYER_ID_FN 2
|
|
#define LAYER_ID_MOUSE 3
|
|
|
|
#define LAYER_COUNT 4
|
|
|
|
#endif
|