Skip to content

Commit

Permalink
Update config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Holt authored and jackhumbert committed Aug 23, 2017
1 parent 1d930eb commit fe45498
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions keyboards/lets_split/keymaps/xk/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ the Free Software Foundation, either version 2 of the License, or
#include "../../config.h"

#define TAPPING_TOGGLE 1
#define TAPPING_TERM 200
#define TAPPING_TERM 300
#define ONESHOT_TAP_TOGGLE 2
#define ONESHOT_LAYER_TOGGLE 2
#define ONESHOT_TIMEOUT 300
#define ONESHOT_TIMEOUT 800

/* Use I2C or Serial, not both */

// #define USE_SERIAL
#define USE_I2C

#define MOUSEKEY_INTERVAL 50
Expand All @@ -41,7 +38,7 @@ the Free Software Foundation, either version 2 of the License, or


#define PREVENT_STUCK_MODIFIERS
//#define IGNORE_MOD_TAP_INTERRUPT
#define IGNORE_MOD_TAP_INTERRUPT
#define PERMISSIVE_HOLD

#endif
#endif

0 comments on commit fe45498

Please sign in to comment.