]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/lets_split/keymaps/i2c/config.h
rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as well
[qmk_firmware.git] / keyboards / lets_split / keymaps / i2c / config.h
index efe8bb0f2b7b86111dc5a91881c9f85e5637f430..013542731e04e4b3eb1ce4c924eb6723aa88b093 100644 (file)
@@ -16,12 +16,16 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 #define USE_I2C
 
-#define I2C_MASTER_LEFT
-// #define I2C_MASTER_RIGHT
+#define MASTER_LEFT
+// #define _MASTER_RIGHT
+// #define EE_HANDS
 
 #ifdef SUBPROJECT_rev1
     #include "../../rev1/config.h"
 #endif
 #ifdef SUBPROJECT_rev2
     #include "../../rev2/config.h"
-#endif
\ No newline at end of file
+#endif
+#ifdef SUBPROJECT_rev2fliphalf
+       #include "../../rev2fliphalf/config.h"
+#endif