diff options
Diffstat (limited to 'keyboards/duck/orion/v3/config.h')
-rw-r--r-- | keyboards/duck/orion/v3/config.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/keyboards/duck/orion/v3/config.h b/keyboards/duck/orion/v3/config.h index 3a17d59416..b04729712e 100644 --- a/keyboards/duck/orion/v3/config.h +++ b/keyboards/duck/orion/v3/config.h @@ -37,11 +37,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEBOUNCE 5 /* number of backlight levels */ -#define BACKLIGHT_LEVELS 3 +// #define BACKLIGHT_LEVELS 3 + +#undef BACKLIGHT_PIN +#define BACKLIGHT_PINS { B1, B2, B3, E6 } +#define BACKLIGHT_LED_COUNT 4 +#define BACKLIGHT_LEVELS 10 +#define BACKLIGHT_ON_STATE 1 #define RGBLIGHT_ANIMATIONS #define RGB_DI_PIN D6 -#define RGBLED_NUM 17 +#define RGBLED_NUM 18 /* Set to top left most key */ #define BOOTMAGIC_LITE_ROW 4 |