digistump / DigistumpArduino

Files to add Digistump support (Digispark, Pro, DigiX) to Arduino 1.6.X (1.6.5+)
935 stars 377 forks source link

#define __scancode-ascii-table_h_included__ #55

Closed matthieuxyz closed 4 years ago

matthieuxyz commented 7 years ago

To make it easier to override scancode-ascii-table.h

It's hard to override scancode-ascii-table.h (with azerty codes for example), if the file can be include multiple times. With this, we can easily include a custom scancode-ascii-table, since the second include will be ignored.

include "custom-scancode-ascii-table.h"

include "DigiKeyboard.h"

ArminJo commented 4 years ago

This pull request is included in the new version 1.6.8 of Digistump avr core.

ArminJo commented 4 years ago

Please could you be so kind and close the issue, since this repo is abandoned. Thank you! Armin