summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/berfarah/config.h
diff options
context:
space:
mode:
authorBernardo Farah <ber@bernardo.me>2017-10-25 04:08:31 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-25 04:59:35 +0200
commit4c960ad7c4b109dda8ddcb5ffe1d2f7e674f8f91 (patch)
tree9e9c0e802d3eef3243fd1cfd2dfaee41f4330866 /layouts/community/ergodox/berfarah/config.h
parenta08287b0a0800e0add34fa9c0c4916d2bf8d5db1 (diff)
downloadqmk_firmware-4c960ad7c4b109dda8ddcb5ffe1d2f7e674f8f91.tar.gz
qmk_firmware-4c960ad7c4b109dda8ddcb5ffe1d2f7e674f8f91.tar.xz
Added berfarah's custom keyboard layout
Diffstat (limited to 'layouts/community/ergodox/berfarah/config.h')
-rw-r--r--layouts/community/ergodox/berfarah/config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/community/ergodox/berfarah/config.h b/layouts/community/ergodox/berfarah/config.h
new file mode 100644
index 000000000..4acefdecc
--- /dev/null
+++ b/layouts/community/ergodox/berfarah/config.h
@@ -0,0 +1,13 @@
+#ifndef CONFIG_BERFARAH_H
+#define CONFIG_BERFARAH_H
+
+#include QMK_KEYBOARD_CONFIG_H
+
+#undef TAPPING_TERM
+#define TAPPING_TERM 150
+
+#define RGBLIGHT_EFFECT_BREATHE_CENTER 1.4
+#define RGBLIGHT_EFFECT_BREATHE_MAX 150
+
+#undef IGNORE_MOD_TAP_INTERRUPT
+#endif