From 7fab889696423376712f996af393dd1830d3bb70 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 24 Aug 2022 19:10:52 +0100 Subject: Fix use of encoder map in mechwild/clunker (#18156) --- keyboards/mechwild/clunker/info.json | 1 - keyboards/mechwild/clunker/keymaps/default/rules.mk | 1 + keyboards/mechwild/clunker/keymaps/via/rules.mk | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 keyboards/mechwild/clunker/keymaps/default/rules.mk diff --git a/keyboards/mechwild/clunker/info.json b/keyboards/mechwild/clunker/info.json index 6b10a04f13..cc9b8a1c59 100644 --- a/keyboards/mechwild/clunker/info.json +++ b/keyboards/mechwild/clunker/info.json @@ -12,7 +12,6 @@ "mousekey": true, "nkro": true, "encoder": true, - "encoder_map": true, "haptic": true }, "matrix_pins": { diff --git a/keyboards/mechwild/clunker/keymaps/default/rules.mk b/keyboards/mechwild/clunker/keymaps/default/rules.mk new file mode 100644 index 0000000000..ee32568148 --- /dev/null +++ b/keyboards/mechwild/clunker/keymaps/default/rules.mk @@ -0,0 +1 @@ +ENCODER_MAP_ENABLE = yes diff --git a/keyboards/mechwild/clunker/keymaps/via/rules.mk b/keyboards/mechwild/clunker/keymaps/via/rules.mk index 36b7ba9cbc..1189f4ad19 100644 --- a/keyboards/mechwild/clunker/keymaps/via/rules.mk +++ b/keyboards/mechwild/clunker/keymaps/via/rules.mk @@ -1,2 +1,3 @@ VIA_ENABLE = yes LTO_ENABLE = yes +ENCODER_MAP_ENABLE = yes -- cgit v1.2.3