diff options
| -rw-r--r-- | boards/shields/charybdis/charybdis_dongle.conf | 4 | ||||
| -rw-r--r-- | config/charybdis_right.conf | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/boards/shields/charybdis/charybdis_dongle.conf b/boards/shields/charybdis/charybdis_dongle.conf index 609e8a6..dee79fe 100644 --- a/boards/shields/charybdis/charybdis_dongle.conf +++ b/boards/shields/charybdis/charybdis_dongle.conf @@ -1,8 +1,8 @@ CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2 #CONFIG_SPI=y -#CONFIG_INPUT=y +CONFIG_INPUT=y #CONFIG_PINCTRL=y -#CONFIG_ZMK_MOUSE=y +CONFIG_ZMK_MOUSE=y CONFIG_ZMK_SLEEP=n \ No newline at end of file diff --git a/config/charybdis_right.conf b/config/charybdis_right.conf index 940bf9f..1a8ce37 100644 --- a/config/charybdis_right.conf +++ b/config/charybdis_right.conf @@ -1,8 +1,8 @@ -#CONFIG_SPI=y -#CONFIG_INPUT=y -#CONFIG_PMW3610=y -#CONFIG_ZMK_MOUSE=y -#CONFIG_ZMK_EXT_POWER=y +CONFIG_SPI=y +CONFIG_INPUT=y +CONFIG_PMW3610=y +CONFIG_ZMK_MOUSE=y +CONFIG_ZMK_EXT_POWER=y CONFIG_PMW3610_SWAP_XY=y CONFIG_PMW3610_INVERT_X=y |