diff options
Diffstat (limited to 'keyboards/nyquist/keymaps/333fred/config.h')
-rw-r--r-- | keyboards/nyquist/keymaps/333fred/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/nyquist/keymaps/333fred/config.h b/keyboards/nyquist/keymaps/333fred/config.h index 6335ce9b09..575ec9ac52 100644 --- a/keyboards/nyquist/keymaps/333fred/config.h +++ b/keyboards/nyquist/keymaps/333fred/config.h @@ -1,5 +1,4 @@ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H +#pragma once #include "../../config.h" #include "333fred_config.h" @@ -9,5 +8,3 @@ #undef TAPPING_TERM #define TAPPING_TERM 150 - -#endif |