keyboardio / KeyboardioHID

A HID library for Arduino
MIT License
34 stars 17 forks source link

HID: Mark HID_::getShortName weak #61

Closed algernon closed 4 years ago

algernon commented 4 years ago

Marking the method weak allows us to override it elsewhere, which in turn makes it possible to have a different shortname than 'kbio01'.

This is the first half of the fix for #54.

algernon commented 4 years ago

Closing this, see #54.

algernon commented 4 years ago

Reopening, because hooking up to KEYMAP does the trick.