Format code according to conventions (#15705)

This commit is contained in:
QMK Bot 2022-01-02 00:11:49 -08:00 committed by GitHub
parent 668e6b8e92
commit c32a329583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);