From 1572a1d707d7e106124e320e26023f8395adbd9f Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 23 Sep 2024 01:22:26 +0200 Subject: add oled animations from https://github.com/filterpaper/qmk_userspace --- keyboards/crkbd/keymaps/christoph-cullmann/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'keyboards') diff --git a/keyboards/crkbd/keymaps/christoph-cullmann/config.h b/keyboards/crkbd/keymaps/christoph-cullmann/config.h index d4d52a1..db62377 100644 --- a/keyboards/crkbd/keymaps/christoph-cullmann/config.h +++ b/keyboards/crkbd/keymaps/christoph-cullmann/config.h @@ -10,3 +10,8 @@ // select hand configuration #define SPLIT_USB_DETECT + +// tranfer enough info for the stuff we render on the OLEDs +#define SPLIT_MODS_ENABLE +#define SPLIT_LED_STATE_ENABLE +#define SPLIT_LAYER_STATE_ENABLE -- cgit v1.2.3