]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/planck/keymaps/khord/config.h
Merge pull request #1350 from originerd/add-originerd-planck-keymap
[qmk_firmware.git] / keyboards / planck / keymaps / khord / config.h
index 5cf96bb88cb02c72525f8528587f0da00c7df4a2..83dece50ea4365d0d0f853be7bb667b9cf4940cf 100644 (file)
@@ -48,6 +48,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 /* number of backlight levels */
 #define BACKLIGHT_LEVELS 3
+#define BACKLIGHT_BREATHING
 
 /* Set 0 if debouncing isn't needed */
 #define DEBOUNCING_DELAY 5
@@ -62,6 +63,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
     keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
 )
 
+/* Tap Dance */
+#define TAPPING_TERM 150
+
 /*
  * Feature disable options
  *  These options are also useful to firmware size reduction.