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/keymaps/default/config.h | |
parent | 61cd180163cbe1324bde25abcc95d0c380459b70 (diff) |
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/keymaps/default/config.h')
-rw-r--r-- | keyboards/xd68/keymaps/default/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/xd68/keymaps/default/config.h b/keyboards/xd68/keymaps/default/config.h deleted file mode 100644 index 9ff66e3cf6..0000000000 --- a/keyboards/xd68/keymaps/default/config.h +++ /dev/null @@ -1,5 +0,0 @@ - -#pragma once - -#define BACKLIGHT_BREATHING -#define BREATHING_PERIOD 6
\ No newline at end of file |