X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=blobdiff_plain;f=keyboards%2Fnyquist%2Fkeymaps%2Fhexwire%2Fconfig.h;h=8b9c3ea2bdf0592af63bf4b305e5f885e5704384;hp=9da7ff6b68547bf57096c5c432a1fcd391b4fe7e;hb=fad967af4c6f456204c19dfa4e28ca567f7bb62d;hpb=9069edd9344ae280cf7a638b3f8e6c9e53bbfd67 diff --git a/keyboards/nyquist/keymaps/hexwire/config.h b/keyboards/nyquist/keymaps/hexwire/config.h index 9da7ff6b6..8b9c3ea2b 100644 --- a/keyboards/nyquist/keymaps/hexwire/config.h +++ b/keyboards/nyquist/keymaps/hexwire/config.h @@ -15,13 +15,23 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#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 . #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 + +#endif