Jonavin-kb67-Reduce mem usage (#16991)

Co-authored-by: Jonavin <=>
This commit is contained in:
jonavin
2022-05-03 06:22:10 -04:00
committed by GitHub
parent 66fc18c756
commit c03e18f728
3 changed files with 5 additions and 7 deletions

View File

@@ -34,3 +34,6 @@
#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_SOLID_COLOR
#define RGB_DISABLE_WHEN_USB_SUSPENDED
#endif
// Reduce layers to 3 to save memory
#define DYNAMIC_KEYMAP_LAYER_COUNT 3