mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-10 01:24:18 -04:00
[Keyboard] Add basic Keyhive Sofle support (#14296)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
parent
eb6a8e1923
commit
a249129d04
1 changed files with 33 additions and 28 deletions
|
@ -22,16 +22,21 @@ see https://docs.qmk.fm/#/feature_split_keyboard?id=setting-handedness
|
|||
for more options.
|
||||
*/
|
||||
|
||||
#if defined(KEYBOARD_sofle_rev1)
|
||||
// Add RGB underglow and top facing lighting
|
||||
# define RGB_DI_PIN D3
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
#define RGBLED_NUM 36 // Number of LEDs
|
||||
#define DRIVER_LED_TOTAL RGBLED_NUM
|
||||
#endif
|
||||
# define RGBLED_NUM 70
|
||||
#define RGBLED_SPLIT {36,36}
|
||||
# define RGBLED_SPLIT \
|
||||
{ 36, 36 }
|
||||
# ifdef RGB_MATRIX_ENABLE
|
||||
# define DRIVER_LED_TOTAL RGBLED_NUM
|
||||
# define RGB_MATRIX_SPLIT RGBLED_SPLIT
|
||||
# define SPLIT_TRANSPORT_MIRROR
|
||||
# else
|
||||
# define RGBLIGHT_ANIMATIONS
|
||||
# define RGBLIGHT_LIMIT_VAL 120
|
||||
# define RGBLIGHT_HUE_STEP 10
|
||||
# define RGBLIGHT_SAT_STEP 17
|
||||
# define RGBLIGHT_VAL_STEP 17
|
||||
# endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue