Commit Graph

5929 Commits (98373f2fc1ee149a2fd0ac9fab74464f2cfd4b81)
 

Author SHA1 Message Date
skullydazed 71855087cf Removing eltang as he doesn't show up in the current git blame. 8 years ago
Gunther Gruber 38cf08697b small changes in guni.c keymap to work with new qmk_firmware packet 8 years ago
Gunther Gruber c370c1e1f3 guni keymap 8 years ago
Xyverz d91e09f116 Updates to the README.md 8 years ago
Xyverz 871ac5058a Minor changes to the keymap: Moved thumb-cluster ESC to Media and Keypad layers 8 years ago
bbbd49a175 Ammend readme.md 8 years ago
138b89e1a1 Add colemak_programmer 8 years ago
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
Gabriel Young b911e1966f Fix redundant process_music.c in sources 8 years ago
Gabriel Young a64ae10662 Update existing keymaps
Update existing keymaps to enable MIDI_BASIC functionality.  Also added
an option MIDI_ENABLE_STRICT to be strict about keycode use (which also
reduces memory footprint at runtime)
8 years ago
nstickney b69b214d52 making numbers more familiar 8 years ago
Gabriel Young ea14ed122f Add basic layer to sample MIDI keycap 8 years ago
Gabriel Young 1000799d1e Factor basic note processing into respective processors 8 years ago
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
William Forma 99fc4a330e Updated License Clarification (markdown) 8 years ago
Phong Nguyen d0b4dcc82c Removes redundant {} which cause build failure when DEBUG_ACTION is set 8 years ago
nstickney ebc6948e96 first two layers of ErgoDox Familiar completeC 8 years ago
nstickney 474f7ee3fd initial layer of familiar layout) 8 years ago
nstickney 498dfdd02c Merge https://github.com/qmk/qmk_firmware 8 years ago
nstickney 9b40dd796e familiar layout graphics, etc 8 years ago
Jack Humbert c62f3bd74d Merge pull request #1118 from priyadi/promethium
Various keymap updates
8 years ago
Jack Humbert 352c0e7baa Merge pull request #1117 from priyadi/fix_unicode_map
Fix UNICODE_MAP input_mode problem
8 years ago
Priyadi Iman Nurcahyo af29d0d094 Fix UNICODE_MAP input_mode problem 8 years ago
Priyadi Iman Nurcahyo b27a8dea1b Merge branch 'master' into promethium 8 years ago
Priyadi Iman Nurcahyo 296b927e77 Fix UNICODE_MAP input_mode problem 8 years ago
Jack Humbert 873fee8038 Updated _Sidebar (markdown) 8 years ago
Jack Humbert 74518260b8 Updated _Sidebar (markdown) 8 years ago
Jack Humbert 4d13a8063d Updated _Sidebar (markdown) 8 years ago
Erez Zukerman 0e54e9d528 Documents TT 8 years ago
Erez Zukerman 3cefa5cc82 Updated _Sidebar (markdown) 8 years ago
Erez Zukerman 24be0efd4b Updated _Sidebar (markdown) 8 years ago
Erez Zukerman 39b51573e6 Moves Modding Your Keyboard to its own page 8 years ago
Erez Zukerman 603e3fd2f6 Created Modding your keyboard (markdown) 8 years ago
Erez Zukerman 729fe5d8d4 Moves porting info to its own page 8 years ago
Erez Zukerman c008ac79bf Created Porting your keyboard to QMK (markdown) 8 years ago
Erez Zukerman 203d90d9fe Moves Unicode and foreign-language info into its own page. 8 years ago
Erez Zukerman 6fb9c094ec Created Unicode and additional language support (markdown) 8 years ago
Erez Zukerman 6e88c5014b Moves unit testing into its own page. 8 years ago
Erez Zukerman 2c89a77e67 Created Unit testing (markdown) 8 years ago
Callum Oakley b06961c38b updated readme 8 years ago
Gabriel Young 1d69ccd729 Merge branch 'qmk/master' 8 years ago
Jack Humbert 84b2f86f24 Merge pull request #1113 from kesslern/master
Add dvorak_emacs_software layout for ergodox
8 years ago
Jack Humbert da41cd1adf Merge pull request #1115 from Skrymir/master
Update from upstream
8 years ago
Josh Colbeck e51001efcc Merge remote-tracking branch 'qmk/master' 8 years ago
Callum Oakley 1316ca67af added hotkey cluster 8 years ago
Priyadi Iman Nurcahyo 3dab8a60fc added pause, prtsc & ins to list of keys to be processed on release 8 years ago
Priyadi Iman Nurcahyo 57623805e8 Move caps to FUN layer; add Pause key 8 years ago
Xyverz bf6f7a623d Merge remote-tracking branch 'upstream/master' 8 years ago
Nathan Kessler b9fce16490 Add dvorak_emacs_software layout for ergodox 8 years ago
Priyadi Iman Nurcahyo b306f83c6b Move del back to fun+backspce 8 years ago