aboutsummaryrefslogtreecommitdiff
path: root/keyboards/duck/orion/v3/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/duck/orion/v3/config.h')
-rw-r--r--keyboards/duck/orion/v3/config.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/keyboards/duck/orion/v3/config.h b/keyboards/duck/orion/v3/config.h
index 3a17d5941..b04729712 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/>.
37#define DEBOUNCE 5 37#define DEBOUNCE 5
38 38
39/* number of backlight levels */ 39/* number of backlight levels */
40#define BACKLIGHT_LEVELS 3 40// #define BACKLIGHT_LEVELS 3
41
42#undef BACKLIGHT_PIN
43#define BACKLIGHT_PINS { B1, B2, B3, E6 }
44#define BACKLIGHT_LED_COUNT 4
45#define BACKLIGHT_LEVELS 10
46#define BACKLIGHT_ON_STATE 1
41 47
42#define RGBLIGHT_ANIMATIONS 48#define RGBLIGHT_ANIMATIONS
43#define RGB_DI_PIN D6 49#define RGB_DI_PIN D6
44#define RGBLED_NUM 17 50#define RGBLED_NUM 18
45 51
46/* Set to top left most key */ 52/* Set to top left most key */
47#define BOOTMAGIC_LITE_ROW 4 53#define BOOTMAGIC_LITE_ROW 4