~ruther/qmk_firmware

c32a329583c9ed0a14cff1e6ae9ac7cdc1e9d202 — QMK Bot 3 years ago 668e6b8
Format code according to conventions (#15705)

1 files changed, 1 insertions(+), 1 deletions(-)

M drivers/sensors/pmw3360.c
M drivers/sensors/pmw3360.c => drivers/sensors/pmw3360.c +1 -1
@@ 198,7 198,7 @@ bool pmw3360_init(void) {
void pmw3360_upload_firmware(void) {
    // Datasheet claims we need to disable REST mode first, but during startup
    // it's already disabled and we're not turning it on ...
    //pmw3360_write(REG_Config2, 0x00);  // disable REST mode
    // pmw3360_write(REG_Config2, 0x00);  // disable REST mode
    pmw3360_write(REG_SROM_Enable, 0x1d);

    wait_ms(10);