Add SofleKeyboard support to QMK firmware.

This commit is contained in:
Josef Adamcik 2019-11-09 17:05:37 +01:00
parent e1217dae5a
commit 168ba88ada
14 changed files with 545 additions and 0 deletions

View file

@ -0,0 +1,38 @@
#pragma once
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFC32
#define PRODUCT_ID 0x0287
#define DEVICE_VER 0x0001
#define MANUFACTURER JosefAdamcik
#define PRODUCT Sofle
#define DESCRIPTION Sofle is 6×4+5keys+encoder column-staggered split keyboard.
/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 10
#define MATRIX_COLS 6
// wiring of each half
#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 }
#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 }
#define DIODE_DIRECTION COL2ROW
#define TAPPING_TERM 100
#define DEBOUNCE 5
/* encoder support */
#define ENCODERS_PAD_A { F5 }
#define ENCODERS_PAD_B { F4 }
#define ENCODERS_PAD_A_RIGHT { F4 }
#define ENCODERS_PAD_B_RIGHT { F5 }
#define ENCODER_RESOLUTION 2
/* communication between sides */
#define USE_SERIAL
#define SERIAL_USE_MULTI_TRANSACTION
#define SOFT_SERIAL_PIN D2
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION