summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2017-03-07changed definitions on keymap.c in admiral strokersOle Anders
Made a few changes to my own keymaps. (organisation)
2017-03-07Merge remote-tracking branch 'refs/remotes/qmk/master'Ole Anders
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-05Removed preceeding underscore from MASTER_RIGHT in config.hXyverz
2017-03-04Merge pull request #1107 from qmk/clueboard_cleanupskullydazed
Rework the clueboard keymaps
2017-03-03Merge remote-tracking branch 'upstream/master'Xyverz
2017-03-03Final tweaks to my Kinesis keymap and readmeXyverz
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-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-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 #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-26Updates to the README.mdXyverz
2017-02-26Minor changes to the keymap: Moved thumb-cluster ESC to Media and Keypad layersXyverz
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-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-25making numbers more familiarnstickney
2017-02-25Add basic layer to sample MIDI keycapGabriel 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-24first two layers of ErgoDox Familiar completeCnstickney
2017-02-23initial layer of familiar layout)nstickney
2017-02-23Merge https://github.com/qmk/qmk_firmwarenstickney
2017-02-23familiar layout graphics, etcnstickney
2017-02-23Merge branch 'master' into promethiumPriyadi Iman Nurcahyo
2017-02-22updated readmeCallum Oakley
2017-02-21Merge pull request #1113 from kesslern/masterJack Humbert
Add dvorak_emacs_software layout for ergodox
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
2017-02-21Move caps to FUN layer; add Pause keyPriyadi Iman Nurcahyo
2017-02-20Merge remote-tracking branch 'upstream/master'Xyverz
2017-02-20Add dvorak_emacs_software layout for ergodoxNathan Kessler