diff options
Diffstat (limited to 'keyboards/handwired/xealous/config.h')
-rw-r--r-- | keyboards/handwired/xealous/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/handwired/xealous/config.h b/keyboards/handwired/xealous/config.h index 415a0dcf5..7bce502c1 100644 --- a/keyboards/handwired/xealous/config.h +++ b/keyboards/handwired/xealous/config.h | |||
@@ -21,10 +21,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
21 | 21 | ||
22 | /* Use I2C or Serial, not both */ | 22 | /* Use I2C or Serial, not both */ |
23 | 23 | ||
24 | // #define USE_SERIAL | ||
25 | #define USE_I2C | 24 | #define USE_I2C |
26 | #define SCL_CLOCK 400000UL | 25 | #define SCL_CLOCK 400000UL |
27 | 26 | ||
27 | // #define USE_SERIAL | ||
28 | /* serial.c configuration for split keyboard */ | ||
29 | // #define SOFT_SERIAL_PIN D0 | ||
30 | |||
28 | /* Select hand configuration */ | 31 | /* Select hand configuration */ |
29 | 32 | ||
30 | #define MASTER_LEFT | 33 | #define MASTER_LEFT |