Support for the Clueboard California macropad (#7127)
* Support for the Clueboard California macropad * Update keyboards/clueboard/california/config.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
This commit is contained in:
24
keyboards/clueboard/california/config.h
Normal file
24
keyboards/clueboard/california/config.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user