Move LED indicator config to data driven (#19800)
This commit is contained in:
@@ -33,8 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define WS2812_SPI SPID2 // default: SPID1
|
||||
#define WS2812_SPI_MOSI_PAL_MODE 0 // MOSI pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 5
|
||||
|
||||
#define LED_CAPS_LOCK_PIN C14
|
||||
|
||||
//#define RGB_DI_PIN E2
|
||||
//#ifdef RGB_DI_PIN
|
||||
# define RGBLIGHT_HUE_STEP 8
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x6602",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "C14"
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT_65_ansi_blocker": "LAYOUT_ansi_blocker",
|
||||
"LAYOUT_65_iso_blocker": "LAYOUT_iso_blocker"
|
||||
|
Reference in New Issue
Block a user