writing speed is detected, and the model mayhem sets backlight according to

speed
This commit is contained in:
2008-11-15 23:56:58 +00:00
parent 84a5f01eb3
commit 516089168d
5 changed files with 84 additions and 0 deletions

View File

@ -93,6 +93,10 @@ void printMatrix(void) {
sendString("\n");
}
void setSpeed(uint8_t speed) {
// not used in this model/version
}
void setLeds(uint8_t LEDstate) {
if (LEDstate & LED_NUM) { // light up num lock
PORTLEDS &= ~(1 << LEDNUM);