Skip to content

Commit

Permalink
Format code according to conventions (#15705)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot authored Jan 2, 2022
1 parent 668e6b8 commit c32a329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/sensors/pmw3360.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c32a329

Please sign in to comment.