diff options
author | CalciumNitride <46911478+CalciumNitride@users.noreply.github.com> | 2020-07-27 17:15:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 02:15:49 -0700 |
commit | d939f1041bc0b703ecb8afc6872523d5394b5463 (patch) | |
tree | 4612d90cfc4229fac8fe5e99b418682c95b2ea64 | |
parent | dfa3017c92db3f9eef240fbc8f06150a8c35c9c9 (diff) |
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
-rw-r--r-- | keyboards/arabica37/keymaps/default/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/arabica37/keymaps/default/config.h b/keyboards/arabica37/keymaps/default/config.h index f12534c902..d3b1aef4c6 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 |