added the changes requested by innovaker
This commit is contained in:
parent
7737537ee3
commit
d13878776e
3 changed files with 5 additions and 6 deletions
|
@ -9,4 +9,4 @@ if SHIELD_EEK
|
||||||
config ZMK_KEYBOARD_NAME
|
config ZMK_KEYBOARD_NAME
|
||||||
default "eek! ~ Keyboard"
|
default "eek! ~ Keyboard"
|
||||||
|
|
||||||
endif
|
endif
|
|
@ -12,7 +12,6 @@
|
||||||
zmk,matrix_transform = &default_transform;
|
zmk,matrix_transform = &default_transform;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
default_transform: keymap_transform_0 {
|
default_transform: keymap_transform_0 {
|
||||||
compatible = "zmk,matrix-transform";
|
compatible = "zmk,matrix-transform";
|
||||||
columns = <10>;
|
columns = <10>;
|
||||||
|
@ -26,9 +25,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
kscan0: kscan_0 {
|
kscan0: kscan_0 {
|
||||||
compatible = "zmk,kscan-gpio-matrix";
|
compatible = "zmk,kscan-gpio-matrix";
|
||||||
label = "KSCAN";
|
label = "KSCAN";
|
||||||
diode-direction = "col2row";
|
diode-direction = "col2row";
|
||||||
|
|
||||||
col-gpios
|
col-gpios
|
||||||
= <&pro_micro_d 4 GPIO_ACTIVE_HIGH>
|
= <&pro_micro_d 4 GPIO_ACTIVE_HIGH>
|
||||||
|
|
|
@ -36,7 +36,7 @@ That being said, there are currently only a few specific [boards](/docs/faq#what
|
||||||
- [QAZ](https://www.cbkbd.com/product/qaz-keyboard-kit) (`qaz`)
|
- [QAZ](https://www.cbkbd.com/product/qaz-keyboard-kit) (`qaz`)
|
||||||
- [CRBN](https://keygem.store/collections/group-buys/products/group-buy-featherlight-40-kit) (`crbn`)
|
- [CRBN](https://keygem.store/collections/group-buys/products/group-buy-featherlight-40-kit) (`crbn`)
|
||||||
- [tidbit](https://nullbits.co/tidbit/) (`tidbit`)
|
- [tidbit](https://nullbits.co/tidbit/) (`tidbit`)
|
||||||
- [eek!](https://www.cbkbd.com/product/eek-keyboard) (`eek`)
|
- [Eek!](https://www.cbkbd.com/product/eek-keyboard) (`eek`)
|
||||||
|
|
||||||
## Other Hardware
|
## Other Hardware
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue