summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
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
2017-02-22updated readmeCallum Oakley1-5/+5
2017-02-22Merge pull request #1113 from kesslern/masterJack Humbert2-0/+240
Add dvorak_emacs_software layout for ergodox
2017-02-22Merge remote-tracking branch 'qmk/master'Josh Colbeck1064-8126/+85236
2017-02-22added hotkey clusterCallum Oakley1-7/+7
2017-02-21added pause, prtsc & ins to list of keys to be processed on releasePriyadi Iman Nurcahyo1-2/+5
2017-02-21Move caps to FUN layer; add Pause keyPriyadi Iman Nurcahyo1-12/+4
2017-02-21Merge remote-tracking branch 'upstream/master'Xyverz43-1218/+1227
2017-02-21Add dvorak_emacs_software layout for ergodoxNathan Kessler2-0/+240
2017-02-20Move del back to fun+backspcePriyadi Iman Nurcahyo1-3/+3
2017-02-20Only process Fnumber on key release, and only when layer is still activePriyadi Iman Nurcahyo1-0/+10
2017-02-20Merge pull request #1097 from stanleylai/masterJack Humbert9-74/+60
Added support for LED backlight, XD60v2's RGB underglow LED
2017-02-20fix typos in keymapGabriel Young1-8/+2
2017-02-20Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young3-2/+4
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-20Allow customization of the number of tone keycodes and add example keymapGabriel Young4-0/+93
2017-02-19XD60: Added BL_TOGG back to keymap, with 6 backlight stepsStanley Lai2-7/+4
2017-02-19mergingJack Humbert34-1144/+1167
2017-02-19Updated XD60 readme and photos to reflect v2 PCBStanley Lai4-2/+6
2017-02-16Add the mouse_keys layoutskullY2-0/+11
2017-02-16Fixed the TODO list.Xyverz1-3/+1
2017-02-16Rework the clueboard keymaps a bit.skullY30-257/+752
2017-02-16Update smt Planck keymapStephen Tudor1-34/+64
2017-02-16Add smt keymap for Let's Split (based on serial)Stephen Tudor2-0/+247
2017-02-16remove more warningsJack Humbert4-16/+36
2017-02-16Fix integer overflowPriyadi Iman Nurcahyo1-6/+4
2017-02-16Merge branch 'master' into promethiumPriyadi Iman Nurcahyo8-80/+165