summaryrefslogtreecommitdiff
path: root/keyboards/aplyard/aplx6/rev2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/aplyard/aplx6/rev2/config.h')
-rw-r--r--keyboards/aplyard/aplx6/rev2/config.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/aplyard/aplx6/rev2/config.h b/keyboards/aplyard/aplx6/rev2/config.h
index 922ab5f44a..f2793935cb 100644
--- a/keyboards/aplyard/aplx6/rev2/config.h
+++ b/keyboards/aplyard/aplx6/rev2/config.h
@@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 2
-#define MATRIX_COLS 3
/* 9Key PCB default pin-out */
#define MATRIX_ROW_PINS { B4, B5 }
@@ -32,9 +27,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define TAPPING_TERM 200
-/* Encoder */
-#define ENCODERS_PAD_A { F5 }
-#define ENCODERS_PAD_B { F4 }
-#define ENCODER_RESOLUTION 4
-
#define TAP_CODE_DELAY 50