234e099c72
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
13 lines
380 B
C
13 lines
380 B
C
// Copyright 2021 JZ-Skyloong (@JZ-Skyloong)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
/* Enable num-lock LED */
|
|
#define NUM_LOCK_INDEX 13
|
|
|
|
#define RGB_MATRIX_LED_COUNT 21
|
|
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS //Enable frame effects
|
|
#define RGB_MATRIX_KEYPRESSES //Reacts to keypress
|
|
#define RGB_DISABLE_WHEN_USB_SUSPENDED //turn off effects when suspended
|