diff options
Diffstat (limited to 'keyboards/orthodox/keymaps/oscillope/config.h')
-rw-r--r-- | keyboards/orthodox/keymaps/oscillope/config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/orthodox/keymaps/oscillope/config.h b/keyboards/orthodox/keymaps/oscillope/config.h index edd5d74b77..3b1fd50007 100644 --- a/keyboards/orthodox/keymaps/oscillope/config.h +++ b/keyboards/orthodox/keymaps/oscillope/config.h @@ -19,8 +19,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#pragma once +#ifndef CONFIG_USER_H +#define CONFIG_USER_H +#include "config_common.h" /* Use I2C or Serial, not both */ @@ -35,3 +37,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define TAPPING_TERM 200 #define TAPPING_TOGGLE 3 + +#endif |