forked from mirrors/qmk_userspace
Added K1 Max JIS
This commit is contained in:
parent
dc85a28e75
commit
4df1642f24
22 changed files with 1387 additions and 33 deletions
|
@ -16,9 +16,18 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* Caps lock LED */
|
||||
#define LED_CAPS_LOCK_PIN A13
|
||||
#define LED_PIN_ON_STATE 1
|
||||
#if defined(RGB_MATRIX_ENABLE) || defined(LED_MATRIX_ENABLE) || defined(LK_WIRELESS_ENABLE)
|
||||
/* SPI configuration */
|
||||
# define SPI_DRIVER SPID1
|
||||
# define SPI_SCK_PIN A5
|
||||
# define SPI_MISO_PIN A6
|
||||
# define SPI_MOSI_PIN A7
|
||||
#endif
|
||||
|
||||
#if defined(RGB_MATRIX_ENABLE) || defined(LED_MATRIX_ENABLE)
|
||||
# define LED_DRIVER_SHUTDOWN_PIN B7
|
||||
# define SNLED23751_SPI_DIVISOR 16
|
||||
#endif
|
||||
|
||||
#ifdef LK_WIRELESS_ENABLE
|
||||
/* Hardware configuration */
|
||||
|
@ -45,14 +54,11 @@
|
|||
# define HOST_LED_PIN_ON_STATE 0
|
||||
|
||||
# define P24G_HOST_DEVICES_COUNT 1
|
||||
|
||||
# define P24G_HOST_LED_PIN_LIST \
|
||||
{ A8 }
|
||||
|
||||
# if defined(RGB_MATRIX_ENABLE) || defined(LED_MATRIX_ENABLE)
|
||||
|
||||
# define LED_DRIVER_SHUTDOWN_PIN B7
|
||||
|
||||
# define BT_HOST_LED_MATRIX_LIST \
|
||||
{ 17, 18, 19 }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue