1
0
Fork 0

Refactor code to eliminate duplicate defines

* Moved duplicated defines out of inappropriate source files (matrix
pins in keymap subdirectory)
* Eliminated default keymap directory
* Hardcoded serial keymap to use serial defines and EE_CONFIG
* Hardcoded i2c keymap to use i2c defines
This commit is contained in:
TerryMathews 2017-01-22 15:37:48 -05:00
parent 6f44885615
commit 9d24943ec1
6 changed files with 16 additions and 396 deletions

View file

@ -42,13 +42,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define USE_I2C
// Use serial if not using I2C
#ifndef USE_I2C
/*#ifndef USE_I2C
# define USE_SERIAL
#endif
// #define EE_HANDS
#define I2C_MASTER_LEFT
#define I2C_MASTER_LEFT*/
// #define I2C_MASTER_RIGHT
/* COL2ROW or ROW2COL */