mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-28 11:59:21 +00:00
Address review feedback
- Remove the config.h file from the idle_rgb_example keymap as the only settings was equal to the default - Added empty endline to the end of idle_rgb_example/rules.mk and post_rules.mk - Updated RGB_DEF custom keycode to QK_KB
This commit is contained in:
parent
556775dc4e
commit
88a27e6b8f
@ -1,6 +0,0 @@
|
|||||||
// Copyright 2023 Isaac Rex (@Acliad)
|
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#define TAPPING_TERM 200
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
enum custom_keycodes {
|
enum custom_keycodes {
|
||||||
RGB_DEF = QK_USER,
|
RGB_DEF = QK_KB,
|
||||||
RGB_IEF
|
RGB_IEF
|
||||||
};
|
};
|
||||||
#define LAYER_RGB (MAX_LAYER - 1)
|
#define LAYER_RGB (MAX_LAYER - 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user