]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/nyquist/keymaps/hexwire/config.h
Remove extra underscore from MASTER_RIGHT define
[qmk_firmware.git] / keyboards / nyquist / keymaps / hexwire / config.h
index 9da7ff6b68547bf57096c5c432a1fcd391b4fe7e..8b9c3ea2bdf0592af63bf4b305e5f885e5704384 100644 (file)
@@ -15,13 +15,23 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "config_common.h"
+
+/* Use I2C or Serial, not both */
+
 #define USE_SERIAL
+// #define USE_I2C
 
-#define TAPPING_TERM 150
+/* Select hand configuration */
 
-#ifdef SUBPROJECT_rev1
-    #include "../../rev1/config.h"
-#endif
+#define MASTER_LEFT
+// #define MASTER_RIGHT
+// #define EE_HANDS
+
+#define TAPPING_TERM 150
 
 #undef RGBLED_NUM
 #define RGBLIGHT_ANIMATIONS
@@ -29,3 +39,5 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define RGBLIGHT_HUE_STEP 8
 #define RGBLIGHT_SAT_STEP 8
 #define RGBLIGHT_VAL_STEP 8
+
+#endif