forked from kofal.net/zmk
refactor(shields): Set ZMK Uno physical layouts.
* Add physical layout definitions for uno and split uno shields.
This commit is contained in:
committed by
Pete Johanson
parent
74f7fe921b
commit
5fcf092901
@@ -40,10 +40,8 @@ nice_view_spi: &arduino_spi {
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zmk,kscan = &kscan_matrix;
|
||||
zmk,backlight = &backlight;
|
||||
zmk,underglow = &led_strip;
|
||||
zmk,matrix-transform = &matrix_transform;
|
||||
};
|
||||
|
||||
// Commented out until we add more powerful power domain support
|
||||
@@ -109,7 +107,6 @@ nice_view_spi: &arduino_spi {
|
||||
kscan_direct: kscan_direct {
|
||||
compatible = "zmk,kscan-gpio-direct";
|
||||
wakeup-source;
|
||||
status = "disabled";
|
||||
|
||||
input-gpios
|
||||
= <&arduino_header 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||
|
||||
Reference in New Issue
Block a user