qmk-firmware/tmk_core/protocol/lufa
Gabriel Young 525be99ee9 Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED
MIDI_ENABLE = no

   text	   data	    bss	    dec	    hex	filename
      0	  17080	      0	  17080	   42b8	satan_midi.hex

MIDI_ENABLE = yes
MIDI_BASIC undefined
MIDI_ADVANCED undefined

   text	   data	    bss	    dec	    hex	filename
      0	  19494	      0	  19494	   4c26	satan_midi.hex

MIDI_ENABLE = yes
#define MIDI_BASIC
MIDI_ADVANCED undefined

   text	   data	    bss	    dec	    hex	filename
      0	  19788	      0	  19788	   4d4c	satan_midi.hex

MIDI_ENABLE = yes
MIDI_BASIC undefined
#define MIDI_ADVANCED

   text	   data	    bss	    dec	    hex	filename
      0	  20846	      0	  20846	   516e	satan_midi.hex

MIDI_ENABLE = yes
#define MIDI_BASIC
#define MIDI_ADVANCED

   text	   data	    bss	    dec	    hex	filename
      0	  21140	      0	  21140	   5294	satan_midi.hex
2017-02-25 15:02:43 -08:00
..
LUFA-git Normalize line endings 2016-08-27 18:40:50 +03:00
adafruit_ble.cpp Allow negative values for mouse movements 2016-12-10 19:40:44 +07:00
adafruit_ble.h Add support for Adafruit BLE modules 2016-11-27 23:49:44 -08:00
bluetooth.c Warning reductions (#430) 2016-06-21 17:42:29 -04:00
bluetooth.h Warning reductions (#430) 2016-06-21 17:42:29 -04:00
descriptor.c Fixes issue #900 2016-12-20 02:46:50 +11:00
descriptor.h Initial version of Raw HID interface 2016-12-01 00:44:54 +11:00
lufa.c Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED 2017-02-25 15:02:43 -08:00
lufa.h initial implementation of polyphony using variable length array of notes on 2017-02-19 16:41:59 -08:00
outputselect.c Fix wrong include 2017-02-01 20:18:52 +07:00
outputselect.h Limit outputselect to AVR only for now 2017-02-01 19:37:52 +07:00
ringbuffer.hpp Add support for Adafruit BLE modules 2016-11-27 23:49:44 -08:00