jlj-qmk/quantum
Gabriel Young 976c856966 Update size estimates in the Makefile
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

      +2414 bytes (vs. MIDI_ENABLE = no)

MIDI_ENABLE = yes
      0   20846       0   20846    516e satan_midi.hex

      +1352 bytes (vs. MIDI_ENABLE = yes, MIDI_BASIC off, MIDI_ADVANCED
off)

MIDI_ENABLE = yes
#define MIDI_BASIC
#define MIDI_ADVANCED

   text    data     bss     dec     hex filename
      0   21292       0   21292    532c satan_midi.hex

      +1798 bytes (vs. MIDI_ENABLE = yes, MIDI_BASIC off, MIDI_ADVANCED
off)

Conclusion:
    +2400 to 4200, depending on config
2017-02-25 21:38:35 -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 Update existing keymaps 2017-02-25 20:41:13 -08:00
serial_link
template Update size estimates in the Makefile 2017-02-25 21:38:35 -08:00
tools
visualizer added mods status bit to visualizer. 2017-01-17 21:57:32 -05:00
analog.c
analog.h
api.c
api.h
config_common.h Add new DIODE_DIRECTION option 2017-02-05 19:47:33 -05:00
dynamic_macro.h
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
keycode_config.h
keymap_common.c adds layer tap toggle 2017-02-15 11:25:33 -05:00
keymap.h Keycode refactor 2016-12-29 18:28:48 +11:00
light_ws2812.c Fix compile warnings in light_ws2812.c 2017-02-03 21:00:13 -05:00
light_ws2812.h
matrix.c Add new DIODE_DIRECTION option 2017-02-05 19:47:33 -05:00
pincontrol.h
quantum_keycodes.h Update existing keymaps 2017-02-25 20:41:13 -08:00
quantum.c Update existing keymaps 2017-02-25 20:41:13 -08:00
quantum.h Factor basic note processing into respective processors 2017-02-25 19:25:33 -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
variable_trace.h