aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/arabica37
diff options
context:
space:
mode:
authorCalciumNitride <46911478+CalciumNitride@users.noreply.github.com>2020-07-27 17:15:49 +0800
committerGitHub <noreply@github.com>2020-07-27 02:15:49 -0700
commitd939f1041bc0b703ecb8afc6872523d5394b5463 (patch)
tree4612d90cfc4229fac8fe5e99b418682c95b2ea64 /keyboards/arabica37
parentdfa3017c92db3f9eef240fbc8f06150a8c35c9c9 (diff)
downloadfirmware-d939f1041bc0b703ecb8afc6872523d5394b5463.tar.gz
firmware-d939f1041bc0b703ecb8afc6872523d5394b5463.tar.bz2
firmware-d939f1041bc0b703ecb8afc6872523d5394b5463.zip
Fix Arabica37's default RGBLED NUM (#9797)
* adding arabica37 * jp_keymap * update * try refactor to use split_common * fix and update to use split_common * update and adjust * clean up * update * update * fix keymap.c * update * oled logo * fix info.json * remove pro_micro.h * remove KC_ macro * move font file * fix led num
Diffstat (limited to 'keyboards/arabica37')
-rw-r--r--keyboards/arabica37/keymaps/default/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/arabica37/keymaps/default/config.h b/keyboards/arabica37/keymaps/default/config.h
index f12534c90..d3b1aef4c 100644
--- a/keyboards/arabica37/keymaps/default/config.h
+++ b/keyboards/arabica37/keymaps/default/config.h
@@ -33,7 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#undef RGBLED_NUM
#define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 27
+#define RGBLED_NUM 50
#define RGBLIGHT_LIMIT_VAL 120
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17