X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fzen%2Fconfig.h;h=4478062eb0edc618e3c8332dde65a818939265a1;hb=9a4db7a860ecb35ed6d1402955cc169512a8ba74;hp=f8f8bbf3320ed84da9435eddfa405d447009661b;hpb=a6e1cb08c657e5fe1d355a662b6cbd2e613d5f9b;p=qmk_firmware.git diff --git a/keyboards/zen/config.h b/keyboards/zen/config.h index f8f8bbf33..4478062eb 100644 --- a/keyboards/zen/config.h +++ b/keyboards/zen/config.h @@ -26,4 +26,6 @@ along with this program. If not, see . #define RGBLIGHT_ANIMATIONS #define RGBLED_NUM 16 -#define TAPPING_TERM 100 \ No newline at end of file +#ifndef TAPPING_TERM +#define TAPPING_TERM 100 +#endif