working shield, need to improve default keymap

This commit is contained in:
Kellen Carey
2020-10-07 20:40:04 -07:00
parent 12b9a37005
commit f3eaa7e424
10 changed files with 282 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
/*
* Copyright (c) 2020 Pete Johanson
* Copyright (c) 2020 Kellen Carey
*
* SPDX-License-Identifier: MIT
*/
#include "microdox.dtsi"
&kscan0 {
col-gpios
= <&pro_micro_a 3 GPIO_ACTIVE_HIGH>
, <&pro_micro_a 2 GPIO_ACTIVE_HIGH>
, <&pro_micro_a 1 GPIO_ACTIVE_HIGH>
, <&pro_micro_a 0 GPIO_ACTIVE_HIGH>
, <&pro_micro_d 15 GPIO_ACTIVE_HIGH>
;
};
&bt_unpair_combo {
key-positions = <0 38>;
};