diff options
author | Joshua Diamond <josh@windowoffire.com> | 2021-02-14 19:59:26 -0500 |
---|---|---|
committer | Joshua Diamond <josh@windowoffire.com> | 2021-02-14 19:59:26 -0500 |
commit | f1a3ce49ccdfee79fbad76fd13bcf4448318eb6b (patch) | |
tree | 8725ba276f485dc62a40d8f6d1ebe1bbc84e6fb3 /keyboards/keebio/iris | |
parent | c80e5f9f8868ccaa8cb990be6f4da3f1011c2b78 (diff) | |
parent | 6f44c2ec31a6aeacd9e90060a9670be03be372fe (diff) | |
download | qmk_firmware-f1a3ce49ccdfee79fbad76fd13bcf4448318eb6b.tar.gz qmk_firmware-f1a3ce49ccdfee79fbad76fd13bcf4448318eb6b.zip |
Merge branch 'master' into develop
Diffstat (limited to 'keyboards/keebio/iris')
-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 |