diff options
author | Joel Challis <git@zvecr.com> | 2024-01-09 10:15:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 21:15:03 +1100 |
commit | 66050bb809b2e173dbcf5ae59f81ed127b193df0 (patch) | |
tree | 007426c3996af3080c106505338164d013fe2eac /keyboards/kbdfans/bella/rgb | |
parent | 455cd65e80563469712fe56de15666e06b945636 (diff) |
Migrate dynamic_keymap.layer_count < 4 where requried (#22091)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/kbdfans/bella/rgb')
-rw-r--r-- | keyboards/kbdfans/bella/rgb/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/kbdfans/bella/rgb/config.h b/keyboards/kbdfans/bella/rgb/config.h index 26b629b918..6e726eaae0 100644 --- a/keyboards/kbdfans/bella/rgb/config.h +++ b/keyboards/kbdfans/bella/rgb/config.h @@ -75,4 +75,3 @@ #define RGB_MATRIX_LED_COUNT 108 #define DRIVER_INDICATOR_LED_TOTAL 0 #endif -#define DYNAMIC_KEYMAP_LAYER_COUNT 2 |