summaryrefslogtreecommitdiff
path: root/keyboards/takashicompany/spreadwriter
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-08-09 04:43:47 +0100
committerGitHub <noreply@github.com>2023-08-09 04:43:47 +0100
commitc9e666917979f98da976b20eaa12b286a0317eb0 (patch)
tree8e36d200e9a51af5e8cb1cac00c5a1532dc07c50 /keyboards/takashicompany/spreadwriter
parent805324c456100994ae31da6e62f39026d752ebb2 (diff)
Tidy up encoder in matrix references (#21718)
Diffstat (limited to 'keyboards/takashicompany/spreadwriter')
-rw-r--r--keyboards/takashicompany/spreadwriter/keymaps/via/config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/takashicompany/spreadwriter/keymaps/via/config.h b/keyboards/takashicompany/spreadwriter/keymaps/via/config.h
index 9587fd7b6b..b0e0cc3ee7 100644
--- a/keyboards/takashicompany/spreadwriter/keymaps/via/config.h
+++ b/keyboards/takashicompany/spreadwriter/keymaps/via/config.h
@@ -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 }} \ No newline at end of file