mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-18 11:52:50 +01:00
Migrate dynamic_keymap.layer_count < 4 where requried (#22091)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
co-authored by
Nick Brassel
parent
455cd65e80
commit
66050bb809
@@ -17,10 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
/* Maximum dynamic keymap layers (constrained by EEPROM space) */
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 8
|
||||
#define MATRIX_COLS 16
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"pid": "0x980C",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"dynamic_keymap": {
|
||||
"layer_count": 3
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "B5",
|
||||
"num_lock": "B4",
|
||||
|
||||
Reference in New Issue
Block a user