diff options
| author | stanrc85 <47038504+stanrc85@users.noreply.github.com> | 2019-02-26 16:01:46 -0500 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-02-26 13:01:46 -0800 |
| commit | bcaf66bd3238b5a69c7ec5910a116c5668e1695c (patch) | |
| tree | 33005229644c7420b6f3b6ff0a92d4083cdceb30 /users/stanrc85/config.h | |
| parent | 11bdf28001382239949541e0442aa170eb561c41 (diff) | |
| download | qmk_firmware-bcaf66bd3238b5a69c7ec5910a116c5668e1695c.tar.gz qmk_firmware-bcaf66bd3238b5a69c7ec5910a116c5668e1695c.zip | |
[Keymap] Converted stanrc85 community layout to userspace (#5244)
* Convert community layout to userspace for future use
* Big readme update
* Move layer toggle to CAPS
* Readme updates
* Deleted since unused
* Removed call to unused .c file
Diffstat (limited to 'users/stanrc85/config.h')
| -rw-r--r-- | users/stanrc85/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/users/stanrc85/config.h b/users/stanrc85/config.h new file mode 100644 index 000000000..628ec994b --- /dev/null +++ b/users/stanrc85/config.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #define TAPPING_TERM 200 | ||
| 4 | #define RETRO_TAPPING | ||
| 5 | |||
| 6 | #ifdef RGBLIGHT_ENABLE | ||
| 7 | #define RGBLIGHT_SLEEP | ||
| 8 | #endif // RGBLIGHT_ENABLE | ||
