[Keyboard] 0xcb 1337 - Added keymap "conor" and fixed some minor stuff (#12744)

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Conor Burns
2021-07-20 22:07:53 +02:00
committed by GitHub
parent c1ba35363d
commit 81cac8eec6
10 changed files with 334 additions and 96 deletions

View File

@@ -20,13 +20,6 @@ void eeconfig_init_kb(void) {
#ifdef BACKLIGHT_ENABLE
backlight_enable();
backlight_level(5);
#endif
#ifdef RGBLIGHT_ENABLE
rgblight_enable();
rgblight_sethsv(0, 255, 255);
#ifdef RGBLIGHT_ANIMATIONS
rgblight_mode(RGBLIGHT_MODE_RAINBOW_SWIRL + 2);
#endif
#endif
eeconfig_update_kb(0);