aaf9958d86
* Add Leeloo v2 * Leeloo-Micro v1 updates to support Zephyr 3.2 * Refactored for new Encoder Configuration Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
24 lines
453 B
Plaintext
24 lines
453 B
Plaintext
/*
|
|
* Copyright (c) 2023 The ZMK Contributors
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include "leeloo_micro.dtsi"
|
|
|
|
&default_transform {
|
|
col-offset = <5>;
|
|
};
|
|
|
|
&kscan0 {
|
|
col-gpios
|
|
= <&pro_micro 16 GPIO_ACTIVE_HIGH>
|
|
, <&pro_micro 14 GPIO_ACTIVE_HIGH>
|
|
, <&pro_micro 15 GPIO_ACTIVE_HIGH>
|
|
, <&pro_micro 18 GPIO_ACTIVE_HIGH>
|
|
, <&pro_micro 19 GPIO_ACTIVE_HIGH>
|
|
;
|
|
};
|
|
|
|
&right_encoder {
|
|
status = "okay";
|
|
}; |