diff options
Diffstat (limited to 'keyboards/oddball/adns.c')
-rw-r--r-- | keyboards/oddball/adns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/oddball/adns.c b/keyboards/oddball/adns.c index 35225f042..4582be1f2 100644 --- a/keyboards/oddball/adns.c +++ b/keyboards/oddball/adns.c | |||
@@ -3,7 +3,7 @@ | |||
3 | #include "quantum.h" | 3 | #include "quantum.h" |
4 | #include "pointing_device.h" | 4 | #include "pointing_device.h" |
5 | #include "adns9800_srom_A4.h" | 5 | #include "adns9800_srom_A4.h" |
6 | #include "../../lib/lufa/LUFA/Drivers/Peripheral/SPI.h" | 6 | #include <LUFA/Drivers/Peripheral/SPI.h> |
7 | 7 | ||
8 | // registers | 8 | // registers |
9 | #define REG_Product_ID 0x00 | 9 | #define REG_Product_ID 0x00 |