This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

14 lines
189 B
C
Raw Normal View History

2017-09-18 23:38:31 -04:00
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
// place overrides here
#define IGNORE_MOD_TAP_INTERRUPT
#define TAPPING_TERM 150
#define TAPPING_TOGGLE 2
2017-09-18 23:38:31 -04:00
#endif