diff options
author | Drashna Jaelre <drashna@live.com> | 2020-05-28 01:26:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 10:26:53 +0200 |
commit | 5263dfd46520bd40af1d2b39364436df1c96a111 (patch) | |
tree | bcc3493df4c88541aaff25af2b7b3f8105c40d7a /keyboards/planck | |
parent | 13206b2f87b1bce87d58cdfdddb1bcc7b58e4a24 (diff) | |
download | qmk_firmware-5263dfd46520bd40af1d2b39364436df1c96a111.tar.gz qmk_firmware-5263dfd46520bd40af1d2b39364436df1c96a111.zip |
Keyboards/zsa updates (#9214)
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/ez/ez.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/planck/ez/ez.h b/keyboards/planck/ez/ez.h index 29bcc1b83c..352deb6476 100644 --- a/keyboards/planck/ez/ez.h +++ b/keyboards/planck/ez/ez.h @@ -64,6 +64,10 @@ enum planck_ez_keycodes { EZ_SAFE_RANGE, }; +#ifndef WEBUSB_ENABLE +# define WEBUSB_PAIR KC_NO +#endif + typedef union { uint32_t raw; struct { |