diff options
Diffstat (limited to 'keyboards/xd68/config.h')
-rw-r--r-- | keyboards/xd68/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/xd68/config.h b/keyboards/xd68/config.h index 41ede7b6c0..f0a78c1fd2 100644 --- a/keyboards/xd68/config.h +++ b/keyboards/xd68/config.h @@ -50,6 +50,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_PIN F5 #define BACKLIGHT_LEVELS 6 +#define BACKLIGHT_BREATHING +#define BREATHING_PERIOD 6 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 |