summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | Small changesFelix Uhl2016-08-112-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabled Bootmagic and ISO layouts on felix keymap Added unused pins
| * | | | | | | | | | | Minor changes to keymapsFelix Uhl2016-08-113-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarified extra keys Made ISO-keys non-dead in default layout Added non-US backslash on felix layout
| * | | | | | | | | | | Added S60-X to keyboards with two layouts.Felix Uhl2016-08-1112-0/+590
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #651 from algernon/f/register16Jack Humbert2016-08-183-4/+44
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add a register/unregister_code16 pair of functions
| * | | | | | | | | | | | Add a register/unregister_code16 pair of functionsGergely Nagy2016-08-183-4/+44
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These functions register not only the 8bit keycode, but the modifiers too. It doesn't handle the full range of the upper 8bits, just the mods, but that's a good start. Changed the tap-dance pair functions to use these, so one can do: `ACTION_TAP_DANCE_DOUBLE (KC_COLN, KC_SCLN)` ...and that will do the right thing. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* | | | | | | | | | | | Merge pull request #650 from Xyverz/masterJack Humbert2016-08-185-88/+157
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | Minor changes to keymaps and other files
| * | | | | | | | | | | One last change to the readme.Xyverz2016-08-181-3/+1
| | | | | | | | | | | |
| * | | | | | | | | | | One last formatting changeXyverz2016-08-181-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | more formatting changesXyverz2016-08-181-90/+90
| | | | | | | | | | | |
| * | | | | | | | | | | Hopefully this fixes the layout diagrams.Xyverz2016-08-181-91/+91
| | | | | | | | | | | |
| * | | | | | | | | | | Added a readme, tidied up comments in the keymap.Xyverz2016-08-182-29/+147
| | | | | | | | | | | |
| * | | | | | | | | | | Returned RAISE and LOWER buttons to their original functions - too many ↵Xyverz2016-08-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inopportune ENTER inputs. :-(
| * | | | | | | | | | | Merge branch 'master' of https://github.com/Xyverz/qmk_firmwareXyverz2016-08-171-0/+5
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Update readme.mdXyverz2016-08-171-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | Create readme.mdXyverz2016-08-171-0/+5
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/master'Xyverz2016-08-1727-108/+1615
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| / / / / / / / / / / | | |/ / / / / / / / / / this merge is necessary,
| * | | | | | | | | | | Adding KC_BSPC to the LT() macro for LOWER resulted in a backspace stroke ↵Xyverz2016-08-152-59/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | being sent if the LOWER key was used too quickly. Switching back to original LOWER macro, but keeping the new RAISE macro.
| * | | | | | | | | | | Adding u/treasuredfrog's hack to use LT() with the RAISE and LOWER macros.Xyverz2016-08-151-6/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master'Xyverz2016-08-1422-1/+687
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Setup the bottom-row modifiers to be mac-like in their arrangement.Xyverz2016-08-141-3/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #654 from algernon/h/planck-circuit-tap-dance-fixJack Humbert2016-08-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | planck/circuit: Update after the latest tap-dance change
| * | | | | | | | | | | | planck/circuit: Update after the latest tap-dance changeGergely Nagy2016-08-181-1/+1
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #653. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
| | | | * | | | | | | | smyll typo fixedToni2016-08-181-1/+1
| | | | | | | | | | | |
| | | | * | | | | | | | amj60 variant of the readmeToni2016-08-181-0/+30
| | | | | | | | | | | |
| | | | * | | | | | | | first attempt at documentation for the amj60 boardToni2016-08-181-0/+57
| | | | | | | | | | | |
| | | | * | | | | | | | uniform whitespaceToni2016-08-181-45/+45
| | | | | | | | | | | |
| | | | * | | | | | | | initial commit for the AMJ60 PCBToni2016-08-188-0/+563
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #648 from Vifon/dynamic_macrosJack Humbert2016-08-172-0/+269
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Implement the dynamic macros that are recorded in runtime
| * | | | | | | | | | | Add the dynamic macros documentation to the readmeWojciech Siewierski2016-08-181-0/+43
| | | | | | | | | | | |
| * | | | | | | | | | | Implement the dynamic macros that are recorded in runtimeWojciech Siewierski2016-08-181-0/+226
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #647 from Vifon/process_record_nocache-fixJack Humbert2016-08-171-10/+12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix the process_record_nocache function
| * | | | | | | | | | | Fix the process_record_nocache functionWojciech Siewierski2016-08-181-10/+12
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This function relies on checking the disable_action_cache static variable before accessing the layer cache.
* | | | | | | | | | | Merge pull request #645 from algernon/f/tap-dance/bufferingJack Humbert2016-08-175-68/+71
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | |