mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-03 14:16:35 +06:00
9 lines
181 B
C
9 lines
181 B
C
// Copyright 2021 Gustavs Gutmanis (@gustavs-gutmanis)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#ifdef RGB_MATRIX_ENABLE
|
|
# define RGB_MATRIX_KEYPRESSES
|
|
#endif
|