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 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
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 Update existing keymaps 8 years ago
serial_link Convert tirple_buffered_object_tests to GTest 8 years ago
template Update size estimates in the Makefile 8 years ago
tools Backlight abstraction and other changes (#439) 9 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) 9 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 Update existing keymaps 8 years ago
quantum.h Factor basic note processing into respective processors 8 years ago
quantum_keycodes.h Update existing keymaps 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