diff options
Diffstat (limited to 'keyboards/nyquist/split_util.c')
| -rw-r--r-- | keyboards/nyquist/split_util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/nyquist/split_util.c b/keyboards/nyquist/split_util.c index 39639c3b4..346cbc908 100644 --- a/keyboards/nyquist/split_util.c +++ b/keyboards/nyquist/split_util.c | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | #include "matrix.h" | 8 | #include "matrix.h" |
| 9 | #include "keyboard.h" | 9 | #include "keyboard.h" |
| 10 | #include "config.h" | 10 | #include "config.h" |
| 11 | #include "timer.h" | ||
| 11 | 12 | ||
| 12 | #ifdef USE_I2C | 13 | #ifdef USE_I2C |
| 13 | # include "i2c.h" | 14 | # include "i2c.h" |
| @@ -42,6 +43,7 @@ static void keyboard_master_setup(void) { | |||
| 42 | } | 43 | } |
| 43 | 44 | ||
| 44 | static void keyboard_slave_setup(void) { | 45 | static void keyboard_slave_setup(void) { |
| 46 | timer_init(); | ||
| 45 | #ifdef USE_I2C | 47 | #ifdef USE_I2C |
| 46 | i2c_slave_init(SLAVE_I2C_ADDRESS); | 48 | i2c_slave_init(SLAVE_I2C_ADDRESS); |
| 47 | #else | 49 | #else |
