mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-25 10:31:13 +00:00
Remove unused code
This commit is contained in:
parent
c322ed8ff2
commit
fd1e4ef3a1
@ -19,12 +19,6 @@ enum layer_names {
|
|||||||
_UTIL
|
_UTIL
|
||||||
};
|
};
|
||||||
|
|
||||||
int RGB_current_mode;
|
|
||||||
|
|
||||||
enum custom_keycodes {
|
|
||||||
RGBRST = SAFE_RANGE
|
|
||||||
};
|
|
||||||
|
|
||||||
// Base layers
|
// Base layers
|
||||||
#define KC_CLMK DF(_COLEMAKDHM)
|
#define KC_CLMK DF(_COLEMAKDHM)
|
||||||
#define KC_GAME DF(_GAMING)
|
#define KC_GAME DF(_GAMING)
|
||||||
@ -76,11 +70,6 @@ enum custom_keycodes {
|
|||||||
#define KC_LFMOD RGB_MODE_FORWARD
|
#define KC_LFMOD RGB_MODE_FORWARD
|
||||||
#define KC_LRMOD RGB_MODE_REVERSE
|
#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] = {
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
[_COLEMAKDHM] = LAYOUT_kc( \
|
[_COLEMAKDHM] = LAYOUT_kc( \
|
||||||
//,-----------------------------------------. ,-----------------------------------------.
|
//,-----------------------------------------. ,-----------------------------------------.
|
||||||
|
Loading…
Reference in New Issue
Block a user