Normalized internal naming for cmake to figure out file existance
This commit is contained in:
parent
faf0700fb0
commit
6f8ab2a2bd
10 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Copyright (c) 2021 The ZMK Contributors
|
# Copyright (c) 2021 The ZMK Contributors
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
config SHIELD_ERGO_S1_OE_LEFT
|
config SHIELD_ERGO_S1_OE_LEFT
|
||||||
def_bool $(shields_list_contains,ergo_s1_oe_left)
|
def_bool $(shields_list_contains,ergo_s1_oe_left)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ergos1_oe.dtsi"
|
#include "ergo_s1_oe.dtsi"
|
||||||
|
|
||||||
&kscan0 {
|
&kscan0 {
|
||||||
col-gpios
|
col-gpios
|
|
@ -4,7 +4,7 @@
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ergos1_oe.dtsi"
|
#include "ergo_s1_oe.dtsi"
|
||||||
|
|
||||||
&default_transform {
|
&default_transform {
|
||||||
col-offset = <8>;
|
col-offset = <8>;
|
Loading…
Add table
Reference in a new issue