Skip to content

Commit

Permalink
address ´somne config issues for cornholius
Browse files Browse the repository at this point in the history
  • Loading branch information
ebastler committed Feb 7, 2024
1 parent 844162e commit ef0b94f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
6 changes: 0 additions & 6 deletions config/boards/arm/cornholius_a/cornholius_a.dts
Expand Up @@ -37,7 +37,6 @@

kscan0: kscan {
compatible = "zmk,kscan-gpio-matrix";
label = "KSCAN";
diode-direction = "col2row";
row-gpios
= <&gpio0 26 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
Expand Down Expand Up @@ -72,10 +71,6 @@

&usbd {
status = "okay";
/* cdc_acm_uart: cdc_acm_uart {
compatible = "zephyr,cdc-acm-uart";
label = "CDC_ACM_0";
}; */
};

&pinctrl {
Expand Down Expand Up @@ -105,7 +100,6 @@

fuelgauge: max17048@36 {
compatible = "maxim,max17048";
label = "BATTERY";
reg = <0x36>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion config/boards/arm/cornholius_a/cornholius_a_defconfig
Expand Up @@ -2,7 +2,7 @@

CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52840_QIAA=y
CONFIG_BOARD_OSPREY_A=y
CONFIG_BOARD_CORNHOLIUS_A=y

# Enable deep sleep
CONFIG_ZMK_SLEEP=y
Expand Down
4 changes: 0 additions & 4 deletions config/cornholius_a.keymap
Expand Up @@ -14,7 +14,6 @@
/ {
macros {
lgleft: lgleft {
label = "lgleft";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings =
Expand All @@ -26,7 +25,6 @@
<&kp LWIN>;
};
lgright: lgright {
label = "lgright";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings =
Expand All @@ -38,7 +36,6 @@
<&kp LWIN>;
};
lgup: lgup {
label = "lgup";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings =
Expand All @@ -50,7 +47,6 @@
<&kp LWIN>;
};
lgdown: lgdown {
label = "lgdown";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings =
Expand Down

0 comments on commit ef0b94f

Please sign in to comment.