diff options
author | Ibnu Daru Aji <ibnuda@users.noreply.github.com> | 2020-03-04 04:46:11 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-03 13:46:11 -0800 |
commit | 910d603c657e4ad81a4e7a4c86a74e2e79aa1eaa (patch) | |
tree | 0f6261380999d09444ed5c4313e336ef9f534a58 /users/ibnuda/rules.mk | |
parent | ad96e995afc6a8132a054ccab2b08e3501719159 (diff) |
[Keymap] new userspace for ibnuda (#8221)
* to ease the maintenance for some boards ibnuda has.
* followed ridingqwerty's suggestion on 8821.
* folloing drashna's suggestion on qmk's 8221.
* following drashn's suggestion on qmk's 8211
Diffstat (limited to 'users/ibnuda/rules.mk')
-rw-r--r-- | users/ibnuda/rules.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/users/ibnuda/rules.mk b/users/ibnuda/rules.mk new file mode 100644 index 0000000000..1cf315ebe9 --- /dev/null +++ b/users/ibnuda/rules.mk @@ -0,0 +1,14 @@ +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 |