summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
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-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-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-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-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-20Add dvorak_emacs_software layout for ergodoxNathan Kessler
2017-02-21Move del back to fun+backspcePriyadi Iman Nurcahyo
2017-02-21Only process Fnumber on key release, and only when layer is still activePriyadi Iman Nurcahyo
2017-02-20Merge pull request #1097 from stanleylai/masterJack Humbert
Added support for LED backlight, XD60v2's RGB underglow LED
2017-02-19fix typos in keymapGabriel Young
2017-02-19Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young
satan/keymaps/midi MIDI_ENABLE = no text data bss dec hex filename 0 17080 0 17080 42b8 satan_midi.hex MIDI_ENABLE = yes #define MIDI_TONE_KEYCODE_OCTAVES 3 // default text data bss dec hex filename 0 20846 0 20846 516e satan_midi.hex MIDI_ENABLE = yes #define MIDI_TONE_KEYCODE_OCTAVES 2 // fewer octaves text data bss dec hex filename 0 20846 0 20846 516e satan_midi.hex
2017-02-19Allow customization of the number of tone keycodes and add example keymapGabriel Young
2017-02-18XD60: Added BL_TOGG back to keymap, with 6 backlight stepsStanley Lai
2017-02-19mergingJack Humbert
2017-02-18Updated XD60 readme and photos to reflect v2 PCBStanley Lai
2017-02-16Add the mouse_keys layoutskullY
2017-02-16Rework the clueboard keymaps a bit.skullY
2017-02-16Update smt Planck keymapStephen Tudor
2017-02-16Add smt keymap for Let's Split (based on serial)Stephen Tudor
2017-02-16remove more warningsJack Humbert