diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-01-14 17:31:17 -0800 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2020-01-15 01:31:17 +0000 |
commit | 537b8713e5bc9690dca3c1ad8733132892d48ea2 (patch) | |
tree | cff7405e3db9c6b2c1c7341713be8aa5e595176b /keyboards/xd68/config.h | |
parent | 61cd180163cbe1324bde25abcc95d0c380459b70 (diff) | |
download | qmk_firmware-537b8713e5bc9690dca3c1ad8733132892d48ea2.tar.gz |
XD68 Configurator Layout Support and Minor Refactor (#7904)
* XD68: QMK Configurator layout support
* elevate backlight breathing settings to keyboard level
* remove empty keymap config.h files
* rules.mk templating
* keymap polishing
- four-space indent
- keycode alignment
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 41ede7b6c..f0a78c1fd 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 |