aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1400 from belak/belak-ergodox-themeJack Humbert2017-06-165-0/+522
|\ | | | | ergodox: initial addition of belak theme
| * ergodox: initial addition of belak themeKaleb Elwert2017-06-165-0/+522
| | | | | | | | | | Imported from external repo https://github.com/belak/ergodox-layout at commit 233008ad8c46a85cb118fca0be093c3e751075b0
* | Merge pull request #1398 from belak/tv44-keymap-changesJack Humbert2017-06-1612-183/+243
|\ \ | |/ |/| TV44 keymap changes
| * tv44: add belak keymapKaleb Elwert2017-06-163-0/+68
| |
| * tv44: update tong92 keymap to use KEYMAP macroKaleb Elwert2017-06-151-31/+31
| |
| * tv44: update xyverz keymap to use KEYMAP macroKaleb Elwert2017-06-151-36/+36
| |
| * tv44: update default keymap to use KEYMAP macroKaleb Elwert2017-06-151-37/+41
| |
| * tv44: update jeebak keymap to use new macros and remove custom onesKaleb Elwert2017-06-152-30/+9
| |
| * tv44: update smt keymap to use new macros and remove custom onesKaleb Elwert2017-06-153-45/+9
| |
| * tv44: Fix up the KEYMAP macroKaleb Elwert2017-06-151-4/+49
|/ | | | | | | | | | | | | Previously KEYMAP referred to the KEYMAP_ARROW layout and had 45 keys. It makes more sense for the default keymap to be the 44 key layout, as is implied by the name. Additionally keymaps for all other known layouts have been added: KEYMAP - base layout KEYMAP_ARROW - additional key in bottom right KEYMAP_COMMAND - additional key in bottom left KEYMAP_ARROW_COMMAND - combination of KEYMAP_ARROW and KEYMAP_COMMAND
* Merge pull request #1397 from geofflane/s65x_fixesJack Humbert2017-06-154-161/+41
|\ | | | | S65x fixes
| * LED init works with just pin declaredGeoff Lane2017-06-151-6/+0
| |
| * 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
| | | |