1
0
Fork 0
qmk_firmware/keyboards/lets_split/keymaps/adam/config.h

30 lines
555 B
C
Raw Normal View History

2017-06-28 04:26:05 +00:00
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
2017-05-15 01:08:53 +00:00
2017-06-28 04:26:05 +00:00
#include "../../config.h"
2017-05-15 01:08:53 +00:00
2017-06-28 04:26:05 +00:00
/* Use I2C or Serial, not both */
2017-05-15 01:08:53 +00:00
#define USE_SERIAL
2017-06-28 04:26:05 +00:00
// #define USE_I2C
/* Select hand configuration */
2017-05-15 01:08:53 +00:00
2017-06-28 04:26:05 +00:00
// #define MASTER_LEFT
// #define _MASTER_RIGHT
2017-05-15 01:08:53 +00:00
#define EE_HANDS
#ifdef SUBPROJECT_rev2
/* RGB Underglow */
#undef RGBLED_NUM
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 8
#endif
#undef TAPPING_TERM
#define TAPPING_TERM 200 //At 500 some bad logic takes hold
#define PREVENT_STUCK_MODIFIERS
#define IGNORE_MOD_TAP_INTERRUPT
2017-06-01 01:34:34 +00:00
#define PERMISSIVE_HOLD
2017-06-28 04:26:05 +00:00
#endif