From a1b39e6db231923935055846384eb2e78e538268 Mon Sep 17 00:00:00 2001 From: peepeetee <43021794+peepeetee@users.noreply.github.com> Date: Mon, 31 Jan 2022 03:28:04 +0800 Subject: [Keyboard] move That-Canadian 's boards into /maple_computing (#16050) --- keyboards/maple_computing/launchpad/keymaps/default_rgb/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 keyboards/maple_computing/launchpad/keymaps/default_rgb/config.h (limited to 'keyboards/maple_computing/launchpad/keymaps/default_rgb/config.h') diff --git a/keyboards/maple_computing/launchpad/keymaps/default_rgb/config.h b/keyboards/maple_computing/launchpad/keymaps/default_rgb/config.h new file mode 100644 index 0000000000..cae1450c15 --- /dev/null +++ b/keyboards/maple_computing/launchpad/keymaps/default_rgb/config.h @@ -0,0 +1,9 @@ +#pragma once + +/* Underlight Configuration */ +#define RGB_DI_PIN F4 +#define RGBLIGHT_ANIMATIONS +#define RGBLED_NUM 2 // Number of LEDs +#define RGBLIGHT_HUE_STEP 10 +#define RGBLIGHT_SAT_STEP 17 +#define RGBLIGHT_VAL_STEP 17 \ No newline at end of file -- cgit v1.2.3