From 47b9b110097a864d6ab76516b2213afd59948527 Mon Sep 17 00:00:00 2001 From: Zach White Date: Wed, 30 Dec 2020 10:27:37 -0800 Subject: Configure keyboard matrix from info.json (#10817) * Make parameters from info.json available to the build system * move all clueboard settings to info.json * code formatting * make flake8 happy * make flake8 happy * make qmk lint happy * Add support for specifying led indicators in json * move led indicators to the clueboard info.json * Apply suggestions from code review Co-authored-by: Erovia * add missing docstring Co-authored-by: Erovia --- keyboards/clueboard/california/config.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'keyboards/clueboard/california/config.h') diff --git a/keyboards/clueboard/california/config.h b/keyboards/clueboard/california/config.h index b1426cea4f..b8c5759db6 100644 --- a/keyboards/clueboard/california/config.h +++ b/keyboards/clueboard/california/config.h @@ -1,24 +1,3 @@ #pragma once #include "config_common.h" - -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xC1ED -#define PRODUCT_ID 0x23B0 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Clueboard -#define PRODUCT California Macropad -#define DESCRIPTION A 10-key macropad shaped like California - -/* key matrix pins */ -#define MATRIX_ROWS 6 -#define MATRIX_COLS 2 -#define DIRECT_PINS { \ - { A10, A9 }, \ - { A0, B8 }, \ - { NO_PIN, B11 }, \ - { B9, A8 }, \ - { A7, B1 }, \ - { NO_PIN, B2 } \ -} -#define UNUSED_PINS -- cgit v1.2.3