summaryrefslogtreecommitdiff
path: root/keyboards/handwired/symmetric70_proto/matrix_debug/gpio_extr.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/symmetric70_proto/matrix_debug/gpio_extr.h')
-rw-r--r--keyboards/handwired/symmetric70_proto/matrix_debug/gpio_extr.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/handwired/symmetric70_proto/matrix_debug/gpio_extr.h b/keyboards/handwired/symmetric70_proto/matrix_debug/gpio_extr.h
deleted file mode 100644
index c7d08309d0..0000000000
--- a/keyboards/handwired/symmetric70_proto/matrix_debug/gpio_extr.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-// clang-format off
-
-#if defined(__AVR__)
-# define readPort(port) PINx_ADDRESS(port)
-typedef uint8_t port_data_t;
-#else
-# define readPort(qmk_pin) palReadPort(PAL_PORT(qmk_pin))
-typedef uint16_t port_data_t;
-#endif