diff options
Diffstat (limited to 'keyboards/zen/config.h')
-rw-r--r-- | keyboards/zen/config.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/keyboards/zen/config.h b/keyboards/zen/config.h index 4478062eb0..6868dc1354 100644 --- a/keyboards/zen/config.h +++ b/keyboards/zen/config.h @@ -15,17 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CONFIG_H -#define CONFIG_H +#pragma once #include "config_common.h" - -#endif // CONFIG_H - -#undef RGBLED_NUM -#define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 16 - -#ifndef TAPPING_TERM -#define TAPPING_TERM 100 -#endif |