mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-24 01:51:17 +00:00
Remove unused code
This commit is contained in:
parent
c322ed8ff2
commit
fd1e4ef3a1
@ -19,12 +19,6 @@ enum layer_names {
|
||||
_UTIL
|
||||
};
|
||||
|
||||
int RGB_current_mode;
|
||||
|
||||
enum custom_keycodes {
|
||||
RGBRST = SAFE_RANGE
|
||||
};
|
||||
|
||||
// Base layers
|
||||
#define KC_CLMK DF(_COLEMAKDHM)
|
||||
#define KC_GAME DF(_GAMING)
|
||||
@ -76,11 +70,6 @@ enum custom_keycodes {
|
||||
#define KC_LFMOD RGB_MODE_FORWARD
|
||||
#define KC_LRMOD RGB_MODE_REVERSE
|
||||
|
||||
// #define KC_RGBST RGB_MODE_PLAIN
|
||||
// #define KC_RGBBR RGB_MODE_BREATHE
|
||||
// #define KC_RGBRB RGB_MODE_RAINBOW
|
||||
// #define KC_RGBSW RGB_MODE_SWIRL
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[_COLEMAKDHM] = LAYOUT_kc( \
|
||||
//,-----------------------------------------. ,-----------------------------------------.
|
||||
|
Loading…
Reference in New Issue
Block a user