Commit Graph

7341 Commits (931a52d1ae50aef36e55fde59874614f742554a3)
 

Author SHA1 Message Date
milestogo b80c97b712 clean up babblepaste
milestogo 0834c520c0 missed config.h stuck modifiers change
milestogo 748401e5c1 keymap and C6 audio testing
skullydazed 82d9abf9f3 Updated License Clarification (markdown)
folkert4 71971e818f Various QOL changes:
Removed some unneeded keys from raise and lower layers
moved the + and = signs, backspace is now more intuitive
moved all the Function keys to CUSTOM layer
added ctrl alt del to CUSTOM layer
simplified the layout picture greatly
Jack Humbert 4c4cf3ca49 Merge pull request from jmdaly/roadkit_firmware
Add initial version of TheVan Keyboards Roadkit Firmware
Jack Humbert 72c5dd1c93 Merge pull request from cwhits/upstream
[Planck] Update default keymap for missing keys
Chris Helming 18ba21aa31 Update default maps for missing keys
John M Daly e12b1a237c Add initial version of TheVan Keyboards Roadkit Firmware
Jack Humbert 4583955914 Merge pull request from hot-leaf-juice/master
keymap update
Jack Humbert 5bfeb229b8 Merge pull request from phongnh/master
Removes redundant {} which cause build failure when DEBUG_ACTION is set
Jack Humbert b851b0b2ae Merge pull request from Leszek111/master
add layout
skullydazed 71855087cf Removing eltang as he doesn't show up in the current git blame.
Gunther Gruber 38cf08697b small changes in guni.c keymap to work with new qmk_firmware packet
Gunther Gruber c370c1e1f3 guni keymap
Xyverz d91e09f116 Updates to the README.md
Xyverz 871ac5058a Minor changes to the keymap: Moved thumb-cluster ESC to Media and Keypad layers
bbbd49a175 Ammend readme.md
138b89e1a1 Add colemak_programmer
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
Gabriel Young b911e1966f Fix redundant process_music.c in sources
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)
nstickney b69b214d52 making numbers more familiar
Gabriel Young ea14ed122f Add basic layer to sample MIDI keycap
Gabriel Young 1000799d1e Factor basic note processing into respective processors
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
William Forma 99fc4a330e Updated License Clarification (markdown)
Phong Nguyen d0b4dcc82c Removes redundant {} which cause build failure when DEBUG_ACTION is set
nstickney ebc6948e96 first two layers of ErgoDox Familiar completeC
nstickney 474f7ee3fd initial layer of familiar layout)
nstickney 498dfdd02c Merge https://github.com/qmk/qmk_firmware
nstickney 9b40dd796e familiar layout graphics, etc
Jack Humbert c62f3bd74d Merge pull request from priyadi/promethium
Various keymap updates
Jack Humbert 352c0e7baa Merge pull request from priyadi/fix_unicode_map
Fix UNICODE_MAP input_mode problem
Priyadi Iman Nurcahyo af29d0d094 Fix UNICODE_MAP input_mode problem
Priyadi Iman Nurcahyo b27a8dea1b Merge branch 'master' into promethium
Priyadi Iman Nurcahyo 296b927e77 Fix UNICODE_MAP input_mode problem
Jack Humbert 873fee8038 Updated _Sidebar (markdown)
Jack Humbert 74518260b8 Updated _Sidebar (markdown)
Jack Humbert 4d13a8063d Updated _Sidebar (markdown)
Erez Zukerman 0e54e9d528 Documents TT
Erez Zukerman 3cefa5cc82 Updated _Sidebar (markdown)
Erez Zukerman 24be0efd4b Updated _Sidebar (markdown)
Erez Zukerman 39b51573e6 Moves Modding Your Keyboard to its own page
Erez Zukerman 603e3fd2f6 Created Modding your keyboard (markdown)
Erez Zukerman 729fe5d8d4 Moves porting info to its own page
Erez Zukerman c008ac79bf Created Porting your keyboard to QMK (markdown)
Erez Zukerman 203d90d9fe Moves Unicode and foreign-language info into its own page.
Erez Zukerman 6fb9c094ec Created Unicode and additional language support (markdown)
Erez Zukerman 6e88c5014b Moves unit testing into its own page.