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 | |
parent | c6aad80e292335ad3e413dbb7ed915f7d996c6d8 (diff) |
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')
-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 31333b06ba..2ec00e98b6 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/>. #define EE_HANDS +#define NO_ACTION_MACRO +#define NO_ACTION_FUNCTION + #undef RGBLED_NUM #define RGBLIGHT_ANIMATIONS #define RGBLED_NUM 12 #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 + +#define USB_POLLING_INTERVAL_MS 1 |