Commit Graph

4758 Commits (48f4c5997bd0e041379f592f3e1e0c306e5a5e4d)
 

Author SHA1 Message Date
Callum Oakley 993d72b11f added a lock screen key 8 years ago
Daniel 916d12f9fa completes first-pass at symbol layer 8 years ago
Jack Humbert 11d4784d3a Merge pull request #622 from shelaf/master
My HHKB layout
8 years ago
Jack Humbert c6ec63eac3 Merge pull request #621 from shelaf/fix
Fix typo
8 years ago
Toni cafa528b88 only aesthetics 8 years ago
cbbrowne c21a882ec9 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 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
shela e692ebf86a fix typo 8 years ago
Jack Humbert 97cd7afc32 Merge pull request #618 from denolfe/master
Add denolfe satan keymap
8 years ago
Jack Humbert a0ed238c12 Merge pull request #617 from iFreilicht/patch-2
Fix dead link in keycode.txt
8 years ago
Jack Humbert bad77bf4e9 Merge pull request #614 from iFreilicht/patch-1
Update TMK_README.md
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 a41a53baad Fix dead link in keycode.txt
The link to the HID Usage tables was outdated and dead, so I replaced it.
8 years ago
Daniel fe7b46579c completes first-pass at base layer 8 years ago
Felix Uhl aa1a90af66 Added S60-X to keyboards with two layouts. 8 years ago
cbbrowne 83913f9197 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago
Felix Uhl 6975135f54 updated reference
Build setup links to main readme now.
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
Joshua T 6a24bac9c4 Moved Shift keys to Z and ?
Instead of using a thumb shift, I was given the idea of using the pinky keys as dual-role keys that also send the Shift keypress.

This gives me a Shift key on each hand again, but it will make me learn to Shift with opposite hands after all.
8 years ago
Joshua T 82223aec6c Created build.bat
Helper batch file for building the keyboard.
8 years ago
Joshua T ec67d32bd4 Merged branch master into master 8 years ago
Joshua T ea8638b944 Changed left thumb back to Ctrl/Alt
Removed Shift from left thumb
8 years ago
Joshua T fdb8a4cd65 Created keymap-specific config.h 8 years ago
Joshua T 5d78311612 Reverted Ergodox config.h
I will create a separate config.h for my keymap
8 years ago
Joshua T daa83afe2b Created keymap local config.h file
Reverted the Atreus config.h to default and added one specific to this keymap.
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
cbbrowne 6a618fd44d Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago
Callum Oakley 49fbcb3e7c Merge remote-tracking branch 'upstream/master' 8 years ago
Callum Oakley 725dd7328f updated readme.md to reflect keymap changes 8 years ago
Callum Oakley 5f37b11f2c changed order of bottom row of symbol layer to ease acess to brackets 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
Xyverz c062b6a13d Delete keymap.c
file cleanup
8 years ago
Xyverz 4e030313f7 Delete README.md
file cleanup
8 years ago
Xyverz 1493836762 Delete README.md
file clean up.
8 years ago
Xyverz c060afe68e Delete old_keymap.c
file cleanup
8 years ago
Xyverz bf93fa510b Delete readme.md
file cleanup, removing file that doesn't apply to my layout.
8 years ago
Xyverz de1db144d0 Delete dvorak.png
Not reflective of my layout.
8 years ago
Ian Sterling 552399df4c Adding my own keymaps to the following keyboards:
Planck, Preonic, Atreus, Ergodox
8 years ago