2022-01-01 16:21:31 +03:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "config_common.h"
|
|
|
|
|
|
|
|
#define VENDOR_ID 0xFEED
|
|
|
|
#define PRODUCT_ID 0x0000
|
|
|
|
#define DEVICE_VER 0x0001
|
2022-07-20 18:31:01 +03:00
|
|
|
#define MANUFACTURER DlSgv_and_NM17
|
2022-01-01 16:21:31 +03:00
|
|
|
#define PRODUCT Angelwings Keyboard
|
|
|
|
#define DESCRIPTION Split 40 percent ergo-keyboard
|
|
|
|
|
|
|
|
/* key matrix size */
|
|
|
|
/* Rows are doubled up */
|
|
|
|
#define MATRIX_ROWS 8
|
|
|
|
#define MATRIX_COLS 7
|
|
|
|
|
|
|
|
#define MATRIX_ROW_PINS { D4, C6, D7, E6 }
|
|
|
|
#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2 }
|
|
|
|
#define UNUSED_PINS
|
|
|
|
|
|
|
|
/* define if matrix has ghost (lacks anti-ghosting diodes) */
|
|
|
|
//#define MATRIX_HAS_GHOST
|
|
|
|
|
|
|
|
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
|
|
|
|
#define DEBOUNCE 5
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define RGBLED_NUM 46
|