diff options
| author | That-Canadian <poole.chris.11@gmail.com> | 2017-08-07 08:00:02 -0400 | 
|---|---|---|
| committer | That-Canadian <poole.chris.11@gmail.com> | 2017-08-07 08:00:02 -0400 | 
| commit | 1bbb49585ee1aef347b7c3397bc9f83040289402 (patch) | |
| tree | 21bb9b3fb5c266ce786b250d2004730fd1df5ece /keyboards/nyquist/split_util.c | |
| parent | 15822a8e44a4d3d02ae5d5e9deedd27ffc2c6709 (diff) | |
| parent | 597ff7aee9a04b4f4f41d6d1f5b2e1223e0e83b8 (diff) | |
| download | firmware-1bbb49585ee1aef347b7c3397bc9f83040289402.tar.gz firmware-1bbb49585ee1aef347b7c3397bc9f83040289402.tar.bz2 firmware-1bbb49585ee1aef347b7c3397bc9f83040289402.zip  | |
Merge branch 'master' into minidox
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 @@  #include "matrix.h"  #include "keyboard.h"  #include "config.h" +#include "timer.h"  #ifdef USE_I2C  #  include "i2c.h" @@ -42,6 +43,7 @@ static void keyboard_master_setup(void) {  }  static void keyboard_slave_setup(void) { +  timer_init();  #ifdef USE_I2C      i2c_slave_init(SLAVE_I2C_ADDRESS);  #else  | 
