Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy up encoder in matrix references #21718

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.