Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
graheeth committed Aug 17, 2024
1 parent 97961fb commit c401896
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 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: nice_nano_v2
shield: wyld_dm_left
shield: solid_dm_left
- board: nice_nano_v2
shield: wyld_dm_right
shield: solid_dm_right
- board: nice_nano_v2
shield: settings_reset
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CONFIG_ZMK_KEYBOARD_NAME="wyld_6x6"
# CONFIG_ZMK_KEYBOARD_NAME="solid_6x6"
# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
# CONFIG_ZMK_EXT_POWER=y
# CONFIG_BT_LL_SW_LLCP_LEGACY=y
Expand All @@ -20,4 +20,4 @@
# CONFIG_LVGL_VDB_SIZE=64
# CONFIG_LVGL_DPI=148
# CONFIG_LVGL_BITS_PER_PIXEL=1
# CONFIG_LVGL_COLOR_DEPTH_1=y
# CONFIG_LVGL_COLOR_DEPTH_1=y
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
file_format: "1"
id: wyld_dm
Name: wyld_dm
id: solid_dm
Name: solid_dm
type: shield
url: https://github.com/bullwinkle3000/zmk-config-xiao/
requires:
Expand All @@ -12,5 +12,5 @@ features:
- display
- encoders
siblings:
- wyld_dm_left
- wyld_dm_right
- solid_dm_left
- solid_dm_right
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// wyld_dm_left.overlay
// solid_dm_left.overlay

#include "wyld_dm.dtsi"
#include "solid_dm.dtsi"


&kscan0 {
Expand All @@ -17,4 +17,4 @@

&left_encoder {
status = "okay";
};
};
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// wyld_dm_right.overlay
// solid_dm_right.overlay

#include "wyld_dm.dtsi"
#include "solid_dm.dtsi"

&default_transform {
col-offset = <6>;
Expand Down
4 changes: 2 additions & 2 deletions config/wyld_dm.conf → config/solid_dm.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONFIG_ZMK_KEYBOARD_NAME="wyld_6x6"
CONFIG_ZMK_KEYBOARD_NAME="solid_6x6"
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_ZMK_EXT_POWER=y
# CONFIG_BT_LL_SW_LLCP_LEGACY=y
Expand All @@ -13,4 +13,4 @@ CONFIG_ZMK_USB_LOGGING=n
CONFIG_ZMK_DISPLAY=y
CONFIG_I2C=y
CONFIG_SSD1306=y
# CONFIG_SSD1306_REVERSE_MODE=y
# CONFIG_SSD1306_REVERSE_MODE=y
File renamed without changes.

0 comments on commit c401896

Please sign in to comment.