aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ft/mars80/usbconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ft/mars80/usbconfig.h')
-rw-r--r--keyboards/ft/mars80/usbconfig.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/ft/mars80/usbconfig.h b/keyboards/ft/mars80/usbconfig.h
index 338b67f58..12018ee3b 100644
--- a/keyboards/ft/mars80/usbconfig.h
+++ b/keyboards/ft/mars80/usbconfig.h
@@ -108,20 +108,10 @@ section at the end of this file).
108 * (e.g. HID), but never want to send any data. This option saves a couple 108 * (e.g. HID), but never want to send any data. This option saves a couple
109 * of bytes in flash memory and the transmit buffers in RAM. 109 * of bytes in flash memory and the transmit buffers in RAM.
110 */ 110 */
111#define USB_CFG_INTR_POLL_INTERVAL 1
112/* If you compile a version with endpoint 1 (interrupt-in), this is the poll
113 * interval. The value is in milliseconds and must not be less than 10 ms for
114 * low speed devices.
115 */
116#define USB_CFG_IS_SELF_POWERED 0 111#define USB_CFG_IS_SELF_POWERED 0
117/* Define this to 1 if the device has its own power supply. Set it to 0 if the 112/* Define this to 1 if the device has its own power supply. Set it to 0 if the
118 * device is powered from the USB bus. 113 * device is powered from the USB bus.
119 */ 114 */
120#define USB_CFG_MAX_BUS_POWER 500
121/* Set this variable to the maximum USB bus power consumption of your device.
122 * The value is in milliamperes. [It will be divided by two since USB
123 * communicates power requirements in units of 2 mA.]
124 */
125#define USB_CFG_IMPLEMENT_FN_WRITE 1 115#define USB_CFG_IMPLEMENT_FN_WRITE 1
126/* Set this to 1 if you want usbFunctionWrite() to be called for control-out 116/* Set this to 1 if you want usbFunctionWrite() to be called for control-out
127 * transfers. Set it to 0 if you don't need it and want to save a couple of 117 * transfers. Set it to 0 if you don't need it and want to save a couple of