[Keymap] Updates to Personal Kyria Keymap (#14669)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
54b8d6a891
commit
79ad30a9d5
6 changed files with 849 additions and 142 deletions
|
@ -16,19 +16,15 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifdef OLED_DRIVER_ENABLE
|
||||
#define OLED_DISPLAY_128X64
|
||||
#endif
|
||||
#define OLED_FONT_H "keyboards/splitkb/kyria/keymaps/john-ezra/glcdfont.c"
|
||||
#define OLED_FONT_END 255
|
||||
#define OLED_TIMEOUT 30000
|
||||
#define OLED_DISPLAY_128X64
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
#define RGBLIGHT_HUE_STEP 5
|
||||
#define RGBLIGHT_SAT_STEP 5
|
||||
#define RGBLIGHT_VAL_STEP 5
|
||||
#define RGBLIGHT_LIMIT_VAL 150
|
||||
#endif
|
||||
|
||||
|
@ -38,3 +34,7 @@
|
|||
#define TAPPING_TERM 125
|
||||
|
||||
#define SPLIT_WPM_ENABLE
|
||||
|
||||
#define USB_POLLING_INTERVAL_MS 1
|
||||
|
||||
#define DEBUG_MATRIX_SCAN_RATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue