Convert ai03/orbit to SPLIT_KEYBOARD (#15340)
This commit is contained in:
parent
3d06860f3c
commit
1493e6d3f0
15 changed files with 115 additions and 1544 deletions
|
@ -44,13 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define MATRIX_COL_PINS { C7, B4, D7, D6, D4, F1, F0 }
|
||||
#define MATRIX_ROW_PINS_RIGHT { B6, B5, B4, D7, E6 }
|
||||
#define MATRIX_COL_PINS_RIGHT { D4, D6, F1, F0, F4, F5, C6 }
|
||||
|
||||
#define SPLIT_HAND_PIN D5
|
||||
|
||||
//#define USE_I2C
|
||||
|
||||
#define SELECT_SOFT_SERIAL_SPEED 1
|
||||
|
||||
#define UNUSED_PINS
|
||||
|
||||
/* COL2ROW, ROW2COL */
|
||||
|
@ -60,6 +53,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
|
||||
*/
|
||||
#define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6
|
||||
#define SELECT_SOFT_SERIAL_SPEED 1
|
||||
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
|
||||
#define SPLIT_HAND_PIN D5
|
||||
|
||||
#define BACKLIGHT_PIN B7
|
||||
// #define BACKLIGHT_BREATHING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue