summaryrefslogtreecommitdiff
path: root/keyboards/zen/config.h
diff options
context:
space:
mode:
authorFred Silberberg <fred@silberberg.xyz>2018-08-05 08:42:16 -0700
committerDrashna Jaelre <drashna@live.com>2018-08-05 08:42:16 -0700
commit9a4db7a860ecb35ed6d1402955cc169512a8ba74 (patch)
tree636775298097afdd1f052759d8d389d86a9795bb /keyboards/zen/config.h
parenta6e1cb08c657e5fe1d355a662b6cbd2e613d5f9b (diff)
Keymap: Adds zen layout for 333fred (#3563)
* Initial commit of zen keymap * Added RGB control for my zen * Fixed ergodox layout. * Reduce brightness. * PR feedback.
Diffstat (limited to 'keyboards/zen/config.h')
-rw-r--r--keyboards/zen/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/zen/config.h b/keyboards/zen/config.h
index f8f8bbf332..4478062eb0 100644
--- a/keyboards/zen/config.h
+++ b/keyboards/zen/config.h
@@ -26,4 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#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