diff options
-rw-r--r-- | users/orbekk/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/orbekk/config.h b/users/orbekk/config.h new file mode 100644 index 0000000000..406fc54e8a --- /dev/null +++ b/users/orbekk/config.h @@ -0,0 +1,5 @@ +#pragma once + +#define TRI_LAYER_LOWER_LAYER 4 +#define TRI_LAYER_UPPER_LAYER 5 +#define TRI_LAYER_ADJUST_LAYER 6 |