aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorzeriyoshi <zeriyoshi@gmail.com>2020-08-22 17:12:19 +0900
committerGitHub <noreply@github.com>2020-08-22 01:12:19 -0700
commit0f0530c5a4441eecd5941f1f61f74ea89d15e9a2 (patch)
tree5bad227e8c624137e860dc3abbb84d2552474b0c /keyboards
parent08acb7ab68cbbf14c8892301e53b6a4e124d65ac (diff)
downloadfirmware-0f0530c5a4441eecd5941f1f61f74ea89d15e9a2.tar.gz
firmware-0f0530c5a4441eecd5941f1f61f74ea89d15e9a2.tar.bz2
firmware-0f0530c5a4441eecd5941f1f61f74ea89d15e9a2.zip
Fix IDOBAO ID80 board configurations. (#9796)
* Fix IDOBAO 80 disable console and LEDs. * Re-enabling to IDOBAO80s underglow rgb light * fix define legacy declarements
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/id80/config.h22
-rw-r--r--keyboards/id80/rules.mk2
2 files changed, 12 insertions, 12 deletions
diff --git a/keyboards/id80/config.h b/keyboards/id80/config.h
index 936fd5b2e..e4f72421e 100644
--- a/keyboards/id80/config.h
+++ b/keyboards/id80/config.h
@@ -62,7 +62,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define BACKLIGHT_PIN B6
-// #define BACKLIGHT_BREATHING
+#define BACKLIGHT_BREATHING
#define BACKLIGHT_LEVELS 3
#define CAPS_LOCK_LED_PIN C7
@@ -77,16 +77,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
/*== all animations enable ==*/
#define RGBLIGHT_ANIMATIONS
-// /*== or choose animations ==*/
-// #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
+/*== or choose animations ==*/
+// #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
#endif
/* Bootmagic Lite key configuration: use the Esc key */
diff --git a/keyboards/id80/rules.mk b/keyboards/id80/rules.mk
index 37aa91156..81d15e5ea 100644
--- a/keyboards/id80/rules.mk
+++ b/keyboards/id80/rules.mk
@@ -17,7 +17,7 @@ BOOTLOADER = atmel-dfu
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = yes # Console for debug
+CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend