diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-03-19 12:57:40 -0700 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-03-19 12:57:40 -0700 |
| commit | 0072fdd799ffe61bf64f12c23335da3adeb083e5 (patch) | |
| tree | 7f30d26e4542c5ff3f6da38a75c329f5d0235938 /keyboards/fortitude60 | |
| parent | 29bfd634e16e196c86b0a5f63e179af1f9a52902 (diff) | |
| download | qmk_firmware-0072fdd799ffe61bf64f12c23335da3adeb083e5.tar.gz qmk_firmware-0072fdd799ffe61bf64f12c23335da3adeb083e5.zip | |
Cleanup Default Keymaps (#5442)
* Cleanup Default Keymaps to conform to QMK Firmware standards
* Minor fixes
* Revert some changes
Diffstat (limited to 'keyboards/fortitude60')
| -rw-r--r-- | keyboards/fortitude60/keymaps/default/config.h | 7 | ||||
| -rw-r--r-- | keyboards/fortitude60/keymaps/default/keymap.c | 1 |
2 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/fortitude60/keymaps/default/config.h b/keyboards/fortitude60/keymaps/default/config.h index 174837348..b6c6273d9 100644 --- a/keyboards/fortitude60/keymaps/default/config.h +++ b/keyboards/fortitude60/keymaps/default/config.h | |||
| @@ -15,10 +15,7 @@ You should have received a copy of the GNU General Public License | |||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #ifndef CONFIG_USER_H | 18 | #pragma once |
| 19 | #define CONFIG_USER_H | ||
| 20 | |||
| 21 | #include "config_common.h" | ||
| 22 | 19 | ||
| 23 | #define USE_SERIAL | 20 | #define USE_SERIAL |
| 24 | 21 | ||
| @@ -34,5 +31,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | /* #define RGBLIGHT_HUE_STEP 8 */ | 31 | /* #define RGBLIGHT_HUE_STEP 8 */ |
| 35 | /* #define RGBLIGHT_SAT_STEP 8 */ | 32 | /* #define RGBLIGHT_SAT_STEP 8 */ |
| 36 | /* #define RGBLIGHT_VAL_STEP 8 */ | 33 | /* #define RGBLIGHT_VAL_STEP 8 */ |
| 37 | |||
| 38 | #endif | ||
diff --git a/keyboards/fortitude60/keymaps/default/keymap.c b/keyboards/fortitude60/keymaps/default/keymap.c index 5c3508b3d..d20ca40fb 100644 --- a/keyboards/fortitude60/keymaps/default/keymap.c +++ b/keyboards/fortitude60/keymaps/default/keymap.c | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "eeconfig.h" | ||
| 3 | 2 | ||
| 4 | extern keymap_config_t keymap_config; | 3 | extern keymap_config_t keymap_config; |
| 5 | 4 | ||
