diff options
Diffstat (limited to 'keyboards/xd75/keymaps/davidrambo/config.h')
-rw-r--r-- | keyboards/xd75/keymaps/davidrambo/config.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/xd75/keymaps/davidrambo/config.h b/keyboards/xd75/keymaps/davidrambo/config.h index f219147034..6e6349c7cf 100644 --- a/keyboards/xd75/keymaps/davidrambo/config.h +++ b/keyboards/xd75/keymaps/davidrambo/config.h @@ -14,12 +14,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H +#pragma once -#include "../../config.h" +// place overrides here #define TAPPING_TERM 200 #define PERMISSIVE_HOLD - -#endif |