we have less than 8 layers

This commit is contained in:
Christoph Cullmann 2023-08-12 16:13:01 +02:00
parent d421e8d722
commit b5b7228839
2 changed files with 6 additions and 0 deletions

View file

@ -16,6 +16,9 @@
#pragma once
// no more than 8 layers
#define LAYER_STATE_8BIT
// we don't use one shots
#define NO_ACTION_ONESHOT

View file

@ -16,6 +16,9 @@
#pragma once
// no more than 8 layers
#define LAYER_STATE_8BIT
// we don't use one shots
#define NO_ACTION_ONESHOT