1
0
Fork 0

Remove keyboard-level COMBO_ENABLE rules (#14550)

This commit is contained in:
Ryan 2021-09-25 18:31:24 +10:00 committed by GitHub
parent 3be47b3eaa
commit 68c327f672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -0,0 +1,3 @@
#pragma once
#define COMBO_COUNT 1

View file

@ -0,0 +1 @@
COMBO_ENABLE = yes

View file

@ -15,6 +15,5 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA
UNICODE_ENABLE = yes # Enable support for arrow keys icon on the second layer.
COMBO_ENABLE = yes # Enable combo for special function when using multiple keys at once.
NKRO_ENABLE = yes
BACKLIGHT_ENABLE = yes