[Keyboard] Add Hubble keyboard (#18718)
Co-authored-by: Anton Chernenko <anton.chernenko@chaintrust.it>
This commit is contained in:
parent
ac4b3fd1e9
commit
652b10e6a7
7 changed files with 225 additions and 0 deletions
23
keyboards/hubble/config.h
Normal file
23
keyboards/hubble/config.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
// Copyright 2022 Anton Chernenko (@ch3rny)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* rgb */
|
||||
#define RGB_DI_PIN D2
|
||||
#define RGBLED_NUM 7
|
||||
#define RGBLIGHT_SLEEP
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
#define RGBLIGHT_EFFECT_SNAKE
|
||||
#define RGBLIGHT_EFFECT_KNIGHT
|
||||
#define RGBLIGHT_EFFECT_CHRISTMAS
|
||||
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
||||
#define RGBLIGHT_EFFECT_RGB_TEST
|
||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
|
||||
#define DEBOUNCE 5
|
Loading…
Add table
Add a link
Reference in a new issue