Separate Microdox V1 and V2 .zmk.yml files
This commit is contained in:
parent
71ffda96d8
commit
266c4b6533
5 changed files with 15 additions and 10 deletions
|
@ -7,10 +7,6 @@
|
||||||
#include "microdox_common.dtsi"
|
#include "microdox_common.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
|
||||||
zmk,kscan = &kscan0;
|
|
||||||
};
|
|
||||||
|
|
||||||
kscan0: kscan {
|
kscan0: kscan {
|
||||||
compatible = "zmk,kscan-gpio-matrix";
|
compatible = "zmk,kscan-gpio-matrix";
|
||||||
label = "KSCAN";
|
label = "KSCAN";
|
||||||
|
|
|
@ -11,5 +11,3 @@ features:
|
||||||
siblings:
|
siblings:
|
||||||
- microdox_left
|
- microdox_left
|
||||||
- microdox_right
|
- microdox_right
|
||||||
- microdox_v2_left
|
|
||||||
- microdox_v2_right
|
|
||||||
|
|
|
@ -9,7 +9,9 @@
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,display = &oled;
|
zephyr,display = &oled;
|
||||||
|
zmk,kscan = &kscan0;
|
||||||
zmk,matrix_transform = &default_transform;
|
zmk,matrix_transform = &default_transform;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
default_transform: keymap_transform_0 {
|
default_transform: keymap_transform_0 {
|
||||||
|
|
|
@ -7,10 +7,6 @@
|
||||||
#include "microdox_common.dtsi"
|
#include "microdox_common.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
|
||||||
zmk,kscan = &kscan0;
|
|
||||||
};
|
|
||||||
|
|
||||||
kscan0: kscan {
|
kscan0: kscan {
|
||||||
compatible = "zmk,kscan-gpio-matrix";
|
compatible = "zmk,kscan-gpio-matrix";
|
||||||
label = "KSCAN";
|
label = "KSCAN";
|
||||||
|
|
13
app/boards/shields/microdox/microdox_v2.zmk.yml
Normal file
13
app/boards/shields/microdox/microdox_v2.zmk.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
file_format: "1"
|
||||||
|
id: microdox
|
||||||
|
name: Microdox
|
||||||
|
type: shield
|
||||||
|
url: https://boardsource.xyz/store/5f2e7e4a2902de7151494f92
|
||||||
|
requires: [pro_micro]
|
||||||
|
exposes: [i2c_oled]
|
||||||
|
features:
|
||||||
|
- keys
|
||||||
|
- display
|
||||||
|
siblings:
|
||||||
|
- microdox_v2_left
|
||||||
|
- microdox_v2_right
|
Loading…
Add table
Reference in a new issue