summaryrefslogtreecommitdiffstats
path: root/keyboards/infinity60/keymaps/jpetermans/config.h
blob: 72a2ed0810fda98ce8677bfd8395971ea1ebd591 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CONFIG_USER_H
#define CONFIG_USER_H


#include "../../config.h"

//overrides
#undef TAPPING_TOGGLE
#define TAPPING_TOGGLE 2

#endif