1
0
Fork 0

Refactor mint60 to use split_common (#8084)

This commit is contained in:
Joel Challis 2020-02-07 13:58:55 +00:00 committed by GitHub
parent fb6f581157
commit c93093569e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 13 additions and 1072 deletions

View file

@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
#include <serial_config.h>
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
@ -28,11 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT Mint60
#define DESCRIPTION A row staggered split keyboard
#define TAPPING_FORCE_HOLD
#define TAPPING_TERM 100
#define USE_SERIAL
/* key matrix size */
#define MATRIX_ROWS 10
#define MATRIX_COLS 8
@ -54,6 +48,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW
/*
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
*/
#define SOFT_SERIAL_PIN D2
// #define BACKLIGHT_PIN B7
// #define BACKLIGHT_BREATHING
// #define BACKLIGHT_LEVELS 3