1
0
Fork 0

Add support for configurable polling interval and power usage o… (#7336)

* Add support for custom polling interval and power usage on V-USB boards

* Use 1ms as default for now
This commit is contained in:
fauxpark 2019-11-15 10:21:22 +11:00 committed by GitHub
parent a2eb962704
commit 3047335729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 24 additions and 413 deletions

View file

@ -51,6 +51,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define NO_UART 1
#define USB_MAX_POWER_CONSUMPTION 100
/*
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.