forked from forks/qmk_firmware
af455a8368
* Freoduo v1 - with fixes from @fauxpark and rebased to master branch of QMK. * One more suggested fix from @fauxpark * Fixes after @drashna review.
10 lines
268 B
C
10 lines
268 B
C
#pragma once
|
|
|
|
#define GRAVE_ESC_CTRL_OVERRIDE
|
|
#define RGBLED_NUM 18
|
|
#define RGBLIGHT_SPLIT
|
|
#define RGBLED_SPLIT { 9, 9 }
|
|
// Switch RGB sides with LED MAP.
|
|
#define RGBLIGHT_LED_MAP { 8, 7, 6, 5, 4, 3, 2, 1, 0, 17, 16, 15, 14, 13, 12, 11, 10, 9}
|
|
#define RGBLIGHT_LAYERS
|