aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2020-05-28 01:26:53 -0700
committerGitHub <noreply@github.com>2020-05-28 10:26:53 +0200
commit5263dfd46520bd40af1d2b39364436df1c96a111 (patch)
treebcc3493df4c88541aaff25af2b7b3f8105c40d7a /keyboards/planck
parent13206b2f87b1bce87d58cdfdddb1bcc7b58e4a24 (diff)
downloadfirmware-5263dfd46520bd40af1d2b39364436df1c96a111.tar.gz
firmware-5263dfd46520bd40af1d2b39364436df1c96a111.tar.bz2
firmware-5263dfd46520bd40af1d2b39364436df1c96a111.zip
Keyboards/zsa updates (#9214)
Diffstat (limited to 'keyboards/planck')
-rw-r--r--keyboards/planck/ez/ez.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/planck/ez/ez.h b/keyboards/planck/ez/ez.h
index 29bcc1b83..352deb647 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 {