summaryrefslogtreecommitdiff
path: root/keyboards/work_louder/nano/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-19 23:50:09 +0000
committerQMK Bot <hello@qmk.fm>2022-08-19 23:50:09 +0000
commitf1ac92ac63b85151369e82ccdcbf4ac372933aaa (patch)
tree53d4b498ab63e9da156b28c05fa37aa8dc5e26ec /keyboards/work_louder/nano/config.h
parent4a8bed844d6c41a41008695be0cb8150dda9fe3d (diff)
parent39f0fb7beaaf3a1e6ac8d52db0bc51ed786fad17 (diff)
downloadqmk_firmware-f1ac92ac63b85151369e82ccdcbf4ac372933aaa.tar.gz
qmk_firmware-f1ac92ac63b85151369e82ccdcbf4ac372933aaa.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/work_louder/nano/config.h')
-rw-r--r--keyboards/work_louder/nano/config.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/keyboards/work_louder/nano/config.h b/keyboards/work_louder/nano/config.h
index 4930101f53..7a7d03b8a3 100644
--- a/keyboards/work_louder/nano/config.h
+++ b/keyboards/work_louder/nano/config.h
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* key matrix size */
#define MATRIX_ROWS 1
-#define MATRIX_COLS 5
+#define MATRIX_COLS 3
/*
* Keyboard Matrix Assignments
@@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROW_PINS \
{ F7 }
#define MATRIX_COL_PINS \
- { B5, B6, C6, NO_PIN, NO_PIN }
+ { B5, B6, C6 }
/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
@@ -195,14 +195,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{ D7 }
#define ENCODERS_PAD_B \
{ B4 }
-
-#define ENCODERS 1
-
-#define ENCODERS_CW_KEY \
- { \
- { 3, 0 } \
- }
-#define ENCODERS_CCW_KEY \
- { \
- { 4, 0 } \
- }