summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2017-03-09docs for babblepastemilestogo2-481/+115
2017-03-09Merge pull request #1137 from Skrymir/patch-1Jack Humbert1-1/+1
Fixed minor error in ergodox infinity section.
2017-03-09Merge pull request #1138 from nooges/magicforce68Jack Humbert8-0/+363
Add Handwired Magicforce68
2017-03-09Merge pull request #1142 from guni77/my_keymapJack Humbert2-0/+310
My keymap
2017-03-08Update smt keymaps for consistencyStephen Tudor4-112/+163
2017-03-08readmeLukas Stiebig1-0/+12
Added a readme.md file for the keymap german-lukas.
2017-03-08Corrected the description of the layerLukas Stiebig1-1/+2
Corrected the description of the Shortcuts layer.
2017-03-08Added german-lukasLukas Stiebig1-0/+235
Added my keymap called germman-lukas.
2017-03-08added readme fileGunther Gruber1-0/+133
2017-03-08fix stupid error w/ mode switchmilestogo8-25/+51
2017-03-08added browser babble, removed code from keymapmilestogo4-212/+438
2017-03-08Fix function layer actionsDanny Nguyen1-9/+4
2017-03-08Add MakefileDanny Nguyen1-0/+3
2017-03-07changed definitions on keymap.c in admiral strokersOle Anders1-104/+109
Made a few changes to my own keymaps. (organisation)
2017-03-07Merge remote-tracking branch 'refs/remotes/qmk/master'Ole Anders46-57/+2033
2017-03-07Update descriptionDanny Nguyen1-1/+1
2017-03-07Add readme fileDanny Nguyen2-27/+12
2017-03-07Set pinout and layoutDanny Nguyen3-55/+61
2017-03-07Add rule for flashing microcontroller using avrdudeDanny Nguyen1-0/+10
2017-03-07Copy CMD60 as starting point and rename filesDanny Nguyen6-0/+364
2017-03-07Fixed minor error in ergodox infinity section.Joshua Colbeck1-1/+1
2017-03-06working with preprocessor macros for babblepastemilestogo5-431/+395
2017-03-05Removed preceeding underscore from MASTER_RIGHT in config.hXyverz1-1/+1
2017-03-04Merge pull request #1107 from qmk/clueboard_cleanupskullydazed31-257/+763
Rework the clueboard keymaps
2017-03-04Merge remote-tracking branch 'upstream/master'Xyverz39-130/+1899
2017-03-04Final tweaks to my Kinesis keymap and readmeXyverz2-22/+13
2017-03-03Merge pull request #1126 from folkert4/masterJack Humbert4-70/+95
Various QOL changes to Espynn's keymap
2017-03-03Merge pull request #1129 from unxmaal/unxmaal_spacefnJack Humbert8-0/+710
Layout: Spacebar long-press as fn, for GH60 and GH60 Satan boards
2017-03-02moar hotkeysCallum Oakley2-11/+11
2017-03-02gh60 satan spacefnEric Dodd3-0/+160
2017-03-02gh60 spacefnEric Dodd5-0/+550
2017-03-01clean up babblepastemilestogo3-0/+1029
2017-03-01missed config.h stuck modifiers changemilestogo1-2/+4
2017-03-01keymap and C6 audio testingmilestogo3-28/+125
2017-02-28Various QOL changes:folkert44-70/+95
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 Humbert14-0/+499
Add initial version of TheVan Keyboards Roadkit Firmware
2017-02-28Update default maps for missing keysChris Helming1-8/+8
2017-02-28Add initial version of TheVan Keyboards Roadkit FirmwareJohn M Daly14-0/+499
2017-02-28Merge pull request #1116 from hot-leaf-juice/masterJack Humbert2-12/+12
keymap update
2017-02-28Merge pull request #1121 from Leszek111/masterJack Humbert5-0/+280
add layout
2017-02-27small changes in guni.c keymap to work with new qmk_firmware packetGunther Gruber1-0/+177
2017-02-27Updates to the README.mdXyverz1-5/+5
2017-02-27Minor changes to the keymap: Moved thumb-cluster ESC to Media and Keypad layersXyverz1-15/+15
2017-02-27Ammend readme.md1-2/+4
2017-02-27Add colemak_programmer5-0/+278
2017-02-26Update size estimates in the MakefileGabriel Young1-1/+1
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-26Update existing keymapsGabriel Young17-0/+449
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-26Add basic layer to sample MIDI keycapGabriel Young1-1/+22
2017-02-26Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2-3/+18
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-23Merge branch 'master' into promethiumPriyadi Iman Nurcahyo16-103/+357