as I mentioned in a previous post of mine (http://deskthority.net/workshop-f7/whic ... t9110.html) I'm on my way to make my own keyboard from scratch with some nice stuff onto it (display, USB hub, backlight etc). Now my first few Cherry blues arrived, so the Teensy 2++ which will power the whole monstrosity

I knew that the max current I can draw from a single USB port is about 100mA. But I landed here: http://electronics.stackexchange.com/qu ... a-usb-port
where it's mentioned that when a device is in specific configuration during the enumeration stage can draw as much as 500mA. What is the typical current draw of a keyboard with Teensy 2++? Do I have to consider something else except the MCU current draw, i.e. internal resistance of wires?
P.S. I already know the max current needed by a Teensy board. I've dove some calculations and my keyboard needs about 180mA, but I'm trying to figure out if this is an acceptable number in practice.