generated from zmkfirmware/unified-zmk-config-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthias Bidlingmeyer
committed
Dec 23, 2023
1 parent
3f5c89f
commit a35a2d0
Showing
19 changed files
with
61 additions
and
59 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
if SHIELD_MATZE_CENTRAL_LEFT | ||
|
||
config ZMK_KEYBOARD_NAME | ||
default "Matze Left" | ||
|
||
config ZMK_SPLIT_ROLE_CENTRAL | ||
default y | ||
|
||
endif | ||
|
||
if SHIELD_MATZE_DONGLE | ||
|
||
config ZMK_KEYBOARD_NAME | ||
default "Matze Dongle" | ||
|
||
config ZMK_SPLIT_BLE_ROLE_CENTRAL | ||
default y | ||
|
||
config ZMK_USB | ||
default y | ||
|
||
endif | ||
|
||
if SHIELD_MATZE_LEFT || SHIELD_MATZE_RIGHT || SHIELD_MATZE_DONGLE || SHIELD_MATZE_CENTRAL_LEFT | ||
|
||
config ZMK_SPLIT | ||
default y | ||
|
||
config ZMK_BLE | ||
default y | ||
|
||
endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copyright (c) 2020 Pete Johanson | ||
# SPDX-License-Identifier: MIT | ||
|
||
config SHIELD_MATZE_LEFT | ||
def_bool $(shields_list_contains,matze_left) | ||
|
||
config SHIELD_MATZE_CENTRAL_LEFT | ||
def_bool $(shields_list_contains,matze_central_left) | ||
|
||
config SHIELD_MATZE_RIGHT | ||
def_bool $(shields_list_contains,matze_right) | ||
|
||
config SHIELD_MATZE_DONGLE | ||
def_bool $(shields_list_contains,matze_dongle) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions
12
boards/shields/corne-dongle/corne.zmk.yml → boards/shields/matze/matze.zmk.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
file_format: "1" | ||
id: corne | ||
name: Corne | ||
id: matze | ||
name: Matze | ||
type: shield | ||
url: https://github.com/foostan/crkbd/ | ||
requires: [pro_micro] | ||
features: | ||
- keys | ||
siblings: | ||
- corne_left | ||
- corne_central_left | ||
- corne_right | ||
- corne_dongle | ||
- matze_left | ||
- matze_central_left | ||
- matze_right | ||
- matze_dongle |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* SPDX-License-Identifier: MIT | ||
*/ | ||
|
||
#include "corne.dtsi" | ||
#include "matze.dtsi" | ||
|
||
&kscan0 { | ||
col-gpios | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* SPDX-License-Identifier: MIT | ||
*/ | ||
|
||
#include "corne.dtsi" | ||
#include "matze.dtsi" | ||
|
||
&kscan0 { | ||
col-gpios | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* SPDX-License-Identifier: MIT | ||
*/ | ||
|
||
#include "corne.dtsi" | ||
#include "matze.dtsi" | ||
|
||
&kscan0 { | ||
col-gpios | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters