summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use standard QMK key codes for RGB controlGeoff Lane2017-06-152-153/+39
|
* Fix left shift in ansi layoutGeoff Lane2017-06-151-2/+2
|
* Fix esc keyGeoff Lane2017-06-152-2/+2
|
* Merge pull request #1394 from Khord/masterJack Humbert2017-06-154-6/+283
|\ | | | | Adding custom keymap for Let's Split and updates to custom Planck keymap
| * tap dance and hold changes to make planck match lets splitDylan Khor2017-06-151-6/+6
| |
| * minor fixesDylan Khor2017-06-152-4/+1
| |
| * Add custom let's split keymapDylan Khor2017-06-153-0/+280
| |
* | Merge pull request #1396 from shieldsd/masterJack Humbert2017-06-152-25/+15
|\ \ | |/ |/| Minor updates to planck/keymaps/dshields
| * Minor updates to planck/keymaps/dshieldsDaniel Shields2017-06-152-25/+15
|/ | | | | | * tweaks to tap dance keys * tidy up code * save a few bytes
* Added HyperTab and Ctrl/Fn as well as Space cadet parens (#1390)Martin Gondermann2017-06-144-42/+79
| | | | | | * Added HyperTab and Ctrl/Escape as well as Space cadet parens to magicmonty keymap * Replaced CTL_ESC With FN_ESC
* Update uGFX and Chibios submodules + fixes (#1363)fredizzimo2017-06-133-3/+3
| | | | | | | | | | | | * Make submodules point to qmk * Update uGFX to 2.7 * Use ugfx with custom fixes * Fix the ChibiOs submodule commit hash To match the hashes in the mabl/ChibiOS and therefore QMK repository.
* Merge pull request #1392 from jetpacktuxedo/whitefoxJack Humbert2017-06-132-0/+63
|\ | | | | Added whitefox keymap
| * Added whitefox keymapEthan Madden2017-06-132-0/+63
|/
* Merge pull request #1387 from antelaurijssen/masterJack Humbert2017-06-124-0/+908
|\ | | | | Submitting my own custom layout for S60X keyboard
| * Properly formatted unordered lists in readme.mdAnte Laurijssen2017-06-121-29/+29
| |
| * Mods to readme.mdAnte Laurijssen2017-06-121-1/+1
| |
| * Modifications to readme.md and deletion of keyboard layout imagesAnte Laurijssen2017-06-128-5214/+16
| |
| * -MIDI Chords now using process_record_user instead of F(n) keysAnte Laurijssen2017-06-111-328/+164
| | | | | | | | -Morse Code shift keys implemented
| * Created special shift keys for Morse layer that change variable value, ↵Ante Laurijssen2017-06-071-143/+29
| | | | | | | | enabling to send “shifted” special morse code characters.
| * Working on Morse Code MacrosAnte Laurijssen2017-06-071-9/+24
| |
| * Added a couple of custom keys and updated layer imageAnte Laurijssen2017-06-052-7/+36
| |
| * Improvements and corrections to morse code macros layerAnte Laurijssen2017-06-021-44/+44
| |
| * Improvements to Midi and keymapAnte Laurijssen2017-05-301-57/+57
| |
| * Another typo...Ante Laurijssen2017-05-291-1/+1
| |
| * Corrected typo in readme.mdAnte Laurijssen2017-05-291-2/+2
| |
| * Added a few imagesAnte Laurijssen2017-05-293-0/+5190
| |
| * Added MIDI_CHORD layer and other little fixes.Ante Laurijssen2017-05-295-29/+226
| | | | | | | | Updated readme.md
| * Midi Chord Function is now working! But some chords lag...Ante Laurijssen2017-05-282-46/+124
| |
| * Still working on these MIDI CHORDS!Ante Laurijssen2017-05-262-26/+11
| |
| * More changes to keymap.c to try and get midi chords to workAnte Laurijssen2017-05-251-74/+86
| |
| * More updates to keymap.c - still errors with midi when trying to compileAnte Laurijssen2017-05-241-71/+61
| |
| * More work on my keymap.c and added .png images of my different layers.Ante Laurijssen2017-05-226-99/+120
| |
| * More work on keymap.c and config.hAnte Laurijssen2017-05-212-104/+197
| |
| * Merge https://github.com/qmk/qmk_firmwareAnte Laurijssen2017-05-2112-35/+377
| |\ | | | | | | | | | Update my qmk_firmware fork
| * | Continuing work on keymap.cAnte Laurijssen2017-05-211-34/+416
| | |
| * | Merge https://github.com/qmk/qmk_firmwareAnte Laurijssen2017-05-178-39/+69
| |\ \ | | | | | | | | | | | | Update from QMK main
| * | | Added Space Cadet Rollover Disable to config.hAnte Laurijssen2017-05-161-0/+3
| | | |
| * | | Working on keymap.c file...Ante Laurijssen2017-05-151-4/+6
| | | |
| * | | Started working on custom midi chord functionAnte Laurijssen2017-05-141-0/+68
| | | |
| * | | Initial push of my keymapAnte Laurijssen2017-05-144-0/+319
| | | |
* | | | Merge pull request #1389 from geofflane/keyboard_s65_x_2Jack Humbert2017-06-126-30/+297
|\ \ \ \ | | | | | | | | | | Keyboard S65-X Support #2
| * | | | Add ISO layout for S65-XGeoff Lane2017-06-123-0/+267
| | | | |
| * | | | Fix media controls in default layoutGeoff Lane2017-06-121-2/+2
| | | | |
| * | | | Fix backslash and some of the docsGeoff Lane2017-06-124-28/+28
| | | | |
* | | | | Merge pull request #1388 from bigbigtor/fix_spanishJack Humbert2017-06-121-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix spanish keymap
| * | | | | Rename ES_RCRB to ES_RCBR for consistency reasons (left curly bracket is ↵Víctor2017-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | defined as ES_LCBR)
| * | | | | Fix keymap definitions referencing inexistent macrosVíctor2017-06-121-2/+2
|/ / / / /
* / / / / Add MIDI layer to magicmonty keymap (#1386)Martin Gondermann2017-06-124-29/+105
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add MIDI layer * Respect brightness level on layer signalling * Add hotkey in control layer for signalling state * Update layout.png * Remove image and replace it with imgur link
* | | | Merge pull request #1385 from qmk/ez-imagesJack Humbert2017-06-11199-2386/+142
|\ \ \ \ | | | | | | | | | | Remove images and old .hex files
| * | | | remove .hex, .PNG, .jpgJack Humbert2017-06-1157-24/+42
| | | | |