]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/lets_split/keymaps/hexwire/config.h
Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.h
[qmk_firmware.git] / keyboards / lets_split / keymaps / hexwire / config.h
index b45214fe08b878a71eb6792ad4bb9041ce5b5574..27c24fe4beb329e98016a7a4a79f7aee44f8eb2d 100644 (file)
@@ -18,7 +18,15 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #define USE_SERIAL
 
-#define EE_HANDS
+#define TAPPING_TERM 150
+#define FLIP_HALF
+
+#ifdef SUBPROJECT_rev1
+    #include "../../rev1/config.h"
+#endif
+#ifdef SUBPROJECT_rev2
+    #include "../../rev2/config.h"
+#endif
 
 #undef RGBLED_NUM
 #define RGBLIGHT_ANIMATIONS
@@ -26,10 +34,3 @@ 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
-
-#ifdef SUBPROJECT_rev1
-    #include "../../rev1/config.h"
-#endif
-#ifdef SUBPROJECT_rev2
-    #include "../../rev2/config.h"
-#endif
\ No newline at end of file