Skip to content

Commit

Permalink
renamed properly to maracuja
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarhimmel authored Nov 6, 2023
1 parent cbee22c commit 96d18d6
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
---
include:
- board: seeeduino_xiao_ble
shield: 1984x_left
shield: maracuja_left
- board: seeeduino_xiao_ble
shield: 1984x_right
shield: maracuja_right
- board: seeeduino_xiao_ble
shield: settings_reset
11 changes: 0 additions & 11 deletions config/boards/shields/1984x/1984x.zmk.yml

This file was deleted.

6 changes: 0 additions & 6 deletions config/boards/shields/1984x/Kconfig.shield

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

if SHIELD_1984X_LEFT
if SHIELD_MARACUJA_LEFT

config ZMK_KEYBOARD_NAME
default "1984x"
default "Maracuja Split BLE"

config ZMK_SPLIT_ROLE_CENTRAL
default y

endif

if SHIELD_1984X_LEFT || SHIELD_1984X_RIGHT
if SHIELD_MARACUJA_LEFT || SHIELD_MARACUJA_RIGHT
config ZMK_SPLIT
default y

Expand Down
6 changes: 6 additions & 0 deletions config/boards/shields/maracuja/Kconfig.shield
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

config SHIELD_MARACUJA_LEFT
def_bool $(shields_list_contains,maracuja_left)

config SHIELD_MARACUJA_RIGHT
def_bool $(shields_list_contains,maracuja_right)
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions config/boards/shields/maracuja/maracuja.zmk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
file_format: "1"
id: maracuja_split
name: maracuja_split
type: shield
url: https://github.com/ansgarhimmel/maracuja-split
requires: [seeeduino_xiao_ble]
features:
- keys
siblings:
- maracuja_left
- maracuja_right
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "1984x.dtsi"
#include "maracuja.dtsi"

&kscan0 {
row-gpios
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "1984x.dtsi"
#include "maracuja.dtsi"

&default_transform {
col-offset = <5>;
Expand Down
File renamed without changes.

0 comments on commit 96d18d6

Please sign in to comment.