tttapa / MIDI_controller

This is a library for creating a MIDI controller using an Arduino or Teensy board.
GNU General Public License v3.0
402 stars 70 forks source link

Add missing keyword identifiers #61

Closed per1234 closed 6 years ago

per1234 commented 6 years ago

The keywords are not recognized by the Arduino IDE for special highlighting without the identifiers.

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keyword_tokentype

tttapa commented 6 years ago

Thanks!