keyboardio / KeyboardioHID

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

improve namespacing for DescriptorPrimitives.h #6

Closed wez closed 7 years ago

wez commented 7 years ago

Leading underscores are reserved for system/runtime use. In the nRF52 core, we have a conflict with _VOLATILE.

This just sticks D_ on the front, rather than a bare _.

wez commented 7 years ago

I also threw in a minor cleanup of the mouse button defines

obra commented 7 years ago

Thanks! Applied. wez++