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:
@@ -5,5 +5,6 @@
|
||||
"vid": "0x03A8",
|
||||
"pid": "0x67F3",
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
},
|
||||
"community_layouts": ["ortho_5x12"]
|
||||
}
|
||||
|
@@ -17,6 +17,4 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = yes # Audio output
|
||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||
|
||||
LAYOUTS = ortho_5x12
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
@@ -5,5 +5,6 @@
|
||||
"vid": "0x03A8",
|
||||
"pid": "0x67F3",
|
||||
"device_version": "0.0.2"
|
||||
}
|
||||
},
|
||||
"community_layouts": ["ortho_5x12"]
|
||||
}
|
||||
|
@@ -17,6 +17,4 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = yes # Audio output
|
||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||
|
||||
LAYOUTS = ortho_5x12
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
@@ -6,6 +6,7 @@
|
||||
"pid": "0xA649",
|
||||
"device_version": "0.0.3"
|
||||
},
|
||||
"community_layouts": ["ortho_5x12"],
|
||||
"layouts": {
|
||||
"LAYOUT_preonic_1x2uC": {
|
||||
"layout": [
|
||||
|
@@ -25,5 +25,3 @@ RGB_MATRIX_DRIVER = WS2812
|
||||
|
||||
ENCODER_ENABLE = yes
|
||||
DIP_SWITCH_ENABLE = yes
|
||||
|
||||
LAYOUTS = ortho_5x12
|
||||
|
@@ -6,6 +6,7 @@
|
||||
"pid": "0xA649",
|
||||
"device_version": "0.0.3"
|
||||
},
|
||||
"community_layouts": ["ortho_5x12"],
|
||||
"layouts": {
|
||||
"LAYOUT_preonic_1x2uC": {
|
||||
"layout": [
|
||||
|
@@ -26,5 +26,3 @@ RGB_MATRIX_ENABLE = no
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
|
||||
SRC += matrix.c
|
||||
|
||||
LAYOUTS = ortho_5x12
|
||||
|
Reference in New Issue
Block a user