1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/keyboards/system76/launch_1/keymaps/default
Ian Douglas Scott 032d9b9b50 Include layer 3 and 4 in default layout for launch_1
I added support for layer 3 and 4 to the Configurator, but it seems to
load bogus values.

`dynamic_keymap_reset()` has a comment saying:
```
// Reset the keymaps in EEPROM to what is in flash.
// All keyboards using dynamic keymaps should define a layout
// for the same number of layers as DYNAMIC_KEYMAP_LAYER_COUNT
```

Other keyboards seem to have default layouts that only list the first
two layers while setting `DYNAMIC_KEYMAP_LAYER_COUNT` to 4, but
whatever. This appears to make the Configurator behave as expected with
layer 3 and 4.
2021-03-15 11:50:21 -06:00
..
keymap.c Include layer 3 and 4 in default layout for launch_1 2021-03-15 11:50:21 -06:00