Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Valérianne
dashie-keys
Commits
a09b7030
Verified
Commit
a09b7030
authored
Aug 06, 2021
by
Valérianne
💬
Browse files
Some fixes
parent
0443e1a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
firmware/dashie_keys_v3/config.h
View file @
a09b7030
...
...
@@ -67,11 +67,21 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_DI_PIN E7
#ifdef RGB_DI_PIN
# define RGBLED_NUM 9
3
# define RGBLED_NUM 9
4
# define RGBLIGHT_HUE_STEP 8
# define RGBLIGHT_SAT_STEP 8
# define RGBLIGHT_VAL_STEP 8
# define RGBLIGHT_LIMIT_VAL 20// 255
/* The maximum brightness level */
/* Leds brightness amps usage according to my tests, in full brightness peak while cycling all colors at once
* 20 - 250mA
* 40 - 400mA
* 60 - 550mA
* 150 - 800mA
* 200 - 1.5A
* 255 - 2A
* You can go up to around 150 with a single USB port, after that, you are advised to use external power.
* It should use around ~150mA in full brightness on rainbow twirl mode
*/
# define RGBLIGHT_LIMIT_VAL 150
/* The maximum brightness level */
# define RGBLIGHT_SLEEP
/* If defined, the RGB lighting will be switched off when the host goes to sleep */
/*== all animations enable ==*/
# define RGBLIGHT_ANIMATIONS
...
...
firmware/dashie_keys_v3/keymaps/default/keymap.c
View file @
a09b7030
...
...
@@ -64,7 +64,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
C
(
KC_S
),
_______
,
_______
,
_______
,
KC_MS_BTN1
,
KC_MS_UP
,
KC_MS_BTN2
,
_______
,
_______
,
_______
,
_______
,
_______
,
_______
,
KC_MS_LEFT
,
KC_MS_DOWN
,
KC_MS_RIGHT
,
_______
,
_______
,
_______
,
_______
,
_______
,
_______
,
_______
,
_______
,
_______
,
_______
,
RGB_TOG
,
_______
,
_______
,
_______
,
_______
,
_______
RGB_TOG
,
RGB_MODE_SWIRL
,
_______
,
_______
,
_______
,
_______
)
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment