Skip to content

Commit

Permalink
[hokiegeek] made combos an always enabled feature in my userspace
Browse files Browse the repository at this point in the history
  • Loading branch information
HokieGeek committed Jan 20, 2021
1 parent 981d214 commit 3378460
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion keyboards/keebio/levinson/keymaps/philotes/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ USER_NAME := hokiegeek

BACKLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes
COMBO_ENABLE = yes
DYNAMIC_MACRO_ENABLE = yes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
USER_NAME := hokiegeek

COMBO_ENABLE = yes
DYNAMIC_MACRO_ENABLE = no
3 changes: 1 addition & 2 deletions keyboards/klaatu/keymaps/gort/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
USER_NAME := hokiegeek

COMBO_ENABLE = yes
#DYNAMIC_MACRO_ENABLE = yes
DYNAMIC_MACRO_ENABLE = no
2 changes: 1 addition & 1 deletion users/hokiegeek/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ifeq ($(strip $(ENCODER_ENABLE)), yes)
SRC += hgencoder.c
endif
ifndef COMBO_ENABLE
COMBO_ENABLE = no
COMBO_ENABLE = yes
endif
ifeq ($(strip $(COMBO_ENABLE)), yes)
SRC += combos.c
Expand Down

0 comments on commit 3378460

Please sign in to comment.