7b023affbd
* initial files to get stuff working * Keymap by Ladniy * Format update to new standards * keymap update * header * Fixed transform, removed left and right .conf files * Apply suggestions from code review Formatting Co-authored-by: Nick Winans <nick@winans.codes> Co-authored-by: Nick Winans <nick@winans.codes>
18 lines
359 B
Text
18 lines
359 B
Text
/*
|
|
* Copyright (c) 2021 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include "jiran.dtsi"
|
|
|
|
&kscan0 {
|
|
col-gpios
|
|
= <&pro_micro 1 GPIO_ACTIVE_HIGH>
|
|
, <&pro_micro 0 GPIO_ACTIVE_HIGH>
|
|
, <&pro_micro 4 GPIO_ACTIVE_HIGH>
|
|
, <&pro_micro 5 GPIO_ACTIVE_HIGH>
|
|
, <&pro_micro 6 GPIO_ACTIVE_HIGH>
|
|
, <&pro_micro 7 GPIO_ACTIVE_HIGH>
|
|
;
|
|
};
|