You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* PMW33XX drivers overhaul This combines the PMW3389 and PM3360 drivers as they only differ in the firmware blobs and CPI get and set functions. The following changes have been made: * PMW3389 now gets the same multi-sensor feature that is already available on the PMW3360. * Introduced a shared pmw33xx_report_t struct is now directly readable via SPI transactions instead of individual byte-sized reads, saving multiple copies and bitshift operations. * pmw33(89/60)_get_report functions had unreachable branches in their motion detection logic these have been simplied as much as possible. * The fast firmware upload option has been removed as this becomes obsolete by the newly introduced polled waiting functions for ChibiOS polled waiting * PMW33(60/89)_SPI_LSBFIRST and PMW33(60/89)_SPI_MODE config options have been removed as they don't need to be configurable. * All PMW3389 and PMW3360 defines have been unified to a PMW33XX prefix to reduce code duplication and make the defines interchangeable * Adjust keyboards to PMW33XX naming scheme |
3 years ago | |
|---|---|---|
| .. | ||
| audio | 4 years ago | |
| backlight | 4 years ago | |
| bootmagic | 4 years ago | |
| debounce | 3 years ago | |
| encoder/tests | 4 years ago | |
| keymap_extras | 4 years ago | |
| led_matrix | 3 years ago | |
| logging | 3 years ago | |
| painter | 3 years ago | |
| process_keycode | 3 years ago | |
| rgb_matrix | 3 years ago | |
| rgblight | 4 years ago | |
| send_string | 3 years ago | |
| sequencer | 4 years ago | |
| split_common | 4 years ago | |
| wear_leveling | 3 years ago | |
| action.c | 4 years ago | |
| action.h | 4 years ago | |
| action_code.h | ||
| action_layer.c | 4 years ago | |
| action_layer.h | 4 years ago | |
| action_tapping.c | 4 years ago | |
| action_tapping.h | 4 years ago | |
| action_util.c | 4 years ago | |
| action_util.h | 4 years ago | |
| bitwise.c | 4 years ago | |
| bitwise.h | ||
| caps_word.c | 4 years ago | |
| caps_word.h | 4 years ago | |
| color.c | 4 years ago | |
| color.h | ||
| command.c | 3 years ago | |
| command.h | ||
| config_common.h | ||
| crc.c | ||
| crc.h | ||
| debounce.h | 3 years ago | |
| deferred_exec.c | 4 years ago | |
| deferred_exec.h | ||
| digitizer.c | 4 years ago | |
| digitizer.h | ||
| dip_switch.c | 4 years ago | |
| dip_switch.h | ||
| dynamic_keymap.c | 3 years ago | |
| dynamic_keymap.h | 4 years ago | |
| dynamic_macro.h | ||
| eeconfig.c | 4 years ago | |
| eeconfig.h | 4 years ago | |
| encoder.c | 3 years ago | |
| encoder.h | 4 years ago | |
| haptic.c | 4 years ago | |
| haptic.h | ||
| joystick.c | 4 years ago | |
| joystick.h | 4 years ago | |
| keyboard.c | 4 years ago | |
| keyboard.h | 4 years ago | |
| keycode.h | 4 years ago | |
| keycode_config.c | 3 years ago | |
| keycode_config.h | 3 years ago | |
| keycode_legacy.h | ||
| keymap.h | 3 years ago | |
| keymap_common.c | 4 years ago | |
| keymap_introspection.c | 3 years ago | |
| keymap_introspection.h | 4 years ago | |
| led.c | 3 years ago | |
| led.h | 3 years ago | |
| led_tables.c | ||
| led_tables.h | ||
| main.c | 4 years ago | |
| matrix.c | 3 years ago | |
| matrix.h | ||
| matrix_common.c | 3 years ago | |
| mousekey.c | 3 years ago | |
| mousekey.h | 3 years ago | |
| pointing_device.c | 4 years ago | |
| pointing_device.h | 3 years ago | |
| pointing_device_drivers.c | 3 years ago | |
| pointing_device_gestures.c | 3 years ago | |
| pointing_device_gestures.h | 3 years ago | |
| programmable_button.c | 4 years ago | |
| programmable_button.h | ||
| quantum.c | 4 years ago | |
| quantum.h | 3 years ago | |
| quantum_keycodes.h | 3 years ago | |
| quantum_keycodes_legacy.h | 4 years ago | |
| raw_hid.h | ||
| ring_buffer.h | 4 years ago | |
| secure.c | 4 years ago | |
| secure.h | 4 years ago | |
| sync_timer.c | 4 years ago | |
| sync_timer.h | ||
| utf8.c | 4 years ago | |
| utf8.h | 4 years ago | |
| util.h | 4 years ago | |
| variable_trace.c | ||
| variable_trace.h | ||
| velocikey.c | 4 years ago | |
| velocikey.h | ||
| via.c | 4 years ago | |
| via.h | 4 years ago | |
| via_ensure_keycode.h | ||
| virtser.h | ||
| wpm.c | 4 years ago | |
| wpm.h | ||