Commit Graph

403 Commits (9c0c8c307d36aa7a1909718e5da58a0eb8fcedb6)

Author SHA1 Message Date
Felix Uhl c5f13e5836 Fixed links again 8 years ago
Felix Uhl a865995595 Fixed pictures and links 8 years ago
Felix Uhl 2618260b34 Documentation overhaul. 8 years ago
Toni 864e26f439 cleanup, readability , shift swap in ISO_SPLIT_RSHIFT 8 years ago
Felix Uhl 07924511f3 Small changes, renamed keymap
Added MicMute
Revived all dead keys
Removed OS Shift
8 years ago
Toni 64ecb15310 corrected the split rshift key to reality
fixed my keymap in the process to adjust to that
8 years ago
Xyverz aa37a57e0f One last change to the readme. 8 years ago
Xyverz eb81978ecb One last formatting change 8 years ago
Xyverz 118ad691c4 more formatting changes 8 years ago
Xyverz 4dd641a128 Hopefully this fixes the layout diagrams. 8 years ago
Xyverz 035290b7d8 Added a readme, tidied up comments in the keymap. 8 years ago
Xyverz 47beb763e8 Returned RAISE and LOWER buttons to their original functions - too many inopportune ENTER inputs. :-( 8 years ago
Xyverz 67227e4c71 Merge branch 'master' of https://github.com/Xyverz/qmk_firmware 8 years ago
Xyverz 385b827c85 Merge remote-tracking branch 'upstream/master'
this merge is necessary,
8 years ago
Jack Humbert f4f80a0e3a Merge pull request #645 from algernon/f/tap-dance/buffering
tap-dance rework
8 years ago
Jack Humbert 1442a882d4 Merge pull request #640 from toneman77/iso_satan
heavily modified spacefn layout for iso boards using the satan PCB
8 years ago
Jack Humbert f59b61332f Merge pull request #638 from premek/master
Split layout for planck
8 years ago
Xyverz ef95c10c66 Update readme.md 8 years ago
Xyverz e3486caf87 Create readme.md 8 years ago
Toni c024de4a87 wring keypress for german iso fixed. prettified 8 years ago
Gergely Nagy 29f64d7a93 tap-dance: Major rework, to make it more reliable
This reworks how the tap-dance feature works: instead of one global
state, we have a state for each tap-dance key, so we can cancel them
when another tap-dance key is in flight. This fixes #527.

Since we have a state for each key, we can avoid situation where a keyup
would mess with our global state. This fixes #563.

And while here, we also make sure to fire events only once, and this
fixes #574.

There is one breaking change, though: tap-dance debugging support was
removed, because dumping the whole state would increase the firmware
size too much. Any keymap that made use of this, will have to be
updated (but there's no such keymap in the repo).

Also, there's a nice trick used in this rework: we need to iterate
through tap_dance_actions in a few places, to check for timeouts, and so
on. For this, we'd need to know the size of the array. We can't discover
that at compile-time, because tap-dance gets compiled separately. We'd
like to avoid having to terminate the list with a sentinel value,
because that would require updates to all keymaps that use the feature.
So, we keep track of the highest tap-dance code seen so far, and iterate
until that index.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
Toni 8e142d8cbe no more warning thanks to iFreilicht's tip with undef 8 years ago
Toni deedd2f408 in accordance to keymap_makefile_example.mk 8 years ago
Toni 03a24eb86a minor grammer fixes 8 years ago
Toni b1ac91a040 big cleanup and minor refactoring. thanks iFreilicht. 8 years ago
Přemek Vyhnal 2ebfdcac40 Update readme.md 8 years ago
premek a75d4bd593 premek split layout 8 years ago
premek 5abb05ca40 premek split layout 8 years ago
Matt f5ed3e5155 Added my custom Planck layout called Circuit.
* Layout has image and readme, as well as documentation in the code.
8 years ago
Felix Uhl faa3fd48ae Minor changes to felix keymap 8 years ago
Toni 68005ce602 grammar 8 years ago
Toni 7e1be3ae7c reference to reddit post and Terry Mathews 8 years ago
Toni b8cbf7c9c0 script now waits for the user to press the button 8 years ago
Toni 396b59f256 readme now with picture 8 years ago
Toni 94ff9c9fa5 more prettyness 8 years ago
Toni 14de76ea80 Update readme.md
typo
8 years ago
Toni 5cf5e27dcd Update readme.md
attempt to prettify the table
8 years ago
Toni 77f3efbef6 more information. first steps in markdown 8 years ago
Toni ca4968bc44 readme.md added 8 years ago
Toni f89aec98ae removed my personal stuff 8 years ago
Toni 5ecebc3a66 Merge remote-tracking branch 'origin/master' into iso_split_rshift
no idea what is merged
8 years ago
Xyverz 5c5c3e626b Adding KC_BSPC to the LT() macro for LOWER resulted in a backspace stroke being sent if the LOWER key was used too quickly.
Switching back to original LOWER macro, but keeping the new RAISE macro.
8 years ago
Xyverz 8e2d69d5a2 Adding u/treasuredfrog's hack to use LT() with the RAISE and LOWER macros. 8 years ago
Xyverz 4f0bcfe724 Merge remote-tracking branch 'upstream/master' 8 years ago
Xyverz 055b887b0d Setup the bottom-row modifiers to be mac-like in their arrangement. 8 years ago
di0ib 959c48e146 moved to handwired folder 8 years ago
di0ib 288bf4faa3 Merge branch 'master' of https://github.com/di0ib/qmk_firmware 8 years ago
di0ib df56d742b1 Merge remote-tracking branch 'refs/remotes/jackhumbert/master' 8 years ago
Jack Humbert 4865e6f81f Merge pull request #631 from jacwib/master
Jacwib's keymap
8 years ago
di0ib 503ec7f9f6 Updated readme
Added link to Minorca/Sebright blog.
8 years ago
di0ib f58a67c991 cleanup readme 8 years ago
di0ib 1eaa685872 Correct data pin to D5 8 years ago
di0ib 65060ad000 Fix list 8 years ago
di0ib dde9ee572c clean up readnme 8 years ago
di0ib b4218a2b3e Merge remote-tracking branch 'refs/remotes/jackhumbert/master' 8 years ago
di0ib c6c2c3fc14 minorca
minirca with RGB keymap
8 years ago
Toni 5705a40320 increased readability with a defince 8 years ago
Felix Uhl df01d502d4 Ported all keymaps
Old TMK keymaps were ported and confirmed to compile
All keymaps compiled and added to zip-archive.
Documentation was updated.
8 years ago
Felix Uhl 6774f300da Update readme.md 8 years ago
Felix Uhl ec75c04663 Fixed links to keymap sources 8 years ago
jacwib 54e37fd2d1 Fix bug 8 years ago
jacwib 6ba27ea318 Remove pointless comments 8 years ago
jacwib e4e13ddc54 Update readme.md 8 years ago
jacwib 26f4a0cf04 Update Makefile 8 years ago
jacwib 62004866b3 Update config.h 8 years ago
jacwib cf91aa416a Update keymap.c 8 years ago
jacwib 1ab78110bd Update readme.md 8 years ago
jacwib 880486bd24 Jack's keymap. 8 years ago
Xyverz 049343e523 Added my own layout to the Phantom. 8 years ago
Xyverz 97fca1efff Fixing a mixup. Tidying up the keymap. 8 years ago
Xyverz 1920c290a4 Merge remote-tracking branch 'upstream/master' 8 years ago
Erez Zukerman 6323f3d1e7 Merge pull request #623 from algernon/ergodox-ez/algernon
ergodox: Update my keymap to v1.5
8 years ago
Felix Uhl 911cc68325 Added all original S60-X keymaps
All keymaps that were included in VinnyCordeiro's repository were ported to QMK.
Main Readme was copied over from VC's repo, slightly altered.
Main Makefile was updated to reflect VC's original configuration.
Small changes in felix keymap.
8 years ago
Nicholas Keene ba7f2b1d3f The Ordinary Layout is the unsurprising layout 8 years ago
Ian Sterling e87506767c Removal of old minivan44 folder. 8 years ago
Ian Sterling 2d0f585e42 Renamed minivan44 to tv44 in all occurrences per wishes of
Jack and Evan.
8 years ago
Toni e0aa216905 Merge remote-tracking branch 'origin/master' into iso_split_rshift
update from Upstream
8 years ago
Ian Sterling c07fe96581 Adding the MiniVan44 aka TheVan 44 by u/evangs to the repo.
Initial Commit.
8 years ago
Xyverz 3bae791372 Update keymap.c 8 years ago
Ian Sterling 458607ee5e Corrections to the Atreus Makefile and updates to my keymap 8 years ago
Toni cafa528b88 only aesthetics 8 years ago
Gergely Nagy b98d47abe5 ergodox: Update my keymap to v1.5
Major changes include:

* The **1HAND** layer has been removed.
* A `Delete` key is now available on the right thumb cluster.
* The **ADORE** layer received a major update, see the updated layout
  image.
* It is now possible to enable automatic logging for the **ADORE**
  layer, by setting the `ADORE_AUTOLOG` makefile variable to `yes` when
  compiling the keymap. It is off by default.
* The `~` key and the `Media Next/Prev` key have been swapped on
  the **base** layer.
* On the **ARROW** layer, `Backspace` has been replaced by `Enter`.
* There is some experimental support for entering Unicode symbols.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
shela 11e23fd3fd add new line 8 years ago
shela c9272fee08 add new line 8 years ago
shela 1c8d64d3b3 add my keymap 8 years ago
Jack Humbert 97cd7afc32 Merge pull request #618 from denolfe/master
Add denolfe satan keymap
8 years ago
Jack Humbert a087a207f1 Merge pull request #608 from finleye/master
Adds keymap based on Kinesis advantage
8 years ago
Felix Uhl 4725942dc7 Small changes
Enabled Bootmagic and ISO layouts on felix keymap
Added unused pins
8 years ago
Xyverz 71e1bb2e1c Delete keymap.c
Not ready to submit this one just yet.
8 years ago
Xyverz eeade4af84 Update keymap.c
Changed right-hand F-key layout in order to add KC_PLUS to _L2.
8 years ago
Xyverz d1f418d85d Update Makefile
Corrected spelling of "ATREUS" in all locations. (ATRUES -> ATREUS)
8 years ago
Elliot DeNolf 56f86413e0 Add denolfe satan keymap 8 years ago
Felix Uhl 38766dbc82 Minor changes to keymaps
Clarified extra keys
Made ISO-keys non-dead in default layout
Added non-US backslash on felix layout
8 years ago
Felix Uhl aa1a90af66 Added S60-X to keyboards with two layouts. 8 years ago
Ian Sterling 0d60355241 Added braces using LSFT(KC_LBRC) and LSFT(KC_RBRC) since the normal RBCR and LBCR didn't work for me. 8 years ago
Ian Sterling 6f700f1eb0 Adding my own layouts for the Phantom and Ergodox. My Ergodox layout adds persistent layers
based on the Planck and Preonic setup. The layout arrays are pulled directly from the
ergodox/ez/ez.h keymap definition starting at line 81.
8 years ago
Callum Oakley 2a160bbbe3 Update keymap. (#616)
* changed order of bottom row of symbol layer to ease acess to brackets

* updated readme.md to reflect keymap changes
8 years ago
Xyverz ca3278cc35 adds Xyverz's keymaps (#615)
* Adding my own keymaps to the following keyboards:

Planck, Preonic, Atreus, Ergodox

* Delete dvorak.png

Not reflective of my layout.

* Delete readme.md

file cleanup, removing file that doesn't apply to my layout.

* Delete old_keymap.c

file cleanup

* Delete README.md

file clean up.

* Delete README.md

file cleanup

* Delete keymap.c

file cleanup

* Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for flexibility's sake.
Updated the rest of the keymap to reflect the current (as of 19:37 on 08 Aug 2018) default
layout and default makefile.
8 years ago
Ian Sterling 78a6fae453 Merge branch 'master' of https://github.com/Xyverz/qmk_firmware 8 years ago
Ian Sterling 39dd3d674c Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for flexibility's sake.
Updated the rest of the keymap to reflect the current (as of 19:37 on 08 Aug 2018) default
layout and default makefile.
8 years ago