Skip to content

Commit

Permalink
bastardkb/charybdis: future proofs it for qmk#15304 (split support fo…
Browse files Browse the repository at this point in the history
…r pointing devices)
  • Loading branch information
0xcharly committed Jan 13, 2022
1 parent 5b65d0d commit feb8b83
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion keyboards/bastardkb/charybdis/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,16 @@

#include "config_common.h"

/** Invert `x` value on mouse reports. */
/* Pointing device configuration. */

// Enable use of pointing device on slave split.
#define SPLIT_POINTING_ENABLE

// Pointing device is on the right split.
#define POINTING_DEVICE_RIGHT

// Limits the frequency that the sensor is polled for motion.
#define POINTING_DEVICE_TASK_THROTTLE_MS 1

/** \brief Invert X axis on mouse reports. */
#define POINTING_DEVICE_INVERT_X

0 comments on commit feb8b83

Please sign in to comment.