diff options
| -rw-r--r-- | keyboards/id80/config.h | 22 | ||||
| -rw-r--r-- | keyboards/id80/rules.mk | 2 |
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/>. | |||
| 62 | #define DIODE_DIRECTION COL2ROW | 62 | #define DIODE_DIRECTION COL2ROW |
| 63 | 63 | ||
| 64 | #define BACKLIGHT_PIN B6 | 64 | #define BACKLIGHT_PIN B6 |
| 65 | // #define BACKLIGHT_BREATHING | 65 | #define BACKLIGHT_BREATHING |
| 66 | #define BACKLIGHT_LEVELS 3 | 66 | #define BACKLIGHT_LEVELS 3 |
| 67 | 67 | ||
| 68 | #define CAPS_LOCK_LED_PIN C7 | 68 | #define CAPS_LOCK_LED_PIN C7 |
| @@ -77,16 +77,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 77 | #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | 77 | #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ |
| 78 | /*== all animations enable ==*/ | 78 | /*== all animations enable ==*/ |
| 79 | #define RGBLIGHT_ANIMATIONS | 79 | #define RGBLIGHT_ANIMATIONS |
| 80 | // /*== or choose animations ==*/ | 80 | /*== or choose animations ==*/ |
| 81 | // #define RGBLIGHT_EFFECT_BREATHING | 81 | // #define RGBLIGHT_EFFECT_BREATHING |
| 82 | // #define RGBLIGHT_EFFECT_RAINBOW_MOOD | 82 | // #define RGBLIGHT_EFFECT_RAINBOW_MOOD |
| 83 | // #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | 83 | // #define RGBLIGHT_EFFECT_RAINBOW_SWIRL |
| 84 | // #define RGBLIGHT_EFFECT_SNAKE | 84 | // #define RGBLIGHT_EFFECT_SNAKE |
| 85 | // #define RGBLIGHT_EFFECT_KNIGHT | 85 | // #define RGBLIGHT_EFFECT_KNIGHT |
| 86 | // #define RGBLIGHT_EFFECT_CHRISTMAS | 86 | // #define RGBLIGHT_EFFECT_CHRISTMAS |
| 87 | // #define RGBLIGHT_EFFECT_STATIC_GRADIENT | 87 | // #define RGBLIGHT_EFFECT_STATIC_GRADIENT |
| 88 | // #define RGBLIGHT_EFFECT_RGB_TEST | 88 | // #define RGBLIGHT_EFFECT_RGB_TEST |
| 89 | // #define RGBLIGHT_EFFECT_ALTERNATING | 89 | // #define RGBLIGHT_EFFECT_ALTERNATING |
| 90 | #endif | 90 | #endif |
| 91 | 91 | ||
| 92 | /* Bootmagic Lite key configuration: use the Esc key */ | 92 | /* 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 | |||
| 17 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 17 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 18 | MOUSEKEY_ENABLE = yes # Mouse keys | 18 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 19 | EXTRAKEY_ENABLE = yes # Audio control and System control | 19 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 20 | CONSOLE_ENABLE = yes # Console for debug | 20 | CONSOLE_ENABLE = no # Console for debug |
| 21 | COMMAND_ENABLE = no # Commands for debug and configuration | 21 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
