aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kinesis
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kinesis')
-rw-r--r--keyboards/kinesis/config.h2
-rw-r--r--keyboards/kinesis/stapelberg/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/kinesis/config.h b/keyboards/kinesis/config.h
index 74e85f6f1..368037d8b 100644
--- a/keyboards/kinesis/config.h
+++ b/keyboards/kinesis/config.h
@@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
36#define MOUSEKEY_WHEEL_TIME_TO_MAX 1 36#define MOUSEKEY_WHEEL_TIME_TO_MAX 1
37 37
38/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 38/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
39#define DEBOUNCING_DELAY 5 39#define DEBOUNCE 5
40 40
41/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 41/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
42#define LOCKING_SUPPORT_ENABLE 42#define LOCKING_SUPPORT_ENABLE
diff --git a/keyboards/kinesis/stapelberg/config.h b/keyboards/kinesis/stapelberg/config.h
index 321aec5eb..992480195 100644
--- a/keyboards/kinesis/stapelberg/config.h
+++ b/keyboards/kinesis/stapelberg/config.h
@@ -30,7 +30,7 @@
30 30
31 31
32/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 32/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
33#define DEBOUNCING_DELAY 5 33#define DEBOUNCE 5
34 34
35/* don't know if this should be defined at the board or top level. Assuming board 35/* don't know if this should be defined at the board or top level. Assuming board
36#define MOUSEKEY_DELAY 100 36#define MOUSEKEY_DELAY 100