X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=blobdiff_plain;f=keyboards%2Fnyquist%2Fkeymaps%2Fhexwire%2Fconfig.h;h=8b9c3ea2bdf0592af63bf4b305e5f885e5704384;hp=44781ec10a111e8bf28be7e084e36caf9586c728;hb=fad967af4c6f456204c19dfa4e28ca567f7bb62d;hpb=7a433a7f3deea8e4d04a469e31e8b47047eacc99 diff --git a/keyboards/nyquist/keymaps/hexwire/config.h b/keyboards/nyquist/keymaps/hexwire/config.h index 44781ec10..8b9c3ea2b 100644 --- a/keyboards/nyquist/keymaps/hexwire/config.h +++ b/keyboards/nyquist/keymaps/hexwire/config.h @@ -15,14 +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 @@ -30,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