From 9581289745736ce068a1040f44cec37a2ca8830d Mon Sep 17 00:00:00 2001 From: lokher Date: Tue, 13 Sep 2022 11:24:05 +0800 Subject: Remove non-Keychron keyboards --- keyboards/handwired/qc60/proto/config.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 keyboards/handwired/qc60/proto/config.h (limited to 'keyboards/handwired/qc60/proto/config.h') diff --git a/keyboards/handwired/qc60/proto/config.h b/keyboards/handwired/qc60/proto/config.h deleted file mode 100644 index 8c21fa9265..0000000000 --- a/keyboards/handwired/qc60/proto/config.h +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once - -#include "config_common.h" - -// wiring of each half -#define MATRIX_ROW_PINS { F4, F5, C6, D7, E6 } -#define MATRIX_COL_PINS { F7, F6, B1, B3, B2, B6, B5, B4 } -#define DIODE_DIRECTION ROW2COL - -/* ws2812 RGB LED */ -#define RGB_DI_PIN D3 -#define RGBLED_NUM 1 // Number of LEDs -- cgit v1.2.3