M keyboards/0xcb/1337/config.h => keyboards/0xcb/1337/config.h +0 -2
@@ 18,8 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// clang-format off
-#define TAP_CODE_DELAY 10
-
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
M keyboards/0xcb/1337/info.json => keyboards/0xcb/1337/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "F6", "pin_b": "F5"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"qmk_lufa_bootloader": {
"led": "B0"
},
M keyboards/0xcb/static/config.h => keyboards/0xcb/static/config.h +0 -2
@@ 16,8 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#define TAP_CODE_DELAY 10
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
M keyboards/0xcb/static/info.json => keyboards/0xcb/static/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "D0", "pin_b": "D1"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega328p",
"bootloader": "usbasploader",
"layout_aliases": {
M keyboards/7c8/framework/config.h => keyboards/7c8/framework/config.h +0 -2
@@ 16,7 16,5 @@
#pragma once
-#define TAP_CODE_DELAY 16
-
#define LEADER_TIMEOUT 250
#define LEADER_PER_KEY_TIMING 150
M keyboards/7c8/framework/info.json => keyboards/7c8/framework/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "D0", "pin_b": "D1"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 16
+ },
"processor": "atmega328p",
"bootloader": "usbasploader",
"layouts": {
M keyboards/adm42/config.h => keyboards/adm42/config.h +0 -2
@@ 16,8 16,6 @@
#pragma once
-#define TAP_CODE_DELAY 1
-
#if defined(CONSOLE_ENABLE)
#define DEBUG_MATRIX_SCAN_RATE
#endif
M keyboards/adm42/info.json => keyboards/adm42/info.json +3 -0
@@ 16,6 16,9 @@
"driver": "WS2812",
"sat_steps": 24
},
+ "qmk": {
+ "tap_keycode_delay": 1
+ },
"matrix_pins": {
"cols": ["C6", "B6", "B5", "B4", "D7", "D6", "F0", "F1", "F4", "F5", "F6", "F7"],
"rows": ["C7", "D5", "D3", "D2"]
M keyboards/adpenrose/akemipad/config.h => keyboards/adpenrose/akemipad/config.h +0 -2
@@ 3,8 3,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
/* Audio functionality */
#define AUDIO_PIN C6
#define AUDIO_CLICKY
M keyboards/adpenrose/akemipad/info.json => keyboards/adpenrose/akemipad/info.json +3 -0
@@ 23,6 23,9 @@
{"pin_a": "B1", "pin_b": "B3"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
M keyboards/adpenrose/kintsugi/config.h => keyboards/adpenrose/kintsugi/config.h +0 -2
@@ 17,8 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10
-
/* Underglow options: */
# define RGBLIGHT_EFFECT_BREATHING
# define RGBLIGHT_EFFECT_RAINBOW_MOOD
M keyboards/adpenrose/kintsugi/info.json => keyboards/adpenrose/kintsugi/info.json +3 -0
@@ 27,6 27,9 @@
{"pin_a": "B7", "pin_b": "D5"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
M keyboards/adpenrose/obi/config.h => keyboards/adpenrose/obi/config.h +0 -2
@@ 3,8 3,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
/* Underglow options: */
# define RGBLIGHT_EFFECT_BREATHING
# define RGBLIGHT_EFFECT_RAINBOW_MOOD
M keyboards/adpenrose/obi/info.json => keyboards/adpenrose/obi/info.json +3 -0
@@ 26,6 26,9 @@
{"pin_a": "F1", "pin_b": "F0"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
M keyboards/ano/config.h => keyboards/ano/config.h +0 -2
@@ 16,8 16,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
M keyboards/ano/info.json => keyboards/ano/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "B12", "pin_b": "A14", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "STM32F303",
"bootloader": "stm32-dfu",
"layouts": {
D keyboards/aplyard/aplx6/rev2/config.h => keyboards/aplyard/aplx6/rev2/config.h +0 -20
@@ 1,20 0,0 @@
-/*
-Copyright 2020 April Aplyard <alex.fragiou@gmail.com>
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-
-#define TAP_CODE_DELAY 50
M keyboards/aplyard/aplx6/rev2/info.json => keyboards/aplyard/aplx6/rev2/info.json +3 -0
@@ 13,6 13,9 @@
{"pin_a": "F5", "pin_b": "F4"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 50
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
M keyboards/bandominedoni/config.h => keyboards/bandominedoni/config.h +0 -2
@@ 137,5 137,3 @@
// Initial velocity value (avoid using 127 since it is used as a special number in some sound sources.)
# define MIDI_INITIAL_VELOCITY 117
#endif // MIDI_ENABLE
-
-#define TAP_CODE_DELAY 10
M keyboards/bandominedoni/info.json => keyboards/bandominedoni/info.json +3 -0
@@ 26,6 26,9 @@
}
}
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"ws2812": {
"pin": "D3"
},
M keyboards/basketweave/config.h => keyboards/basketweave/config.h +0 -2
@@ 20,5 20,3 @@
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-
-#define TAP_CODE_DELAY 10
M keyboards/basketweave/info.json => keyboards/basketweave/info.json +3 -0
@@ 19,6 19,9 @@
{"pin_a": "D7", "pin_b": "C0"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32a",
"bootloader": "usbasploader",
"layouts": {
M keyboards/boston/config.h => keyboards/boston/config.h +0 -2
@@ 41,8 41,6 @@
//The 3D-printed version of Boston uses APA106 LEDs, which are reversed
#define WS2812_BYTE_ORDER WS2812_BYTE_ORDER_RGB
-#define TAP_CODE_DELAY 15
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.
M keyboards/boston/info.json => keyboards/boston/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "C13", "pin_b": "F1", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 15
+ },
"backlight": {
"pin": "A6",
"levels": 6,
M keyboards/cannonkeys/balance/config.h => keyboards/cannonkeys/balance/config.h +0 -2
@@ 22,8 22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-#define TAP_CODE_DELAY 25
-
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
/*
M keyboards/cannonkeys/balance/info.json => keyboards/cannonkeys/balance/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "B5", "pin_b": "B6", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 25
+ },
"indicators": {
"caps_lock": "B12",
"num_lock": "B14",
M keyboards/custommk/ergostrafer/config.h => keyboards/custommk/ergostrafer/config.h +0 -2
@@ 16,8 16,6 @@
#define SPI_MISO_PIN B4
#define SPI_MISO_PAL_MODE 5
-#define TAP_CODE_DELAY 10
-
// Audio configuration
#define AUDIO_PIN B8
#define AUDIO_PWM_DRIVER PWMD4
M keyboards/custommk/ergostrafer/info.json => keyboards/custommk/ergostrafer/info.json +3 -0
@@ 79,5 79,8 @@
{ "pin_a": "B12", "pin_b": "B14"},
{ "pin_a": "B15", "pin_b": "A15"}
]
+ },
+ "qmk": {
+ "tap_keycode_delay": 10
}
}=
\ No newline at end of file
M keyboards/custommk/evo70/config.h => keyboards/custommk/evo70/config.h +0 -2
@@ 20,6 20,4 @@
#define OLED_DISABLE_TIMEOUT
-#define TAP_CODE_DELAY 10
-
#define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_SWIRL + 4
M keyboards/custommk/evo70/info.json => keyboards/custommk/evo70/info.json +3 -0
@@ 29,6 29,9 @@
{"pin_a": "C7", "pin_b": "D5", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"backlight": {
"pin": "B5",
"levels": 17,
M keyboards/custommk/genesis/rev1/config.h => keyboards/custommk/genesis/rev1/config.h +0 -2
@@ 16,8 16,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
M keyboards/custommk/genesis/rev1/info.json => keyboards/custommk/genesis/rev1/info.json +3 -0
@@ 28,6 28,9 @@
{"pin_a": "D2", "pin_b": "D1", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "qmk-dfu",
"layouts": {
M keyboards/custommk/genesis/rev2/config.h => keyboards/custommk/genesis/rev2/config.h +0 -2
@@ 16,8 16,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
M keyboards/custommk/genesis/rev2/info.json => keyboards/custommk/genesis/rev2/info.json +3 -0
@@ 28,6 28,9 @@
{"pin_a": "D2", "pin_b": "D1", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "qmk-dfu",
"layouts": {
D keyboards/doodboard/duckboard/config.h => keyboards/doodboard/duckboard/config.h +0 -20
@@ 1,20 0,0 @@
-/* Copyright 2020-2021 doodboard
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-/* media key slowdown for windows */
-#define TAP_CODE_DELAY 20
M keyboards/doodboard/duckboard/info.json => keyboards/doodboard/duckboard/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "F5", "pin_b": "F6", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 20
+ },
"rgblight": {
"led_count": 8
},
D keyboards/doodboard/duckboard_r2/config.h => keyboards/doodboard/duckboard_r2/config.h +0 -20
@@ 1,20 0,0 @@
-/* Copyright 2020-2021 doodboard
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-/* media key slowdown for windows */
-#define TAP_CODE_DELAY 20
M keyboards/doodboard/duckboard_r2/info.json => keyboards/doodboard/duckboard_r2/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "F6", "pin_b": "F5", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 20
+ },
"rgblight": {
"led_count": 8
},
M keyboards/draytronics/daisy/config.h => keyboards/draytronics/daisy/config.h +0 -2
@@ 18,8 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
M keyboards/draytronics/daisy/info.json => keyboards/draytronics/daisy/info.json +3 -0
@@ 19,6 19,9 @@
{"pin_a": "D0", "pin_b": "D1"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"rgblight": {
"saturation_steps": 8,
"brightness_steps": 8,
M keyboards/dyz/dyz40/config.h => keyboards/dyz/dyz40/config.h +0 -2
@@ 17,6 17,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10 // Need this delay for some keys like VOLD/VOLU to work
-
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
M keyboards/dyz/dyz40/info.json => keyboards/dyz/dyz40/info.json +3 -0
@@ 13,6 13,9 @@
{"pin_a": "D1", "pin_b": "D0"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"rgblight": {
"led_count": 13,
"hue_steps": 10,
M keyboards/dyz/dyz60/config.h => keyboards/dyz/dyz60/config.h +0 -2
@@ 17,6 17,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10 // Need this delay for some keys like VOLD/VOLU to work
-
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
M keyboards/dyz/dyz60/info.json => keyboards/dyz/dyz60/info.json +3 -0
@@ 39,6 39,9 @@
{"pin_a": "D0", "pin_b": "D1"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"indicators": {
"caps_lock": "F1"
},
M keyboards/dyz/dyz60_hs/config.h => keyboards/dyz/dyz60_hs/config.h +0 -1
@@ 17,5 17,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10 // Need this delay for some keys like VOLD/VOLU to work
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
M keyboards/dyz/dyz60_hs/info.json => keyboards/dyz/dyz60_hs/info.json +3 -0
@@ 37,6 37,9 @@
"pid": "0x001A",
"device_version": "0.0.1"
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"community_layouts": ["60_ansi", "60_ansi_split_bs_rshift", "60_tsangan_hhkb", "60_iso", "60_iso_split_bs_rshift"],
M keyboards/dyz/dyz_tkl/config.h => keyboards/dyz/dyz_tkl/config.h +0 -2
@@ 17,6 17,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10 // Need this delay for some keys like VOLD/VOLU to work
-
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
M keyboards/dyz/dyz_tkl/info.json => keyboards/dyz/dyz_tkl/info.json +3 -0
@@ 34,6 34,9 @@
"indicators": {
"caps_lock": "D2"
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"community_layouts": ["tkl_f13_ansi", "tkl_f13_iso"],
M keyboards/dyz/selka40/config.h => keyboards/dyz/selka40/config.h +0 -2
@@ 17,6 17,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10 // Need this delay for some keys like VOLD/VOLU to work
-
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
M keyboards/dyz/selka40/info.json => keyboards/dyz/selka40/info.json +3 -0
@@ 39,6 39,9 @@
{"pin_a": "D6", "pin_b": "D7"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"indicators": {
"caps_lock": "B1",
"num_lock": "B3",
M keyboards/ebastler/isometria_75/rev1/config.h => keyboards/ebastler/isometria_75/rev1/config.h +0 -2
@@ 33,7 33,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
-#define TAP_CODE_DELAY 10
-
/* ADC - will be used for battery monitoring once BT support is added */
/* #define ADC_PIN B0 */
M keyboards/ebastler/isometria_75/rev1/info.json => keyboards/ebastler/isometria_75/rev1/info.json +3 -0
@@ 26,6 26,9 @@
{"pin_a": "C15", "pin_b": "C14", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"backlight": {
"pin": "A9",
"levels": 5,
M keyboards/fungo/rev1/config.h => keyboards/fungo/rev1/config.h +0 -1
@@ 24,7 24,6 @@
/*************************************/
#define MATRIX_IO_DELAY 15 // default 30
-#define TAP_CODE_DELAY 50 // default 0, disabled
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
M keyboards/fungo/rev1/info.json => keyboards/fungo/rev1/info.json +3 -0
@@ 22,6 22,9 @@
}
}
},
+ "qmk": {
+ "tap_keycode_delay": 50
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"debounce": 3,
M keyboards/geekboards/macropad_v2/config.h => keyboards/geekboards/macropad_v2/config.h +0 -2
@@ 85,5 85,3 @@
#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define WAIT_FOR_USB
-
-#define TAP_CODE_DELAY 10
M keyboards/geekboards/macropad_v2/info.json => keyboards/geekboards/macropad_v2/info.json +3 -0
@@ 8,6 8,9 @@
"pid": "0xA372",
"device_version": "0.0.2"
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"ws2812": {
"pin": "A7",
"driver": "pwm"
M keyboards/giabalanai/config.h => keyboards/giabalanai/config.h +0 -2
@@ 168,8 168,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define MIDI_INITIAL_VELOCITY 117
#endif // MIDI_ENABLE
-#define TAP_CODE_DELAY 10
-
/* 2021/01/22 added to shrink firmware size */
// NO_ACTION_TAPPING -1964 bytes, however, this disables Layer mods...
// #define NO_ACTION_TAPPING
M keyboards/giabalanai/info.json => keyboards/giabalanai/info.json +3 -0
@@ 55,6 55,9 @@
}
}
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
M keyboards/gmmk/gmmk2/p65/ansi/info.json => keyboards/gmmk/gmmk2/p65/ansi/info.json +3 -0
@@ 8,6 8,9 @@
"pid": "0x5045",
"device_version": "0.0.1"
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"rgb_matrix": {
"driver": "AW20216"
},
M keyboards/gmmk/gmmk2/p65/config.h => keyboards/gmmk/gmmk2/p65/config.h +0 -2
@@ 16,8 16,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
M keyboards/gmmk/gmmk2/p65/iso/info.json => keyboards/gmmk/gmmk2/p65/iso/info.json +3 -0
@@ 8,6 8,9 @@
"pid": "0x504A",
"device_version": "0.0.1"
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"rgb_matrix": {
"driver": "AW20216"
},
M keyboards/gmmk/gmmk2/p96/ansi/info.json => keyboards/gmmk/gmmk2/p96/ansi/info.json +3 -0
@@ 8,6 8,9 @@
"pid": "0x504B",
"device_version": "0.0.1"
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"rgb_matrix": {
"driver": "AW20216"
},
M keyboards/gmmk/gmmk2/p96/config.h => keyboards/gmmk/gmmk2/p96/config.h +0 -2
@@ 16,8 16,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
M keyboards/gmmk/gmmk2/p96/iso/info.json => keyboards/gmmk/gmmk2/p96/iso/info.json +3 -0
@@ 8,6 8,9 @@
"pid": "0x505A",
"device_version": "0.0.1"
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"rgb_matrix": {
"driver": "AW20216"
},
M keyboards/gmmk/pro/config.h => keyboards/gmmk/pro/config.h +0 -2
@@ 16,8 16,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
M keyboards/gmmk/pro/rev1/ansi/info.json => keyboards/gmmk/pro/rev1/ansi/info.json +3 -0
@@ 21,6 21,9 @@
{"pin_a": "C15", "pin_b": "C14"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"bootmagic": {
"matrix": [1, 3]
},
M keyboards/gmmk/pro/rev1/iso/info.json => keyboards/gmmk/pro/rev1/iso/info.json +3 -0
@@ 21,6 21,9 @@
{"pin_a": "C15", "pin_b": "C14"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"bootmagic": {
"matrix": [1, 3]
},
M keyboards/gmmk/pro/rev2/ansi/info.json => keyboards/gmmk/pro/rev2/ansi/info.json +3 -0
@@ 21,6 21,9 @@
{"pin_a": "C15", "pin_b": "C14"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"bootmagic": {
"matrix": [1, 3]
},
M keyboards/gmmk/pro/rev2/iso/info.json => keyboards/gmmk/pro/rev2/iso/info.json +3 -0
@@ 21,6 21,9 @@
{"pin_a": "C15", "pin_b": "C14"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"bootmagic": {
"matrix": [1, 3]
},
M keyboards/halokeys/elemental75/config.h => keyboards/halokeys/elemental75/config.h +0 -2
@@ 15,8 15,6 @@
*/
#pragma once
-#define TAP_CODE_DELAY 10 // tap_code function delay for register and unregister
-
/* animations enabled */
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
M keyboards/halokeys/elemental75/info.json => keyboards/halokeys/elemental75/info.json +3 -0
@@ 21,6 21,9 @@
"tapping": {
"term": 300
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"ws2812": {
"pin": "A10"
},
M keyboards/handwired/d48/config.h => keyboards/handwired/d48/config.h +0 -3
@@ 31,9 31,6 @@
#define OLED_TIMEOUT 0
// #define OLED_SCROLL_TIMEOUT 1000
-/* Taps (encoder tap_code) */
-#define TAP_CODE_DELAY 10
-
/* I2C */
//#define I2C1_DUTY_CYCLE FAST_DUTY_CYCLE_2
//#define PAL_MODE_STM32_ALTERNATE_OPENDRAIN (PAL_MODE_ALTERNATE(4) | PAL_STM32_OTYPE_OPENDRAIN)
M keyboards/handwired/d48/info.json => keyboards/handwired/d48/info.json +3 -0
@@ 27,6 27,9 @@
{"pin_a": "A0", "pin_b": "A1"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "STM32F303",
"bootloader": "stm32-dfu",
"board": "QMK_PROTON_C",
D keyboards/handwired/dactylmacropad/config.h => keyboards/handwired/dactylmacropad/config.h +0 -22
@@ 1,22 0,0 @@
-// Copyright 2022 bwprobably
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-/*
- * Feature disable options
- * These options are also useful to firmware size reduction.
- */
-
-/* disable debug print */
-//#define NO_DEBUG
-
-/* disable print */
-//#define NO_PRINT
-
-/* disable action features */
-//#define NO_ACTION_LAYER
-//#define NO_ACTION_TAPPING
-//#define NO_ACTION_ONESHOT
-
-#define TAP_CODE_DELAY 100
M keyboards/handwired/dactylmacropad/info.json => keyboards/handwired/dactylmacropad/info.json +3 -0
@@ 28,6 28,9 @@
{"pin_a": "D1", "pin_b": "D0"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 100
+ },
"layouts": {
"LAYOUT": {
"layout": [
D keyboards/handwired/daishi/config.h => keyboards/handwired/daishi/config.h +0 -21
@@ 1,21 0,0 @@
-/*
-Copyright 2019 Crokto
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-
-/* Set delay for tap_code on rotary encoder */
-#define TAP_CODE_DELAY 10
M keyboards/handwired/daishi/info.json => keyboards/handwired/daishi/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "F1", "pin_b": "F0", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "at90usb1286",
"bootloader": "atmel-dfu",
"layouts": {
M keyboards/handwired/mutepad/config.h => keyboards/handwired/mutepad/config.h +0 -2
@@ 3,8 3,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
M keyboards/handwired/mutepad/info.json => keyboards/handwired/mutepad/info.json +3 -0
@@ 19,6 19,9 @@
{"pin_a": "F4", "pin_b": "F5", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
M keyboards/handwired/terminus_mini/info.json => keyboards/handwired/terminus_mini/info.json +2 -4
@@ 9,7 9,8 @@
"device_version": "0.0.1"
},
"tapping": {
- "term": 150
+ "term": 150,
+ "toggle": 1
},
"matrix_pins": {
"cols": ["B0", "D0", "D5", "B6", "D4", "C7", "F7", "F6", "F5", "F4", "F1", "F0"],
@@ 18,9 19,6 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "halfkay",
- "tapping": {
- "toggle": 1
- },
"layouts": {
"LAYOUT": {
"layout": [
M keyboards/hfdkb/ac001/config.h => keyboards/hfdkb/ac001/config.h +0 -2
@@ 16,8 16,6 @@
#pragma once
-#define TAP_CODE_DELAY 5
-
/* ws2812 RGB LED */
#define RGB_MATRIX_LED_COUNT 5
M keyboards/hfdkb/ac001/info.json => keyboards/hfdkb/ac001/info.json +3 -0
@@ 20,6 20,9 @@
"ws2812": {
"pin": "A1"
},
+ "qmk": {
+ "tap_keycode_delay": 5
+ },
"processor": "WB32FQ95",
"bootloader": "wb32-dfu",
"layouts": {
M keyboards/hub20/config.h => keyboards/hub20/config.h +0 -3
@@ 72,9 72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define ENABLE_RGB_MATRIX_SOLID_SPLASH
// #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
-/* Slow down key press speed to ensure computer picks it up */
-#define TAP_CODE_DELAY 10
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
M keyboards/hub20/info.json => keyboards/hub20/info.json +3 -0
@@ 22,6 22,9 @@
{"pin_a": "A8", "pin_b": "A9"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"rgblight": {
"led_count": 27
},
M keyboards/inland/kb83/config.h => keyboards/inland/kb83/config.h +0 -3
@@ 19,9 19,6 @@
#define RGB_TRIGGER_ON_KEYDOWN
-/* encoder resolution */
-#define TAP_CODE_DELAY 15
-
/* DIP switch */
#define DIP_SWITCH_PINS \
{ A9 }
M keyboards/inland/kb83/info.json => keyboards/inland/kb83/info.json +3 -0
@@ 23,6 23,9 @@
{"pin_a": "B14", "pin_b": "B13", "resolution": 4}
]
},
+ "qmk": {
+ "tap_keycode_delay": 15
+ },
"layouts": {
"LAYOUT": {
"layout": [
M keyboards/kapcave/arya/config.h => keyboards/kapcave/arya/config.h +0 -2
@@ 22,8 22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-#define TAP_CODE_DELAY 25
-
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
/*
M keyboards/kapcave/arya/info.json => keyboards/kapcave/arya/info.json +3 -0
@@ 20,6 20,9 @@
{"pin_a": "C15", "pin_b": "C14", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 25
+ },
"processor": "STM32F072",
"bootloader": "stm32-dfu",
"community_layouts": ["alice_split_bs"],
M keyboards/keebio/bdn9/rev2/config.h => keyboards/keebio/bdn9/rev2/config.h +0 -2
@@ 17,8 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10
-
# define RGBLIGHT_EFFECT_BREATHING
# define RGBLIGHT_EFFECT_RAINBOW_MOOD
# define RGBLIGHT_EFFECT_RAINBOW_SWIRL
M keyboards/keebio/bdn9/rev2/info.json => keyboards/keebio/bdn9/rev2/info.json +3 -0
@@ 23,6 23,9 @@
{"pin_a": "A10", "pin_b": "A9"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "STM32F072",
"bootloader": "stm32-dfu",
"matrix_pins": {
M keyboards/keebio/dsp40/rev1/config.h => keyboards/keebio/dsp40/rev1/config.h +0 -2
@@ 16,8 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10
-
#define BACKLIGHT_PWM_DRIVER PWMD3
#define BACKLIGHT_PWM_CHANNEL 1
#define BACKLIGHT_PAL_MODE 1
M keyboards/keebio/dsp40/rev1/info.json => keyboards/keebio/dsp40/rev1/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "A1", "pin_b": "A2"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"backlight": {
"pin": "A6",
"levels": 7
D keyboards/keycapsss/plaid_pad/config.h => keyboards/keycapsss/plaid_pad/config.h +0 -20
@@ 1,20 0,0 @@
-/* Copyright 2020 Ben Roesner (keycapsss.com)
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-// Fix for volume controll with encoder (steadily in/decrease)
-#define TAP_CODE_DELAY 60
M keyboards/keycapsss/plaid_pad/info.json => keyboards/keycapsss/plaid_pad/info.json +3 -0
@@ 7,6 7,9 @@
"pid": "0x5050",
"max_power": 100
},
+ "qmk": {
+ "tap_keycode_delay": 60
+ },
"matrix_pins": {
"cols": ["B0", "D7", "D6", "D5"],
"rows": ["C0", "C1", "C2", "C3"]
M keyboards/kiwikey/borderland/config.h => keyboards/kiwikey/borderland/config.h +0 -2
@@ 3,8 3,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
M keyboards/kiwikey/borderland/info.json => keyboards/kiwikey/borderland/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "F5", "pin_b": "F6"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"rgblight": {
"saturation_steps": 8,
"brightness_steps": 8,
M keyboards/lime/rev1/config.h => keyboards/lime/rev1/config.h +0 -2
@@ 23,8 23,6 @@
# define JOYSTICK_AXIS_RESOLUTION 8
#endif
-#define TAP_CODE_DELAY 10
-
#define SPLIT_USB_DETECT
#ifdef WPM_ENABLE
M keyboards/lime/rev1/info.json => keyboards/lime/rev1/info.json +3 -0
@@ 31,6 31,9 @@
"tapping": {
"term": 100
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
M keyboards/linworks/whale75/config.h => keyboards/linworks/whale75/config.h +0 -2
@@ 30,5 30,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
-
-#define TAP_CODE_DELAY 10
M keyboards/linworks/whale75/info.json => keyboards/linworks/whale75/info.json +3 -0
@@ 26,6 26,9 @@
{"pin_a": "A15", "pin_b": "A14", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"backlight": {
"pin": "A10",
"levels": 5,
M keyboards/makrosu/config.h => keyboards/makrosu/config.h +0 -2
@@ 16,8 16,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
M keyboards/makrosu/info.json => keyboards/makrosu/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "E6", "pin_b": "D1"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"bootmagic": {
"matrix": [0, 5]
},
M keyboards/mechlovin/adelais/rgb_led/rev2/config.h => keyboards/mechlovin/adelais/rgb_led/rev2/config.h +0 -2
@@ 82,5 82,3 @@
# define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
#define RGB_MATRIX_DISABLE_KEYCODES
-
-#define TAP_CODE_DELAY 10
M keyboards/mechlovin/adelais/rgb_led/rev2/info.json => keyboards/mechlovin/adelais/rgb_led/rev2/info.json +3 -0
@@ 16,6 16,9 @@
{"pin_a": "A4", "pin_b": "A3"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"rgblight": {
"saturation_steps": 8,
"brightness_steps": 8,
M keyboards/mechlovin/adelais/rgb_led/rev3/config.h => keyboards/mechlovin/adelais/rgb_led/rev3/config.h +0 -2
@@ 104,5 104,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define I2C1_DUTY_CYCLE FAST_DUTY_CYCLE_2
#endif
-
-#define TAP_CODE_DELAY 10
M keyboards/mechlovin/adelais/rgb_led/rev3/info.json => keyboards/mechlovin/adelais/rgb_led/rev3/info.json +3 -0
@@ 16,6 16,9 @@
{"pin_a": "B12", "pin_b": "B13"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "STM32F103",
"bootloader": "stm32duino",
"indicators": {
D keyboards/mechlovin/adelais/standard_led/arm/rev3/config.h => keyboards/mechlovin/adelais/standard_led/arm/rev3/config.h +0 -3
@@ 1,3 0,0 @@
-#pragma once
-
-#define TAP_CODE_DELAY 10>
\ No newline at end of file
M keyboards/mechlovin/adelais/standard_led/arm/rev3/info.json => keyboards/mechlovin/adelais/standard_led/arm/rev3/info.json +3 -0
@@ 9,6 9,9 @@
{"pin_a": "B7", "pin_b": "B6"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "STM32F303",
"board": "QMK_PROTON_C",
"bootloader": "stm32-dfu",
D keyboards/mechlovin/adelais/standard_led/arm/rev4/config.h => keyboards/mechlovin/adelais/standard_led/arm/rev4/config.h +0 -19
@@ 1,19 0,0 @@
-/*
-Copyright 2021 Mechlovin' Studio
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-#pragma once
-
-#define TAP_CODE_DELAY 10>
\ No newline at end of file
M keyboards/mechlovin/adelais/standard_led/arm/rev4/info.json => keyboards/mechlovin/adelais/standard_led/arm/rev4/info.json +3 -0
@@ 9,6 9,9 @@
{"pin_a": "B7", "pin_b": "B6"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"layout_aliases": {
"LAYOUT_all": "LAYOUT_alice_split_bs"
},
M keyboards/mechlovin/adelais/standard_led/avr/rev1/config.h => keyboards/mechlovin/adelais/standard_led/avr/rev1/config.h +0 -2
@@ 41,5 41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_EFFECT_RGB_TEST
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
-
-#define TAP_CODE_DELAY 10
M keyboards/mechlovin/adelais/standard_led/avr/rev1/info.json => keyboards/mechlovin/adelais/standard_led/avr/rev1/info.json +3 -0
@@ 10,6 10,9 @@
{"pin_a": "C7", "pin_b": "C6"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"backlight": {
"pin": "B5",
"breathing": true
M keyboards/mechlovin/foundation/config.h => keyboards/mechlovin/foundation/config.h +0 -2
@@ 27,5 27,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define RGBLIGHT_EFFECT_RGB_TEST
# define RGBLIGHT_EFFECT_ALTERNATING
# define RGBLIGHT_EFFECT_TWINKLE
-
-#define TAP_CODE_DELAY 10>
\ No newline at end of file
M keyboards/mechlovin/foundation/info.json => keyboards/mechlovin/foundation/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "C13", "pin_b": "C14"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"indicators": {
"caps_lock": "A1",
"on_state": 0
M keyboards/mechlovin/hex6c/config.h => keyboards/mechlovin/hex6c/config.h +0 -2
@@ 20,7 20,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BACKLIGHT_PWM_DRIVER PWMD3
#define BACKLIGHT_PWM_CHANNEL 3
-#define TAP_CODE_DELAY 10
-
#define WEAR_LEVELING_BACKING_SIZE 4096
#define WEAR_LEVELING_LOGICAL_SIZE 2048
M keyboards/mechlovin/hex6c/info.json => keyboards/mechlovin/hex6c/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "A15", "pin_b": "A2"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"backlight": {
"pin": "B0",
"breathing": true
D keyboards/mechlovin/zed65/no_backlight/retro66/config.h => keyboards/mechlovin/zed65/no_backlight/retro66/config.h +0 -20
@@ 1,20 0,0 @@
-/*
-Copyright 2022 Mechlovin'
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-
-#define TAP_CODE_DELAY 10>
\ No newline at end of file
M keyboards/mechlovin/zed65/no_backlight/retro66/info.json => keyboards/mechlovin/zed65/no_backlight/retro66/info.json +3 -0
@@ 19,6 19,9 @@
{"pin_a": "B6", "pin_b": "B9"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"indicators": {
"caps_lock": "C14"
},
M keyboards/mechwild/mercutio/config.h => keyboards/mechwild/mercutio/config.h +0 -2
@@ 17,8 17,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
/* Define custom font */
#define OLED_FONT_H "lib/mercutiofont.c"
M keyboards/mechwild/mercutio/info.json => keyboards/mechwild/mercutio/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "B4", "pin_b": "B5"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega328p",
"bootloader": "usbasploader",
"layouts": {
M keyboards/mechwild/mokulua/mirrored/config.h => keyboards/mechwild/mokulua/mirrored/config.h +0 -2
@@ 3,8 3,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
#define OLED_FONT_H "keyboards/mechwild/mokulua/glcdfont.c"
#define MASTER_LEFT
M keyboards/mechwild/mokulua/mirrored/info.json => keyboards/mechwild/mokulua/mirrored/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "D2", "pin_b": "B2"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"split": {
"soft_serial_pin": "D3"
},
M keyboards/mechwild/mokulua/standard/config.h => keyboards/mechwild/mokulua/standard/config.h +0 -2
@@ 3,8 3,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
#define OLED_FONT_H "keyboards/mechwild/mokulua/glcdfont.c"
#define MASTER_LEFT
M keyboards/mechwild/mokulua/standard/info.json => keyboards/mechwild/mokulua/standard/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "D2", "pin_b": "B2"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"split": {
"soft_serial_pin": "D3"
},
M keyboards/mechwild/murphpad/config.h => keyboards/mechwild/murphpad/config.h +0 -2
@@ 17,8 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10
-
#define OLED_FONT_H "keyboards/mechwild/murphpad/lib/murphpadfont.c"
#define RGBLIGHT_EFFECT_BREATHING
M keyboards/mechwild/murphpad/info.json => keyboards/mechwild/murphpad/info.json +3 -0
@@ 19,6 19,9 @@
{"pin_a": "D2", "pin_b": "D3"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"bootmagic": {
"matrix": [0, 1]
},
M keyboards/mechwild/obe/config.h => keyboards/mechwild/obe/config.h +0 -2
@@ 17,8 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10
-
/* RGB settings, uncomment this define to enable RGB */
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
M keyboards/mechwild/obe/info.json => keyboards/mechwild/obe/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "B5", "pin_b": "B4"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"indicators": {
"caps_lock": "B9",
"num_lock": "B8"
M keyboards/mechwild/puckbuddy/config.h => keyboards/mechwild/puckbuddy/config.h +0 -2
@@ 24,8 24,6 @@
#define CIRQUE_PINNACLE_SPI_DIVISOR 8
#define CIRQUE_PINNACLE_SPI_CS_PIN A4
-#define TAP_CODE_DELAY 10
-
/* RGB settings, uncomment this define to enable RGB */
# define RGBLIGHT_EFFECT_BREATHING
# define RGBLIGHT_EFFECT_RAINBOW_MOOD
M keyboards/mechwild/puckbuddy/info.json => keyboards/mechwild/puckbuddy/info.json +3 -0
@@ 19,6 19,9 @@
{"pin_a": "B3", "pin_b": "A15"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"indicators": {
"caps_lock": "C13",
"on_state": 0
M keyboards/mechwild/waka60/config.h => keyboards/mechwild/waka60/config.h +0 -2
@@ 17,8 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10
-
/* RGB settings, uncomment this define to enable RGB */
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
M keyboards/mechwild/waka60/info.json => keyboards/mechwild/waka60/info.json +3 -0
@@ 27,6 27,9 @@
{"pin_a": "A3", "pin_b": "A2"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"layouts": {
"LAYOUT": {
"layout": [
D keyboards/mk65/config.h => keyboards/mk65/config.h +0 -19
@@ 1,19 0,0 @@
-/* Copyright 2022 DeskDaily
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-#define TAP_CODE_DELAY 10>
\ No newline at end of file
M keyboards/mk65/info.json => keyboards/mk65/info.json +3 -0
@@ 13,6 13,9 @@
{"pin_a": "B1", "pin_b": "B2"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"matrix_pins": {
M keyboards/mode/m65s/config.h => keyboards/mode/m65s/config.h +0 -2
@@ 45,5 45,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT
-
-#define TAP_CODE_DELAY 50
M keyboards/mode/m65s/info.json => keyboards/mode/m65s/info.json +3 -0
@@ 8,6 8,9 @@
"pid": "0x6583",
"device_version": "0.0.1"
},
+ "qmk": {
+ "tap_keycode_delay": 50
+ },
"matrix_pins": {
"cols": ["C7", "A8", "A10", "A4", "A5", "A6", "C10", "A7", "C4", "C5", "A15", "B0", "B1", "B12", "B10", "B13"],
"rows": ["A3", "B14", "B15", "C9", "C6", "C11"]
M keyboards/neito/config.h => keyboards/neito/config.h +0 -4
@@ 29,7 29,3 @@
#define RGBLIGHT_EFFECT_RGB_TEST
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
-
-/* Handle volume control issue with rotary encoder */
-
-#define TAP_CODE_DELAY 10
M keyboards/neito/info.json => keyboards/neito/info.json +3 -0
@@ 18,6 18,9 @@
{"pin_a": "B7", "pin_b": "B0"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"backlight": {
"pin": "B5",
"levels": 5,
M keyboards/nightly_boards/octopadplus/config.h => keyboards/nightly_boards/octopadplus/config.h +0 -2
@@ 17,8 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
M keyboards/nightly_boards/octopadplus/info.json => keyboards/nightly_boards/octopadplus/info.json +3 -0
@@ 19,6 19,9 @@
{"pin_a": "D1", "pin_b": "D0", "resolution": 5}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"rgblight": {
D keyboards/nullbitsco/scramble/v1/config.h => keyboards/nullbitsco/scramble/v1/config.h +0 -22
@@ 1,22 0,0 @@
-/*
-Copyright 2021 Jay Greco
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-/* NOTE: This config file is specific to AVR builds. */
-
-#pragma once
-
-#define TAP_CODE_DELAY 10
M keyboards/nullbitsco/scramble/v1/info.json => keyboards/nullbitsco/scramble/v1/info.json +3 -0
@@ 4,6 4,9 @@
{"pin_a": "D6", "pin_b": "D7"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega328p",
"bootloader": "usbasploader",
"matrix_pins": {
M keyboards/nullbitsco/scramble/v2/config.h => keyboards/nullbitsco/scramble/v2/config.h +0 -2
@@ 19,8 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10
-
/* RP2040-specific defines*/
#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
#define RP2040_FLASH_GENERIC_03H
M keyboards/nullbitsco/scramble/v2/info.json => keyboards/nullbitsco/scramble/v2/info.json +3 -0
@@ 4,6 4,9 @@
{"pin_a": "GP24", "pin_b": "GP25"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "RP2040",
"bootloader": "rp2040",
"matrix_pins": {
M keyboards/om60/config.h => keyboards/om60/config.h +0 -2
@@ 66,5 66,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// iOS device need lessthan 100
#define USB_MAX_POWER_CONSUMPTION 100
#endif
-
-#define TAP_CODE_DELAY 10
M keyboards/om60/info.json => keyboards/om60/info.json +3 -0
@@ 13,6 13,9 @@
{"pin_a": "B4", "pin_b": "B5"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"rgblight": {
"hue_steps": 10,
"led_count": 69,
M keyboards/orthocode/config.h => keyboards/orthocode/config.h +0 -2
@@ 16,8 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 10
-
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
M keyboards/orthocode/info.json => keyboards/orthocode/info.json +3 -0
@@ 19,6 19,9 @@
{"pin_a": "D1", "pin_b": "D0", "resolution": 1}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"rgblight": {
"saturation_steps": 8,
"brightness_steps": 8,
M keyboards/owlab/voice65/hotswap/config.h => keyboards/owlab/voice65/hotswap/config.h +0 -2
@@ 91,5 91,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define ENABLE_RGB_MATRIX_SOLID_SPLASH
# define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
#endif
-
-#define TAP_CODE_DELAY 10
M keyboards/owlab/voice65/hotswap/info.json => keyboards/owlab/voice65/hotswap/info.json +3 -0
@@ 22,6 22,9 @@
{"pin_a": "B4", "pin_b": "B5"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"ws2812": {
"pin": "B15"
},
M keyboards/owlab/voice65/soldered/config.h => keyboards/owlab/voice65/soldered/config.h +0 -2
@@ 92,5 92,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define ENABLE_RGB_MATRIX_SOLID_SPLASH
# define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
#endif
-
-#define TAP_CODE_DELAY 10
M keyboards/owlab/voice65/soldered/info.json => keyboards/owlab/voice65/soldered/info.json +3 -0
@@ 22,6 22,9 @@
{"pin_a": "B4", "pin_b": "B5"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"ws2812": {
"pin": "B15"
},
M keyboards/peranekofactory/tone/rev1/config.h => keyboards/peranekofactory/tone/rev1/config.h +0 -2
@@ 17,8 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 100
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
M keyboards/peranekofactory/tone/rev1/info.json => keyboards/peranekofactory/tone/rev1/info.json +3 -0
@@ 13,6 13,9 @@
{"pin_a": "B5", "pin_b": "B4"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 100
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"matrix_pins": {
M keyboards/peranekofactory/tone/rev2/config.h => keyboards/peranekofactory/tone/rev2/config.h +0 -2
@@ 17,8 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define TAP_CODE_DELAY 100
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
M keyboards/peranekofactory/tone/rev2/info.json => keyboards/peranekofactory/tone/rev2/info.json +3 -0
@@ 13,6 13,9 @@
{"pin_a": "B5", "pin_b": "B4"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 100
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"matrix_pins": {
M keyboards/rgbkb/mun/config.h => keyboards/rgbkb/mun/config.h +0 -1
@@ 133,7 133,6 @@
#define TOUCH_UPDATE_INTERVAL 33
#define OLED_UPDATE_INTERVAL 33
-#define TAP_CODE_DELAY 5
#define WEAR_LEVELING_BACKING_SIZE 4096
#define WEAR_LEVELING_LOGICAL_SIZE 2048
M keyboards/rgbkb/mun/rev1/info.json => keyboards/rgbkb/mun/rev1/info.json +3 -0
@@ 30,6 30,9 @@
{"pin_a": "B9", "pin_b": "A15"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 5
+ },
"split": {
"soft_serial_pin": "A9"
},
M keyboards/rgbkb/sol3/config.h => keyboards/rgbkb/sol3/config.h +0 -1
@@ 133,7 133,6 @@
#define TOUCH_UPDATE_INTERVAL 33
#define OLED_UPDATE_INTERVAL 33
-#define TAP_CODE_DELAY 5
/* Audio Configuration */
#define AUDIO_PIN A4
M keyboards/rgbkb/sol3/rev1/info.json => keyboards/rgbkb/sol3/rev1/info.json +3 -0
@@ 49,6 49,9 @@
}
}
},
+ "qmk": {
+ "tap_keycode_delay": 5
+ },
"processor": "STM32F303",
"bootloader": "stm32-dfu",
"layouts": {
M keyboards/rocketboard_16/config.h => keyboards/rocketboard_16/config.h +0 -3
@@ 32,9 32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define OLED_DISPLAY_128X64
#define OLED_FONT_H "custom_font.h"
-// Allows for rotary encoder volume control
-#define TAP_CODE_DELAY 20
-
#define LOCKING_SUPPORT_ENABLE
#define LOCKING_RESYNC_ENABLE
M keyboards/rocketboard_16/info.json => keyboards/rocketboard_16/info.json +3 -0
@@ 21,6 21,9 @@
{"pin_a": "A2", "pin_b": "A3"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 20
+ },
"bootmagic": {
"matrix": [4, 1]
},
M keyboards/sofle/keyhive/config.h => keyboards/sofle/keyhive/config.h +0 -2
@@ 18,8 18,6 @@
#pragma once
-#define TAP_CODE_DELAY 10
-
// OLED settings
#define OLED_TIMEOUT 80000
#define OLED_BRIGHTNESS 90
M keyboards/sofle/keyhive/info.json => keyboards/sofle/keyhive/info.json +3 -0
@@ 43,6 43,9 @@
}
}
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
D keyboards/sofle/rev1/config.h => keyboards/sofle/rev1/config.h +0 -3
@@ 1,3 0,0 @@
-#pragma once
-
-#define TAP_CODE_DELAY 10
M keyboards/sofle/rev1/info.json => keyboards/sofle/rev1/info.json +3 -0
@@ 31,6 31,9 @@
"tapping": {
"term": 100
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
M keyboards/tkw/grandiceps/config.h => keyboards/tkw/grandiceps/config.h +0 -1
@@ 18,7 18,6 @@
#define SELECT_SOFT_SERIAL_SPEED 1
#define MATRIX_IO_DELAY 5
-#define TAP_CODE_DELAY 10
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
M keyboards/tkw/grandiceps/info.json => keyboards/tkw/grandiceps/info.json +3 -0
@@ 34,6 34,9 @@
}
}
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "STM32F411",
"bootloader": "stm32-dfu",
"board": "BLACKPILL_STM32_F411",
D keyboards/tkw/stoutgat/v1/config.h => keyboards/tkw/stoutgat/v1/config.h +0 -20
@@ 1,20 0,0 @@
-/*Copyright 2020 Thys de Wet
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-
-
-#define TAP_CODE_DELAY 10
M keyboards/tkw/stoutgat/v1/info.json => keyboards/tkw/stoutgat/v1/info.json +3 -0
@@ 19,6 19,9 @@
{"pin_a": "B0", "pin_b": "B1"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"processor": "atmega32a",
"bootloader": "usbasploader",
"community_layouts": ["65_iso", "65_ansi"],
M keyboards/tkw/stoutgat/v2/config.h => keyboards/tkw/stoutgat/v2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
#define MATRIX_IO_DELAY 5
-#define TAP_CODE_DELAY 10
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
M keyboards/tkw/stoutgat/v2/info.json => keyboards/tkw/stoutgat/v2/info.json +3 -0
@@ 27,6 27,9 @@
{"pin_a": "B12", "pin_b": "B13"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 10
+ },
"community_layouts": ["65_iso", "65_ansi"],
"layouts": {
"LAYOUT_65_ansi": {
M keyboards/yandrstudio/nz67v2/config.h => keyboards/yandrstudio/nz67v2/config.h +0 -2
@@ 16,8 16,6 @@
#pragma once
-#define TAP_CODE_DELAY 15
-
/* RGB Matrix */
#ifdef RGB_MATRIX_ENABLE
M keyboards/yandrstudio/nz67v2/info.json => keyboards/yandrstudio/nz67v2/info.json +3 -0
@@ 23,6 23,9 @@
{"pin_a": "A9", "pin_b": "A10"}
]
},
+ "qmk": {
+ "tap_keycode_delay": 15
+ },
"layouts": {
"LAYOUT_all": {
"layout": [