Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ary-ovo committed Jun 18, 2024
1 parent 1b7d6f3 commit 06139ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/boards/arm/weekin840_m2/weekin840_m2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
ext-power {
compatible = "zmk,ext-power-generic";
label = "EXT_POWER";
control-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
control-gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
};

vbatt {
Expand Down
4 changes: 2 additions & 2 deletions config/boards/shields/weekin_roc/boards/weekin840_m2.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
&pinctrl {
spi1_default: spi1_default {
group1 {
psels = <NRF_PSEL(SPIM_MOSI, 0, 6)>;
psels = <NRF_PSEL(SPIM_MOSI, 0, 3)>;
};
};

spi1_sleep: spi1_sleep {
group1 {
psels = <NRF_PSEL(SPIM_MOSI, 0, 6)>;
psels = <NRF_PSEL(SPIM_MOSI, 0, 3)>;
low-power-enable;
};
};
Expand Down
4 changes: 4 additions & 0 deletions config/boards/shields/weekin_roc/weekin_roc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
CONFIG_ZMK_RGB_UNDERGLOW=y
CONFIG_WS2812_STRIP=y

CONFIG_ZMK_HID_REPORT_TYPE_NKRO=y

CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=3
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=3

0 comments on commit 06139ad

Please sign in to comment.