1
0
Fork 0

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
parent 4b26d9b62b
commit 9a4c307740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 81 additions and 85 deletions

View file

@ -37,5 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT
#define DYNAMIC_KEYMAP_LAYER_COUNT 10

View file

@ -13,6 +13,9 @@
"rows": ["E6"]
},
"diode_direction": "COL2ROW",
"dynamic_keymap": {
"layer_count": 10
},
"backlight": {
"pin": "C6"
},

View file

@ -73,8 +73,6 @@
#define RGB_BACKLIGHT_LAYER_2_INDICATOR { .color = { .h = 0, .s = 0 }, .index = 255 }
#define RGB_BACKLIGHT_LAYER_3_INDICATOR { .color = { .h = 0, .s = 0 }, .index = 255 }
#define DYNAMIC_KEYMAP_LAYER_COUNT 10
// Backlight config starts after VIA's EEPROM usage,
// dynamic keymaps start after this.
#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 51

View file

@ -13,6 +13,9 @@
"rows": ["E6"]
},
"diode_direction": "COL2ROW",
"dynamic_keymap": {
"layer_count": 10
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {