Renamed to Ergo_S-1_OE
This commit is contained in:
parent
2c22a77967
commit
9b3f3a8bb8
10 changed files with 16 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
# Copyright (c) 2021 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
if SHIELD_ERGOS1_OSE_LEFT
|
||||
if SHIELD_ERGOS1_OE_LEFT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Ergo S-1"
|
||||
|
@ -10,7 +10,7 @@ config ZMK_SPLIT_ROLE_CENTRAL
|
|||
|
||||
endif
|
||||
|
||||
if SHIELD_ERGOS1_OSE_LEFT || SHIELD_ERGOS1_OSE_RIGHT
|
||||
if SHIELD_ERGOS1_OE_LEFT || SHIELD_ERGOS1_OE_RIGHT
|
||||
|
||||
config ZMK_SPLIT
|
||||
default y
|
7
app/boards/shields/ergos1_oe/Kconfig.shield
Normal file
7
app/boards/shields/ergos1_oe/Kconfig.shield
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Copyright (c) 2021 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
config SHIELD_ERGOS1_OE_LEFT
|
||||
def_bool $(shields_list_contains,ergos1_oe_left)
|
||||
|
||||
config SHIELD_ERGOS1_OE_RIGHT
|
||||
def_bool $(shields_list_contains,ergos1_oe_right)
|
|
@ -1,3 +1,3 @@
|
|||
# Uncommenting the following lines won't do anything because the Ergo S-1 OSE doesn't have LEDs
|
||||
# Uncommenting the following lines won't do anything because the Ergo S-1 OE doesn't have LEDs
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
|
@ -1,11 +1,11 @@
|
|||
file_format: "1"
|
||||
id: ergos1_ose
|
||||
name: Ergo S-1 OSE
|
||||
id: ergos1_oe
|
||||
name: Ergo S-1 OE
|
||||
type: shield
|
||||
url: https://github.com/wizarddata/Ergo-S-1
|
||||
requires: [pro_micro]
|
||||
features:
|
||||
- keys
|
||||
siblings:
|
||||
- ergo_s1_ose_left
|
||||
- ergo_s1_ose_right
|
||||
- ergo_s1_oe_left
|
||||
- ergo_s1_oe_right
|
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include "ergos1_ose.dtsi"
|
||||
#include "ergos1_oe.dtsi"
|
||||
|
||||
&kscan0 {
|
||||
col-gpios
|
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include "ergos1_ose.dtsi"
|
||||
#include "ergos1_oe.dtsi"
|
||||
|
||||
&default_transform {
|
||||
col-offset = <8>;
|
|
@ -1,7 +0,0 @@
|
|||
# Copyright (c) 2021 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
config SHIELD_ERGOS1_OSE_LEFT
|
||||
def_bool $(shields_list_contains,ergos1_ose_left)
|
||||
|
||||
config SHIELD_ERGOS1_OSE_RIGHT
|
||||
def_bool $(shields_list_contains,ergos1_ose_right)
|
Loading…
Add table
Reference in a new issue