diff options
Diffstat (limited to 'keyboards/ergodox_stm32/ergodox_stm32.h')
-rw-r--r-- | keyboards/ergodox_stm32/ergodox_stm32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox_stm32/ergodox_stm32.h b/keyboards/ergodox_stm32/ergodox_stm32.h index be1c2e9c3..b84b101f3 100644 --- a/keyboards/ergodox_stm32/ergodox_stm32.h +++ b/keyboards/ergodox_stm32/ergodox_stm32.h | |||
@@ -4,7 +4,7 @@ | |||
4 | #include "action_layer.h" | 4 | #include "action_layer.h" |
5 | #include <stdint.h> | 5 | #include <stdint.h> |
6 | #include <stdbool.h> | 6 | #include <stdbool.h> |
7 | #include "hal.h" | 7 | #include <hal.h> |
8 | 8 | ||
9 | // #define I2C_ADDR 0b01000000 | 9 | // #define I2C_ADDR 0b01000000 |
10 | #define I2C_ADDR 0b01000000 | 10 | #define I2C_ADDR 0b01000000 |