forked from forks/qmk_firmware
20 lines
507 B
C
20 lines
507 B
C
|
// Copyright 2023 linlin012 (@linlin012)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define RGB_MATRIX_LED_COUNT 64
|
||
|
#define CAPS_LOCK_INDEX 28
|
||
|
#define WIN_MOD_INDEX 16
|
||
|
#define MAC_MOD_INDEX 17
|
||
|
#define WIN_LOCK_INDEX 54
|
||
|
#define SDB C1 //RGB matrix Power control PIN
|
||
|
|
||
|
/* RGB Matrix Animation modes. Explicitly enabled
|
||
|
* For full list of effects, see:
|
||
|
* https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects
|
||
|
*/
|
||
|
|
||
|
#define RGB_MATRIX_KEYPRESSES
|
||
|
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|