Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions boards/shields/GeaconSolstice/Solstice_L.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ CONFIG_ZMK_DISPLAY_DEDICATED_THREAD_STACK_SIZE=6144
CONFIG_ZMK_DONGLE_DISPLAY_DONGLE_BATTERY=y
CONFIG_ZMK_DONGLE_DISPLAY_COMPACT_32PX=y
CONFIG_ZMK_DONGLE_DISPLAY_LAYER=n
# Hide lock-state text (NLCK/CLCK/SLCK) on the compact OLED.
CONFIG_ZMK_HID_INDICATORS=n

CONFIG_ZMK_INPUT_PROCESSOR_TEMP_LAYER_THRESHOLD=y

Expand Down
2 changes: 2 additions & 0 deletions boards/shields/GeaconSolstice/Solstice_L.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@
};

&xiao_serial { status = "disabled"; };
/* The default SPI connector pins are used by the key matrix. */
&xiao_spi { status = "disabled"; };
&uart0 { status = "disabled";};

&uicr {
Expand Down
2 changes: 2 additions & 0 deletions boards/shields/GeaconSolstice/Solstice_R.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
};

&xiao_serial { status = "disabled"; };
/* The key matrix owns these pins; the trackball uses spi0 instead. */
&xiao_spi { status = "disabled"; };
&xiao_i2c { status = "disabled"; };
&uart0 { status = "disabled";};

Expand Down
Loading