]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/lets_split/keymaps/hexwire/config.h
Remove line for hands selection via EEPROM, reduce tap duration from 200ms to 150ms
[qmk_firmware.git] / keyboards / lets_split / keymaps / hexwire / config.h
index b45214fe08b878a71eb6792ad4bb9041ce5b5574..11adbc454cd1e0af098f8ab67b9b84d3064d5faa 100644 (file)
@@ -18,9 +18,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #define USE_SERIAL
 
-#define EE_HANDS
+#define TAPPING_TERM 150
 
 #undef RGBLED_NUM
+#define RGB_DI_PIN B0
 #define RGBLIGHT_ANIMATIONS
 #define RGBLED_NUM 8
 #define RGBLIGHT_HUE_STEP 8
@@ -32,4 +33,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #endif
 #ifdef SUBPROJECT_rev2
     #include "../../rev2/config.h"
-#endif
\ No newline at end of file
+#endif
+#ifdef SUBPROJECT_rev2fliphalf
+       #include "../../rev2fliphalf/config.h"
+#endif