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 --- ferris/config.h | 3 +++ planck/config.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ferris/config.h b/ferris/config.h index 199afca..b37cf1d 100644 --- a/ferris/config.h +++ b/ferris/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 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