]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
enable debugging, increase debounce
authorDon Armstrong <don@donarmstrong.com>
Wed, 4 Feb 2015 19:30:02 +0000 (11:30 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 4 Feb 2015 19:40:37 +0000 (11:40 -0800)
keyboard/ergodox/config.h

index 92c240fc107053364d20937825d02936675dc676..54a114f55b73095727b812bbd298e85df37a330d 100644 (file)
@@ -55,7 +55,7 @@ Project located at <https://github.com/benblazak/ergodox-firmware>
  *
  * And so, there is no sense to have DEBOUNCE higher than 2.
  */
-#define DEBOUNCE        2
+#define DEBOUNCE        3
 #define TAPPING_TERM    230
 
 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
@@ -77,10 +77,10 @@ Project located at <https://github.com/benblazak/ergodox-firmware>
  */
 
 /* disable debug print */
-#define NO_DEBUG
+// #define NO_DEBUG
 
 /* disable print */
-#define NO_PRINT
+// #define NO_PRINT
 
 /* disable action features */
 //#define NO_ACTION_LAYER