diff options
Diffstat (limited to 'keyboards/akb/raine/config.h')
-rw-r--r-- | keyboards/akb/raine/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/akb/raine/config.h b/keyboards/akb/raine/config.h index e0377514e2..d04304c9c3 100644 --- a/keyboards/akb/raine/config.h +++ b/keyboards/akb/raine/config.h @@ -18,13 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 -#define DEVICE_VER 0x0001 -#define MANUFACTURER AKB -#define PRODUCT Raine - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 16 @@ -34,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. { E6, C6, F7, B2, B0 } #define MATRIX_COL_PINS \ { F6, F5, F4, B1, F1, F0, B3, B7, D0, D1, D2, D3, D5, D4, D6, D7 } -#define UNUSED_PINS /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW |