mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Migrate dynamic_keymap.layer_count < 4 where requried (#22091)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -22,6 +22,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
/* reduce EEPROM usage */
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
||||
#define LAYER_STATE_8BIT
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
"rows": ["D5", "C1", "C4", "D0", "C3", "C2", "B3", "B4"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"dynamic_keymap": {
|
||||
"layer_count": 3
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "B1",
|
||||
"num_lock": "B2",
|
||||
|
||||
Reference in New Issue
Block a user