Skip to content

Commit

Permalink
FIXED POINTERS
Browse files Browse the repository at this point in the history
  • Loading branch information
WainingForests committed Nov 22, 2023
1 parent 7361500 commit 7681052
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
---
include:
- board: seeeduino_xiao_ble
shield: zmk-xiao-flex-v2_left
shield: xiao_flex_v2_left
- board: seeeduino_xiao_ble
shield: zmk-xiao-flex-v2_right
shield: xiao_flex_v2_right
10 changes: 0 additions & 10 deletions config/boards/shields/xiao-flex-v2/Kconfig.shield

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if SHIELD_xiao-flex-v2_LEFT
if SHIELD_XIAO_FLEX_V2_LEFT

config ZMK_KEYBOARD_NAME
default "Xiao-Flex"
Expand All @@ -8,7 +8,7 @@ config ZMK_SPLIT_ROLE_CENTRAL

endif

if SHIELD_xiao-flex-v2
if SHIELD_XIAO_FLEX_V2

config ZMK_SPLIT
default y
Expand Down
10 changes: 10 additions & 0 deletions config/boards/shields/xiao_flex_v2/Kconfig.shield
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
config SHIELD_XIAO_FLEX_v2
bool

config SHIELD_XIAO_FLEX_v2_LEFT
def_bool $(shields_list_contains,xiao_flex_v2_left)
select SHIELD_XIAO_FLEX_v2

config SHIELD_xiao-flex-v2_RIGHT
def_bool $(shields_list_contains,xiao_flex_v2_right)
select SHIELD_XIAO_FLEX_v2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
file_format: "1"
id: xiao-flex-v2
Name: xiao-flex-v2
id: xiao_flex_v2
Name: xiao_flex_v2
type: shield
url: https://github.com/WainingForests/zmk-config-xiao-flex-v2/
requires: [seeed_xiao]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 6x5_manuform_left.overlay
// xiao_flex_v2_left.overlay

#include "6x5_manuform.dtsi"
#include "xiao_flex_v2.dtsi"

&kscan0 {
col-gpios
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 6x5_manuform_right.overlay
// xiao_flex_v2_right.overlay

#include "6x5_manuform.dtsi"
#include "xiao_flex_v2.dtsi"

&default_transform {
col-offset = <6>;
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions config/xiao-flex-v2.json → config/xiao_flex_v2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "xiao-flex-v2",
"name": "xiao-flex-v2",
"id": "xiao_flex_v2",
"name": "xiao_flex_v2",
"layouts": {
"LAYOUT": {
"autoGenerated": "true",
Expand Down
File renamed without changes.

0 comments on commit 7681052

Please sign in to comment.