aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/switchplate
diff options
context:
space:
mode:
authorRyan2024-03-30 15:07:19 +0100
committerGitHub2024-03-30 15:07:19 +0100
commit2dd406f08fc5d9877c8fd2642e94975eae37e86f (patch)
tree97f1833428dff865e99a2332a9c779fc02ff803d /keyboards/switchplate
parent76bd5142cfed1fb8e07b9f32fb0b010fbc068fa4 (diff)
Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)
Diffstat (limited to 'keyboards/switchplate')
-rw-r--r--keyboards/switchplate/southpaw_65/matrix.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/switchplate/southpaw_65/matrix.c b/keyboards/switchplate/southpaw_65/matrix.c
index a7008e9c7d..059934bf44 100644
--- a/keyboards/switchplate/southpaw_65/matrix.c
+++ b/keyboards/switchplate/southpaw_65/matrix.c
@@ -13,15 +13,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdint.h>
-#include <stdbool.h>
-#include <avr/io.h>
-#include <string.h>
#include "matrix.h"
#include "pca9555.h"
-#include "quantum.h"
-
-#include "debug.h"
// PCA9555 slave addresses
#define IC1 0x20