diff options
| author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-07-19 10:39:20 -0700 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-07-19 10:39:20 -0700 |
| commit | b1fc3f35c69078aabdacfdf5e93c165147b553f5 (patch) | |
| tree | d0d97d482af485a83a1771455d33cfd370969ca5 /keyboards/melody96/config.h | |
| parent | e040028f1bf0d3c213667148455e9894cdf2c5ba (diff) | |
| download | qmk_firmware-b1fc3f35c69078aabdacfdf5e93c165147b553f5.tar.gz qmk_firmware-b1fc3f35c69078aabdacfdf5e93c165147b553f5.zip | |
Melody96 Configurator updates and minor refactoring (#6365)
* Add Configurator layout data for LAYOUT_hotswap
* Add LAYOUT_std60_split_num0
Requested by 李小安#9728 on QMK Discord.
Standard 60% ANSI layout for the alphanumeric region, with a split-0 Numpad.
Includes a sample keymap.
* Update Docs links on readme
* Change melody96.h to use #pragma once include guard
* Change config.h to use #pragma once include guard
* Add readme for default_std60_split_num0 keymap
Diffstat (limited to 'keyboards/melody96/config.h')
| -rw-r--r-- | keyboards/melody96/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/melody96/config.h b/keyboards/melody96/config.h index 201b1ad07..8ab88653f 100644 --- a/keyboards/melody96/config.h +++ b/keyboards/melody96/config.h | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | #ifndef CONFIG_H | 1 | #pragma once |
| 2 | #define CONFIG_H | ||
| 3 | 2 | ||
| 4 | #include "config_common.h" | 3 | #include "config_common.h" |
| 5 | 4 | ||
| @@ -46,5 +45,3 @@ | |||
| 46 | #define RGBLIGHT_SAT_STEP 8 | 45 | #define RGBLIGHT_SAT_STEP 8 |
| 47 | #define RGBLIGHT_VAL_STEP 8 | 46 | #define RGBLIGHT_VAL_STEP 8 |
| 48 | #endif | 47 | #endif |
| 49 | |||
| 50 | #endif | ||
