[Keyboard] Update Tractyl Manuform to use Split Pointing Device Sync
This commit is contained in:
@@ -52,5 +52,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#define OLED_DISPLAY_128X64
|
||||
|
||||
#define POINTING_DEVICE_TASK_THROTTLE
|
||||
#define POINTING_DEVICE_RIGHT
|
||||
|
@@ -301,7 +301,7 @@ void oled_driver_render_logo_left(void) {
|
||||
# endif
|
||||
oled_set_cursor(6, 3);
|
||||
# if defined(KEYBOARD_handwired_tractyl_manuform_5x6_right)
|
||||
render_pointing_dpi_status(0);
|
||||
render_pointing_dpi_status(kb_config_data.device_cpi, 0);
|
||||
# endif
|
||||
oled_set_cursor(0, 4);
|
||||
}
|
||||
|
@@ -18,6 +18,4 @@ MOUSE_SHARED_EP = yes
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
QUANTUM_LIB_SRC += tm_sync.c
|
||||
|
||||
DEFAULT_FOLDER = handwired/tractyl_manuform/5x6_right/teensy2pp
|
||||
|
Reference in New Issue
Block a user