Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove keyboard-level COMBO_ENABLE rules #14550

Merged
merged 1 commit into from
Sep 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions keyboards/handwired/aek64/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions keyboards/handwired/aek64/keymaps/4sstylz/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#pragma once
drashna marked this conversation as resolved.
Show resolved Hide resolved

#define COMBO_COUNT 1
1 change: 1 addition & 0 deletions keyboards/handwired/aek64/keymaps/4sstylz/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
COMBO_ENABLE = yes
1 change: 0 additions & 1 deletion keyboards/handwired/aek64/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion keyboards/maxr1998/phoebe/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = no # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
COMBO_ENABLE = no # Key combo feature
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output
Expand Down
1 change: 0 additions & 1 deletion keyboards/uranuma/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output

#COMBO_ENABLE = yes
#SRC += .nicola.c \