Skip to content

Commit

Permalink
Change: Adjust latency settings
Browse files Browse the repository at this point in the history
  • Loading branch information
otomon10 committed Jan 23, 2021
1 parent b19e2d1 commit 4bfb737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/handwired/dactyl_lightcycle_ble/config.h
Expand Up @@ -29,9 +29,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* communication options */
#define BLE_NUS_MIN_INTERVAL 30
#define BLE_NUS_MAX_INTERVAL 50
#define BLE_HID_MAX_INTERVAL 90
#define BLE_HID_SLAVE_LATENCY 4
#define BLE_NUS_MAX_INTERVAL 30
#define BLE_HID_MAX_INTERVAL 30
#define BLE_HID_SLAVE_LATENCY 7

/* key matrix size */
#define MATRIX_ROWS 8 // Split setting Left:4 Right:4
Expand Down

0 comments on commit 4bfb737

Please sign in to comment.