Set the Keyboardio Atreus' power draw to 25ma
The Keyboardio Atreus does not have any LEDs, and only needs 25ma to operate. Lets set `USB_CONFIG_POWER` to that, so we draw less power, and as a consequence, work better with mobile devices. Signed-off-by: Gergely Nagy <algernon@keyboard.io>
This commit is contained in:
parent
29790b9201
commit
53292bc778
@ -162,7 +162,7 @@ atreus2.pid.0=0x2303
|
|||||||
atreus2.upload.maximum_data_size=2560
|
atreus2.upload.maximum_data_size=2560
|
||||||
|
|
||||||
## defaults
|
## defaults
|
||||||
atreus2.build.extra_flags={build.usb_flags} '-DKALEIDOSCOPE_HARDWARE_H="Kaleidoscope-Hardware-Technomancy-Atreus2.h"'
|
atreus2.build.extra_flags={build.usb_flags} '-DKALEIDOSCOPE_HARDWARE_H="Kaleidoscope-Hardware-Technomancy-Atreus2.h"' -DUSB_CONFIG_POWER=(25)
|
||||||
atreus2.build.mcu=atmega32u4
|
atreus2.build.mcu=atmega32u4
|
||||||
atreus2.build.f_cpu=16000000L
|
atreus2.build.f_cpu=16000000L
|
||||||
atreus2.build.vid=0x1209
|
atreus2.build.vid=0x1209
|
||||||
|
Loading…
x
Reference in New Issue
Block a user