diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-25 18:31:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-25 18:31:24 +1000 |
commit | 68c327f6724347c06e0d62d6190945e09a42e240 (patch) | |
tree | 6b1d7a08d7c6f05be52a67405d4f4a1f81602c81 /keyboards/handwired/aek64/config.h | |
parent | 3be47b3eaa7e18c49872d778d966a27de73004a5 (diff) |
Remove keyboard-level `COMBO_ENABLE` rules (#14550)
Diffstat (limited to 'keyboards/handwired/aek64/config.h')
-rw-r--r-- | keyboards/handwired/aek64/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/handwired/aek64/config.h b/keyboards/handwired/aek64/config.h index 76281561e7..cc90dba00f 100644 --- a/keyboards/handwired/aek64/config.h +++ b/keyboards/handwired/aek64/config.h @@ -49,8 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Enable double tab */ #define TAPPING_TERM 175 -#define COMBO_COUNT 1 - #define BACKLIGHT_PIN B7 #define BACKLIGHT_BREATHING #define BACKLIGHT_LEVELS 5 |