Add support for keeb.io fourier split keyboard (#1056)

* Add support for keeb.io fourier

* Update app/boards/shields/fourier/fourier_right.overlay

Co-authored-by: Nick Winans <nick@winans.codes>

* Update app/boards/shields/fourier/fourier_left.overlay

Co-authored-by: Nick Winans <nick@winans.codes>

* Convert spaces to tabs in .dtsi

Co-authored-by: Nick Winans <nick@winans.codes>
This commit is contained in:
Ryan Butler
2021-12-13 14:41:52 -05:00
committed by GitHub
parent b23934cf94
commit eca051efa0
7 changed files with 189 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
/*
* Copyright (c) 2021 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include "fourier.dtsi"
&kscan0 {
col-gpios
= <&pro_micro 20 GPIO_ACTIVE_HIGH> // Col1
, <&pro_micro 19 GPIO_ACTIVE_HIGH> // Col2
, <&pro_micro 18 GPIO_ACTIVE_HIGH> // Col3
, <&pro_micro 15 GPIO_ACTIVE_HIGH> // Col4
, <&pro_micro 14 GPIO_ACTIVE_HIGH> // Col5
, <&pro_micro 16 GPIO_ACTIVE_HIGH> // Col6
;
};