From b5b7228839ab828d7446e3e0c3ae6f29a197a7d8 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 12 Aug 2023 16:13:01 +0200 Subject: we have less than 8 layers --- planck/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'planck') diff --git a/planck/config.h b/planck/config.h index ee9f9fb..2ff606b 100644 --- a/planck/config.h +++ b/planck/config.h @@ -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 -- cgit v1.2.3