diff options
| author | Victor <lucachi.victor@gmail.com> | 2024-07-07 11:24:54 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-07 11:24:54 +0300 |
| commit | 73f41fc1fa0e356545f16050de81d2f44e1dcecf (patch) | |
| tree | 6d7f5564a88fd3a9d24a4643dce732137129df41 | |
| parent | a71051da3f8efb0e929d080bb219483d890d5a65 (diff) | |
| download | zmk-config-73f41fc1fa0e356545f16050de81d2f44e1dcecf.tar.gz zmk-config-73f41fc1fa0e356545f16050de81d2f44e1dcecf.zip | |
default downshift time, enable input on left half
| -rw-r--r-- | config/charybdis_left.conf | 1 | ||||
| -rw-r--r-- | config/charybdis_right.conf | 9 |
2 files changed, 9 insertions, 1 deletions
diff --git a/config/charybdis_left.conf b/config/charybdis_left.conf new file mode 100644 index 0000000..9ce5b96 --- /dev/null +++ b/config/charybdis_left.conf @@ -0,0 +1 @@ +CONFIG_INPUT=y \ No newline at end of file diff --git a/config/charybdis_right.conf b/config/charybdis_right.conf index 1a8ce37..e288f67 100644 --- a/config/charybdis_right.conf +++ b/config/charybdis_right.conf @@ -14,4 +14,11 @@ CONFIG_PMW3610_INVERT_Y=y #CONFIG_BT_BUF_ACL_TX_COUNT=32 #CONFIG_BT_L2CAP_TX_BUF_COUNT=32 -#CONFIG_SPI_LOG_LEVEL_DBG=y \ No newline at end of file +#CONFIG_SPI_LOG_LEVEL_DBG=y + +CONFIG_PMW3610_REST1_SAMPLE_TIME_MS=100 +CONFIG_PMW3610_REST2_SAMPLE_TIME_MS=200 +CONFIG_PMW3610_REST3_SAMPLE_TIME_MS=300 +CONFIG_PMW3610_RUN_DOWNSHIFT_TIME_MS=500 +CONFIG_PMW3610_REST1_DOWNSHIFT_TIME_MS=3000 +CONFIG_PMW3610_REST2_DOWNSHIFT_TIME_MS=30000 \ No newline at end of file |