Migrate dynamic_keymap.layer_count >= 4 (#22087)

This commit is contained in:
Joel Challis 2023-09-20 14:11:33 +01:00 committed by GitHub
commit 9a4c307740
Failed to generate hash of commit
59 changed files with 81 additions and 85 deletions

View file

@ -41,6 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LAYER_3 A8
#define LAYER_4 A9
#define LAYER_5 B9
/* Added extra layer for use of layer leds */
#define DYNAMIC_KEYMAP_LAYER_COUNT 5

View file

@ -13,6 +13,9 @@
"rows": ["A2", "A1", "B8", "A10", "C15", "A15", "B7", "B6", "C14", "C13"]
},
"diode_direction": "COL2ROW",
"dynamic_keymap": {
"layer_count": 5
},
"backlight": {
"pin": "A3",
"levels": 10,

View file

@ -34,6 +34,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LAYER_3 B0
#define LAYER_4 B9
#define LAYER_5 A9
/* Added extra layer for use of layer leds */
#define DYNAMIC_KEYMAP_LAYER_COUNT 5

View file

@ -13,6 +13,9 @@
"rows": ["A2", "A1", "B8", "A10", "C15", "A15", "B7", "B6", "C14", "C13"]
},
"diode_direction": "COL2ROW",
"dynamic_keymap": {
"layer_count": 5
},
"backlight": {
"pin": "A6",
"levels": 6,