Skip to content

Commit

Permalink
Tidy up encoder in matrix references (qmk#21718)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and autoferrit committed Dec 6, 2023
1 parent 81d5327 commit 3e3eb0b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 60 deletions.
21 changes: 0 additions & 21 deletions keyboards/meletrix/zoom65/config.h

This file was deleted.

11 changes: 0 additions & 11 deletions keyboards/takashicompany/spreadwriter/keymaps/via/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,3 @@
#pragma once

#define DYNAMIC_KEYMAP_LAYER_COUNT 7

//------------------------------------------------------------------------------
// Rotary Encoder
//------------------------------------------------------------------------------
// Encoder triggers specific key matrix position,
// when turn knob clockwise or counterclockwise.
// This is handy to assign key codes by VIA.

// Mappings of encoder rotation to key position in key matrix.
#define ENCODERS_CW_KEY { { 0, 4 }}
#define ENCODERS_CCW_KEY { { 6, 0 }}
3 changes: 0 additions & 3 deletions keyboards/wekey/we27/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#endif

#define ENCODERS_CW_KEY { { 4, 5 } }
#define ENCODERS_CCW_KEY { { 4, 3 } }

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
Expand Down
4 changes: 0 additions & 4 deletions keyboards/winry/winry315/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

#pragma once

// Encoder mappings (used for VIA).
#define ENCODERS_CW_KEY { { 22, 0 }, { 18, 0 }, { 20, 0 } }
#define ENCODERS_CCW_KEY { { 23, 0 }, { 19, 0 }, { 21, 0 } }

// clang-format on

// RGB Lighting configuration. This mode is used by the vendor firmware, and
Expand Down
21 changes: 0 additions & 21 deletions keyboards/wuque/serneity65/config.h

This file was deleted.

0 comments on commit 3e3eb0b

Please sign in to comment.