summaryrefslogtreecommitdiff
path: root/keyboards/rgbkb/zygomorph/rev1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rgbkb/zygomorph/rev1/config.h')
-rw-r--r--keyboards/rgbkb/zygomorph/rev1/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/rgbkb/zygomorph/rev1/config.h b/keyboards/rgbkb/zygomorph/rev1/config.h
index 96598e06c7..df9875ed47 100644
--- a/keyboards/rgbkb/zygomorph/rev1/config.h
+++ b/keyboards/rgbkb/zygomorph/rev1/config.h
@@ -21,25 +21,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Select hand configuration */
#define EE_HANDS
-/* key matrix size */
-// Rows are doubled-up
-#define MATRIX_ROWS 10
#define MATRIX_ROW_PINS { F1, F5, F7, B5, B4 }
// wiring of each half
-#define MATRIX_COLS 6
#define MATRIX_COL_PINS { F4, F6, C7, C6, B6, D4 }
#define DIODE_DIRECTION COL2ROW
-#define SOFT_SERIAL_PIN D3
-
-#define ENCODERS_PAD_A { D2 }
-#define ENCODERS_PAD_B { D7 }
-
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
/* ws2812 RGB LED */
#define RGB_DI_PIN B7
#ifndef RGBLIGHT_SPLIT_ENABLE