summaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris/keymaps/csc027
diff options
context:
space:
mode:
authorcsc027 <csc_dev@protonmail.com>2021-02-14 16:46:11 +0000
committerGitHub <noreply@github.com>2021-02-14 11:46:11 -0500
commit5a37c1bd5c14e4354ddaf49b6ee3c9c465513b71 (patch)
treedfcbd64c4d0ce720a5468f38398fc70cda395573 /keyboards/keebio/iris/keymaps/csc027
parentc6aad80e292335ad3e413dbb7ed915f7d996c6d8 (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/iris/keymaps/csc027')
-rw-r--r--keyboards/keebio/iris/keymaps/csc027/config.h5
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