Migrate LAYOUTS
to data driven (#19541)
* Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"pid": "0x6A1A",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"community_layouts": ["75_ansi"],
|
||||
"layouts": {
|
||||
"LAYOUT_75_ansi": {
|
||||
"layout": [
|
||||
|
@@ -1 +0,0 @@
|
||||
LAYOUTS = 75_ansi
|
||||
|
@@ -8,6 +8,7 @@
|
||||
"pid": "0x4AD3",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"community_layouts": ["65_ansi"],
|
||||
"layouts": {
|
||||
"LAYOUT_65_ansi": {
|
||||
"layout": [
|
||||
|
@@ -1 +0,0 @@
|
||||
LAYOUTS = 65_ansi
|
||||
|
@@ -8,6 +8,7 @@
|
||||
"pid": "0x7EC5",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"community_layouts": ["60_ansi"],
|
||||
"layouts": {
|
||||
"LAYOUT_60_ansi": {
|
||||
"layout": [
|
||||
|
@@ -1 +0,0 @@
|
||||
LAYOUTS = 60_ansi
|
||||
|
@@ -19,5 +19,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
LTO_ENABLE = yes
|
||||
|
||||
LAYOUTS = fullsize_ansi fullsize_iso
|
||||
|
@@ -8,6 +8,7 @@
|
||||
"pid": "0x3100",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"community_layouts": ["fullsize_ansi", "fullsize_iso"],
|
||||
"layouts": {
|
||||
"LAYOUT_fullsize_ansi": {
|
||||
"layout": [
|
||||
|
@@ -19,5 +19,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
LTO_ENABLE = yes
|
||||
|
||||
LAYOUTS = tkl_ansi tkl_iso
|
||||
|
@@ -8,6 +8,7 @@
|
||||
"pid": "0x3200",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"community_layouts": ["tkl_ansi", "tkl_iso"],
|
||||
"layouts": {
|
||||
"LAYOUT_tkl_ansi": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user