diff options
| author | csc027 <csc_dev@protonmail.com> | 2021-02-14 16:46:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-14 11:46:11 -0500 |
| commit | 5a37c1bd5c14e4354ddaf49b6ee3c9c465513b71 (patch) | |
| tree | dfcbd64c4d0ce720a5468f38398fc70cda395573 /keyboards/keebio/iris/keymaps/csc027/config.h | |
| parent | c6aad80e292335ad3e413dbb7ed915f7d996c6d8 (diff) | |
| download | qmk_firmware-5a37c1bd5c14e4354ddaf49b6ee3c9c465513b71.tar.gz qmk_firmware-5a37c1bd5c14e4354ddaf49b6ee3c9c465513b71.zip | |
csc027/windows-terminal-shortcuts (#11867)
* Fixed some comments in the defines file.
* Replaced the Git command layer with a Windows Terminal shortcut layer.
* Added numbered tab switching to the Windows Terminal layer.
* Added 'new tab' and 'command pane' commands to the Windows Terminal layer.
* Shortened the USB polling interval for the Iris to 1 millisecond.
* Disabled old style macros and functions for the Iris.
Diffstat (limited to 'keyboards/keebio/iris/keymaps/csc027/config.h')
| -rw-r--r-- | keyboards/keebio/iris/keymaps/csc027/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/keymaps/csc027/config.h b/keyboards/keebio/iris/keymaps/csc027/config.h index 31333b06b..2ec00e98b 100644 --- a/keyboards/keebio/iris/keymaps/csc027/config.h +++ b/keyboards/keebio/iris/keymaps/csc027/config.h | |||
| @@ -19,9 +19,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #define EE_HANDS | 20 | #define EE_HANDS |
| 21 | 21 | ||
| 22 | #define NO_ACTION_MACRO | ||
| 23 | #define NO_ACTION_FUNCTION | ||
| 24 | |||
| 22 | #undef RGBLED_NUM | 25 | #undef RGBLED_NUM |
| 23 | #define RGBLIGHT_ANIMATIONS | 26 | #define RGBLIGHT_ANIMATIONS |
| 24 | #define RGBLED_NUM 12 | 27 | #define RGBLED_NUM 12 |
| 25 | #define RGBLIGHT_HUE_STEP 8 | 28 | #define RGBLIGHT_HUE_STEP 8 |
| 26 | #define RGBLIGHT_SAT_STEP 8 | 29 | #define RGBLIGHT_SAT_STEP 8 |
| 27 | #define RGBLIGHT_VAL_STEP 8 | 30 | #define RGBLIGHT_VAL_STEP 8 |
| 31 | |||
| 32 | #define USB_POLLING_INTERVAL_MS 1 | ||
