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/keebio/sinc/rev2 | |
parent | 455cd65e80563469712fe56de15666e06b945636 (diff) |
Migrate dynamic_keymap.layer_count < 4 where requried (#22091)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/keebio/sinc/rev2')
-rw-r--r-- | keyboards/keebio/sinc/rev2/config.h | 1 | ||||
-rw-r--r-- | keyboards/keebio/sinc/rev2/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/keebio/sinc/rev2/config.h b/keyboards/keebio/sinc/rev2/config.h index 2d2c772422..e8024190b4 100644 --- a/keyboards/keebio/sinc/rev2/config.h +++ b/keyboards/keebio/sinc/rev2/config.h @@ -27,4 +27,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 2) #define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2 -#define DYNAMIC_KEYMAP_LAYER_COUNT 3 diff --git a/keyboards/keebio/sinc/rev2/info.json b/keyboards/keebio/sinc/rev2/info.json index 5b74d17b1a..ff5ef2667a 100644 --- a/keyboards/keebio/sinc/rev2/info.json +++ b/keyboards/keebio/sinc/rev2/info.json @@ -7,6 +7,9 @@ "processor": "atmega32u4", "bootloader": "atmel-dfu", "diode_direction": "COL2ROW", + "dynamic_keymap": { + "layer_count": 3 + }, "features": { "rgblight": true, "backlight": true |