diff options
| author | stanrc85 <47038504+stanrc85@users.noreply.github.com> | 2019-02-28 15:02:22 -0500 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-02-28 12:02:22 -0800 |
| commit | 32b63d676fbfd3a71764459cd89c428ccbde7ddd (patch) | |
| tree | 0cb082ab96b990bf732d1ba536ad24610301f390 /users/stanrc85 | |
| parent | a872faa53e1b9b9651d3f6ffe6d671e0e211309c (diff) | |
| download | qmk_firmware-32b63d676fbfd3a71764459cd89c428ccbde7ddd.tar.gz qmk_firmware-32b63d676fbfd3a71764459cd89c428ccbde7ddd.zip | |
[Keymap] Cleaning up my config and userspace files (#5265)
* Removed since options are in userspace
* Removed RGB option that was breaking one of my builds
* Remove unused options
* Removed options present in userspace, add board specific options here
* Removed code also present in userspace
* Turns out those lines were needed, added them back
* Testing changes
* Added code to ensure board read as ANSI instead of default ISO for HS60
* Setting \ key to "MOD" instead of "ALPHA" for lighting
Diffstat (limited to 'users/stanrc85')
| -rw-r--r-- | users/stanrc85/config.h | 4 | ||||
| -rw-r--r-- | users/stanrc85/rules.mk | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/users/stanrc85/config.h b/users/stanrc85/config.h index 628ec994b..904a7f524 100644 --- a/users/stanrc85/config.h +++ b/users/stanrc85/config.h | |||
| @@ -2,7 +2,3 @@ | |||
| 2 | 2 | ||
| 3 | #define TAPPING_TERM 200 | 3 | #define TAPPING_TERM 200 |
| 4 | #define RETRO_TAPPING | 4 | #define RETRO_TAPPING |
| 5 | |||
| 6 | #ifdef RGBLIGHT_ENABLE | ||
| 7 | #define RGBLIGHT_SLEEP | ||
| 8 | #endif // RGBLIGHT_ENABLE | ||
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk index 324e52674..19ad62475 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | TAP_DANCE_ENABLE = yes | 1 | TAP_DANCE_ENABLE = yes |
| 2 | EXTRAKEY_ENABLE = yes | 2 | EXTRAKEY_ENABLE = yes |
| 3 | RGBLIGHT_ENABLE = yes | ||
| 4 | BACKLIGHT_ENABLE = no | 3 | BACKLIGHT_ENABLE = no |
| 5 | COMMAND_ENABLE = no | 4 | COMMAND_ENABLE = no |
| 6 | BOOTMAGIC_ENABLE = no | 5 | BOOTMAGIC_ENABLE = no |
