aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/pytest/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/pytest/config.h')
-rw-r--r--keyboards/handwired/pytest/config.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/handwired/pytest/config.h b/keyboards/handwired/pytest/config.h
new file mode 100644
index 000000000..64cf35312
--- /dev/null
+++ b/keyboards/handwired/pytest/config.h
@@ -0,0 +1,18 @@
1#pragma once
2
3#include "config_common.h"
4
5/* USB Device descriptor parameter */
6#define VENDOR_ID 0xFEED
7#define PRODUCT_ID 0x6465
8#define DEVICE_VER 0x0001
9#define MANUFACTURER none
10#define PRODUCT pytest
11
12/* key matrix size */
13#define MATRIX_ROWS 1
14#define MATRIX_COLS 1
15
16#define MATRIX_COL_PINS { F4 }
17#define MATRIX_ROW_PINS { F5 }
18#define DIODE_DIRECTION COL2ROW