Browse Source

Fix use of encoder map in mechwild/clunker (#18156)

pull/18157/head
Joel Challis 1 year ago
committed by GitHub
parent
commit
7fab889696
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions
  1. +0
    -1
      keyboards/mechwild/clunker/info.json
  2. +1
    -0
      keyboards/mechwild/clunker/keymaps/default/rules.mk
  3. +1
    -0
      keyboards/mechwild/clunker/keymaps/via/rules.mk

+ 0
- 1
keyboards/mechwild/clunker/info.json View File

@ -12,7 +12,6 @@
"mousekey": true,
"nkro": true,
"encoder": true,
"encoder_map": true,
"haptic": true
},
"matrix_pins": {


+ 1
- 0
keyboards/mechwild/clunker/keymaps/default/rules.mk View File

@ -0,0 +1 @@
ENCODER_MAP_ENABLE = yes

+ 1
- 0
keyboards/mechwild/clunker/keymaps/via/rules.mk View File

@ -1,2 +1,3 @@
VIA_ENABLE = yes
LTO_ENABLE = yes
ENCODER_MAP_ENABLE = yes

Loading…
Cancel
Save