diff options
Diffstat (limited to 'keyboards/hand88')
-rwxr-xr-x | keyboards/hand88/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hand88/config.h b/keyboards/hand88/config.h index 78e7dadc9b..cb2c25cb8f 100755 --- a/keyboards/hand88/config.h +++ b/keyboards/hand88/config.h @@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 -/* Ensure we jump to bootloader if the RESET keycode was pressed */ +/* Ensure we jump to bootloader if the QK_BOOT keycode was pressed */ #define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE /* Indicator LEDs */ |