You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
api API Sysex fixes 8 years ago
audio fix travis and reduce warnings 8 years ago
keymap_extras remove more warnings 8 years ago
process_keycode Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED 8 years ago
serial_link Convert tirple_buffered_object_tests to GTest 8 years ago
template Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED 8 years ago
tools Backlight abstraction and other changes (#439) 8 years ago
visualizer added mods status bit to visualizer. 8 years ago
analog.c quantum separated 9 years ago
analog.h quantum separated 9 years ago
api.c rgb clean-up, api clean-up 8 years ago
api.h separated into api files/folder 8 years ago
config_common.h Add new DIODE_DIRECTION option 8 years ago
dynamic_macro.h Reduce the default dynamic macro buffer 8 years ago
fauxclicky.c Implement faux-clicky feature 8 years ago
fauxclicky.h Add keycodes to turn on, turn off and toggle faux clicky 8 years ago
keycode_config.c Cleans up quantum/keymap situation, removes extra lufa folders (#416) 8 years ago
keycode_config.h Use keyboard config for nkro (#7) 8 years ago
keymap.h Keycode refactor 8 years ago
keymap_common.c adds layer tap toggle 8 years ago
light_ws2812.c Fix compile warnings in light_ws2812.c 8 years ago
light_ws2812.h rgb clean-up, api clean-up 8 years ago
matrix.c Add new DIODE_DIRECTION option 8 years ago
pincontrol.h Add arduino-alike GPIO pin control helpers 8 years ago
quantum.c Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED 8 years ago
quantum.h split up unicode systems into different files 8 years ago
quantum_keycodes.h Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED 8 years ago
rgblight.c Added non-animated gradient mode 8 years ago
rgblight.h Added non-animated gradient mode 8 years ago
variable_trace.c Add possibility to control variable trace from make 8 years ago
variable_trace.h Add documentation for the variable tracing 8 years ago