Skip to content

Commit

Permalink
removed extra comment that confused example code
Browse files Browse the repository at this point in the history
  • Loading branch information
wxyangf committed Jun 5, 2021
1 parent d8f20ff commit fc9c0cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/feature_midi.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ values off = 0-63

#define ON 127

/*implementation inspo taken from here: https://github.com/luantty2/pheromone_keyboard/blob/master/keyboards/pheromone/keymaps/default/keymap.c */

enum custom_keycodes { MIDI_CC80 = SAFE_RANGE, MIDI_CC81, MIDI_CC82, MIDI_CC83 };

bool process_record_user(uint16_t keycode, keyrecord_t *record) {
Expand Down

0 comments on commit fc9c0cd

Please sign in to comment.