summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-07Update descriptionDanny Nguyen
2017-03-07Add readme fileDanny Nguyen
2017-03-07Set pinout and layoutDanny Nguyen
2017-03-07Add rule for flashing microcontroller using avrdudeDanny Nguyen
2017-03-07Copy CMD60 as starting point and rename filesDanny Nguyen
2017-03-07Fixed minor error in ergodox infinity section.Joshua Colbeck
2017-03-06working with preprocessor macros for babblepastemilestogo
2017-03-04Merge pull request #1107 from qmk/clueboard_cleanupskullydazed
Rework the clueboard keymaps
2017-03-03Merge pull request #1126 from folkert4/masterJack Humbert
Various QOL changes to Espynn's keymap
2017-03-03Merge pull request #1129 from unxmaal/unxmaal_spacefnJack Humbert
Layout: Spacebar long-press as fn, for GH60 and GH60 Satan boards
2017-03-03Merge pull request #1130 from hot-leaf-juice/masterJack Humbert
moar hotkeys
2017-03-02add debug messages to audioGabriel Young
2017-03-02fix 'stop_all_notes' naming to be more consistentGabriel Young
2017-03-02moar hotkeysCallum Oakley
2017-03-01gh60 satan spacefnEric Dodd
2017-03-01gh60 spacefnEric Dodd
2017-02-28clean up babblepastemilestogo
2017-02-28missed config.h stuck modifiers changemilestogo
2017-02-28keymap and C6 audio testingmilestogo
2017-02-28Various QOL changes:folkert4
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
2017-02-28Merge pull request #1124 from jmdaly/roadkit_firmwareJack Humbert
Add initial version of TheVan Keyboards Roadkit Firmware
2017-02-28Merge pull request #1125 from cwhits/upstreamJack Humbert
[Planck] Update default keymap for missing keys
2017-02-28Update default maps for missing keysChris Helming
2017-02-28Add initial version of TheVan Keyboards Roadkit FirmwareJohn M Daly
2017-02-27Merge pull request #1116 from hot-leaf-juice/masterJack Humbert
keymap update
2017-02-27Merge pull request #1119 from phongnh/masterJack Humbert
Removes redundant {} which cause build failure when DEBUG_ACTION is set
2017-02-27Merge pull request #1121 from Leszek111/masterJack Humbert
add layout
2017-02-27small changes in guni.c keymap to work with new qmk_firmware packetGunther Gruber
2017-02-27guni keymapGunther Gruber
2017-02-27Ammend readme.md
2017-02-27Add colemak_programmer
2017-02-25Update size estimates in the MakefileGabriel Young
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-25Fix redundant process_music.c in sourcesGabriel Young
2017-02-25Update existing keymapsGabriel Young
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)
2017-02-25Add basic layer to sample MIDI keycapGabriel Young
2017-02-25Factor basic note processing into respective processorsGabriel Young
2017-02-25Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young
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
2017-02-25Removes redundant {} which cause build failure when DEBUG_ACTION is setPhong Nguyen
2017-02-23Merge pull request #1118 from priyadi/promethiumJack Humbert
Various keymap updates
2017-02-23Merge pull request #1117 from priyadi/fix_unicode_mapJack Humbert
Fix UNICODE_MAP input_mode problem
2017-02-23Fix UNICODE_MAP input_mode problemPriyadi Iman Nurcahyo
2017-02-23Merge branch 'master' into promethiumPriyadi Iman Nurcahyo
2017-02-23Fix UNICODE_MAP input_mode problemPriyadi Iman Nurcahyo
2017-02-22updated readmeCallum Oakley
2017-02-21Merge branch 'qmk/master'Gabriel Young
2017-02-21Merge pull request #1113 from kesslern/masterJack Humbert
Add dvorak_emacs_software layout for ergodox
2017-02-21Merge pull request #1115 from Skrymir/masterJack Humbert
Update from upstream
2017-02-21Merge remote-tracking branch 'qmk/master'Josh Colbeck
2017-02-21added hotkey clusterCallum Oakley
2017-02-21added pause, prtsc & ins to list of keys to be processed on releasePriyadi Iman Nurcahyo