From 0a210d52076ef844ec858a7abc8f1ebe938403e5 Mon Sep 17 00:00:00 2001 From: Ryan Neff Date: Wed, 27 Mar 2024 20:17:01 -0700 Subject: [PATCH] Removes extended layer count, and extra rgb config from keyboard level Co-authored-by: jack <0x6a73@protonmail.com> --- keyboards/sofle_pico/config.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/keyboards/sofle_pico/config.h b/keyboards/sofle_pico/config.h index 0486eaa6430..2a879929628 100644 --- a/keyboards/sofle_pico/config.h +++ b/keyboards/sofle_pico/config.h @@ -29,13 +29,4 @@ #ifdef RGB_MATRIX_ENABLE # define RGB_MATRIX_TYPING_HEATMAP_DECREASE_DELAY_MS 50 -/* If you're setting colors per key, this is required */ -# define SPLIT_LAYER_STATE_ENABLE -/* Turns off RGB effects when there is no longer a USB connection */ -# define RGB_DISABLE_WHEN_USB_SUSPENDED -#endif - -/* Allows for more than the default 4 layers in VIA. */ -#ifndef DYNAMIC_KEYMAP_LAYER_COUNT -# define DYNAMIC_KEYMAP_LAYER_COUNT 5 #endif