Skip to content

Commit

Permalink
Move splittest I2C (qmk#8346)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored and jakeisnt committed Aug 20, 2020
1 parent 6ea1dfc commit ea0514a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 23 deletions.
23 changes: 0 additions & 23 deletions keyboards/handwired/splittest/keymaps/default/config.h

This file was deleted.

3 changes: 3 additions & 0 deletions keyboards/handwired/splittest/promicro/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

#include "config_common.h"

// use I2C on AVR
#define USE_I2C

// wiring of each half
#define MATRIX_ROW_PINS { B3 }
#define MATRIX_COL_PINS { B6 }
Expand Down
3 changes: 3 additions & 0 deletions keyboards/handwired/splittest/teensy_2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

#include "config_common.h"

// use I2C on AVR
#define USE_I2C

// wiring of each half
#define MATRIX_ROW_PINS { F5 }
#define MATRIX_COL_PINS { F7 }
Expand Down

0 comments on commit ea0514a

Please sign in to comment.