Removes extended layer count, and extra rgb config from keyboard level

Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
Ryan Neff 2024-03-27 20:17:01 -07:00 committed by GitHub
parent 83d1fb70b4
commit 0a210d5207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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