We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7ef0f commit f3800faCopy full SHA for f3800fa
users/halcyon_modules/splitkb/halcyon.c
@@ -135,7 +135,6 @@ void housekeeping_task_kb(void) {
135
}
136
137
report_mouse_t pointing_device_task_combined_kb(report_mouse_t left_report, report_mouse_t right_report) {
138
- uprintf("Pointing device status %d", pointing_device_get_status());
139
// Only runs on master
140
// Fixes the following bug: If master is right and master is NOT a cirque trackpad, the inputs would be inverted.
141
if(module != hlc_cirque_trackpad && !is_keyboard_left()) {
0 commit comments