Skip to content

Commit

Permalink
[Core] Fix copypasta issue with pmw3360 sensor config (qmk#14106)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and nhongooi committed Dec 5, 2021
1 parent 1179486 commit 61fe329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/sensors/pmw3360.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# ifdef __AVR__
# define PMW3360_SPI_DIVISOR (F_CPU / PMW3360_CLOCK_SPEED)
# else
# define EXTERNAL_EEPROM_SPI_CLOCK_DIVISOR 64
# define PMW3360_SPI_DIVISOR 64
# endif
#endif

Expand Down

0 comments on commit 61fe329

Please sign in to comment.