qmk-firmware/quantum
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
..
api API Sysex fixes 2016-12-29 12:13:30 +02:00
audio fix travis and reduce warnings 2017-02-16 11:37:46 -05:00
keymap_extras remove more warnings 2017-02-16 13:13:38 -05:00
process_keycode Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED 2017-02-25 15:02:43 -08:00
serial_link Convert tirple_buffered_object_tests to GTest 2016-08-27 21:57:49 +03:00
template Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED 2017-02-25 15:02:43 -08:00
tools Backlight abstraction and other changes (#439) 2016-06-23 22:18:20 -04:00
visualizer added mods status bit to visualizer. 2017-01-17 21:57:32 -05:00
analog.c quantum separated 2015-10-26 14:49:46 -04:00
analog.h quantum separated 2015-10-26 14:49:46 -04:00
api.c rgb clean-up, api clean-up 2016-12-19 11:18:18 -05:00
api.h separated into api files/folder 2016-11-26 15:38:44 -05:00
config_common.h Add new DIODE_DIRECTION option 2017-02-05 19:47:33 -05:00
dynamic_macro.h Reduce the default dynamic macro buffer 2016-10-09 12:52:39 +02:00
fauxclicky.c Implement faux-clicky feature 2017-02-13 08:03:07 +07:00
fauxclicky.h Add keycodes to turn on, turn off and toggle faux clicky 2017-02-13 14:55:35 +07:00
keycode_config.c Cleans up quantum/keymap situation, removes extra lufa folders (#416) 2016-06-18 14:30:24 -04:00
keycode_config.h Use keyboard config for nkro (#7) 2016-09-06 23:19:01 -05:00
keymap.h Keycode refactor 2016-12-29 18:28:48 +11:00
keymap_common.c adds layer tap toggle 2017-02-15 11:25:33 -05:00
light_ws2812.c Fix compile warnings in light_ws2812.c 2017-02-03 21:00:13 -05:00
light_ws2812.h rgb clean-up, api clean-up 2016-12-19 11:18:18 -05:00
matrix.c Add new DIODE_DIRECTION option 2017-02-05 19:47:33 -05:00
pincontrol.h Add arduino-alike GPIO pin control helpers 2016-11-27 22:58:34 -08:00
quantum.c Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED 2017-02-25 15:02:43 -08:00
quantum.h split up unicode systems into different files 2017-02-15 16:36:31 -05:00
quantum_keycodes.h Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED 2017-02-25 15:02:43 -08:00
rgblight.c Added non-animated gradient mode 2017-02-06 14:18:20 -08:00
rgblight.h Added non-animated gradient mode 2017-02-06 14:18:20 -08:00
variable_trace.c Add possibility to control variable trace from make 2016-11-06 22:11:24 +02:00
variable_trace.h Add documentation for the variable tracing 2016-11-06 22:44:43 +02:00