From b3b24bca162759743ee062fb7a4a32b4a277fe29 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 24 Aug 2022 19:04:05 +0100 Subject: [PATCH 1/3] Update info.json --- keyboards/mechwild/clunker/info.json | 1 - 1 file changed, 1 deletion(-) diff --git a/keyboards/mechwild/clunker/info.json b/keyboards/mechwild/clunker/info.json index 6b10a04f135a..cc9b8a1c5949 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": { From 00236d725a3f2dc05ec257aff16cf28c9fea5bc4 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 24 Aug 2022 19:06:39 +0100 Subject: [PATCH 2/3] Create rules.mk --- keyboards/mechwild/clunker/keymaps/default/rules.mk | 1 + 1 file changed, 1 insertion(+) create mode 100644 keyboards/mechwild/clunker/keymaps/default/rules.mk diff --git a/keyboards/mechwild/clunker/keymaps/default/rules.mk b/keyboards/mechwild/clunker/keymaps/default/rules.mk new file mode 100644 index 000000000000..ee325681483f --- /dev/null +++ b/keyboards/mechwild/clunker/keymaps/default/rules.mk @@ -0,0 +1 @@ +ENCODER_MAP_ENABLE = yes From 25208fd4b771f0fa6ce43306a00e5fedf78529d4 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 24 Aug 2022 19:06:56 +0100 Subject: [PATCH 3/3] Update rules.mk --- keyboards/mechwild/clunker/keymaps/via/rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/mechwild/clunker/keymaps/via/rules.mk b/keyboards/mechwild/clunker/keymaps/via/rules.mk index 36b7ba9cbc98..1189f4ad1927 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