mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
9 lines
206 B
C
9 lines
206 B
C
// Copyright 2023 Robert Mills (@robcmills)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
// Equivalent to zmk behavior-hold-tap hold-preferred flavor
|
|
#define HOLD_ON_OTHER_KEY_PRESS_PER_KEY
|
|
|