diff options
author | Ibnu Daru Aji <ibnuda@users.noreply.github.com> | 2021-09-01 01:23:02 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 11:23:02 -0700 |
commit | 6f5428687c37d45cf279d9d3f44de1098a767723 (patch) | |
tree | 4e83e846eb6a4e613683fc1409eab79b529a36ee /users/ibnuda/rules.mk | |
parent | bdd0a6c09789e3e4380f4351f1f83004542d309f (diff) |
[Keymap] reflects current rick's keymap (#14169)
Diffstat (limited to 'users/ibnuda/rules.mk')
-rw-r--r-- | users/ibnuda/rules.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/users/ibnuda/rules.mk b/users/ibnuda/rules.mk index 1cf315ebe9..c4b096c4a0 100644 --- a/users/ibnuda/rules.mk +++ b/users/ibnuda/rules.mk @@ -1,14 +1,8 @@ COMBO_ENABLE = yes -COMMAND_ENABLE = yes CONSOLE_ENABLE = yes -TAP_DANCE_ENABLE = yes SRC += ibnuda.c -ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) - SRC += tapdance.c -endif - ifeq ($(strip $(COMBO_ENABLE)), yes) SRC += combo.c endif |