Felix Uhl
406ae1a2eb
More link fixing
8 years ago
Felix Uhl
aa71ebfbba
Fixed links again
...
Note to self: check before commiting.
8 years ago
Felix Uhl
d34c0a2fc1
Fixed dead link
8 years ago
Felix Uhl
738151d12a
Minor documentation changes
8 years ago
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
cbbrowne
8a14952e44
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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
Callum Oakley
993d72b11f
added a lock screen key
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
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
cbbrowne
83913f9197
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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
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
skullY
adad05c3fb
Add support for the cluecard
8 years ago
skullY
d561f63bd1
Clueboard: Fix the title in keymaps/skully/readme.md
8 years ago
skullY
e85bf50e1a
Clueboard: Add some readme.md files and do some minor cleanup.
8 years ago
Corey Finley
76cd7c5444
Adds keymap based on Kinesis advantage
8 years ago
cbbrowne
6ce0195e24
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
8 years ago
Jack Humbert
a3167bdc09
Merge pull request #609 from sethbc/fix_clueboard_orphaned_files
...
remove orphaned clueboard files
8 years ago
JeeBak Kim
ef83f1d04f
Tap for ;, hold for GUI, tap for ", hold for Alt
8 years ago
JeeBak Kim
3d86e5b7a7
Tap for Tab, hold for Hyper
8 years ago
Toni
b5fcb5a744
new variant with the curly braces on tab layer
8 years ago
JeeBak Kim
68e287013b
Add Tab Close, New, Reopen macros to TouchCursor layer
8 years ago
JeeBak Kim
bda4d15ffa
Add Virtual Desktop Switching macros to TouchCursor layer
8 years ago
JeeBak Kim
57218827cb
Move KC_ACL1 button
8 years ago
JeeBak Kim
96ed96f924
Fix KC_ALT_TAB/KC_CMD_TAB logic
8 years ago
JeeBak Kim
6483a2a04b
Mouse layer updates
...
- Rename to MOUSECURSOR
- Use "d" key, since middle finger is stronger than pinky
- Shuffle some mouse buttons around
8 years ago
Seth Chandler
545925fb1b
remove orphaned clueboard files
8 years ago
Toni
dcf672223f
enterfn / enterisctrl on hold added
8 years ago
JeeBak Kim
36abd4463f
Revert swapp of AltTab/CmdTab in readme. Layout did not change
8 years ago
cbbrowne
64e051652b
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
8 years ago
JeeBak Kim
7db1d7902b
Workaround for KC_COPY, etc. based on current AG_NORM/AG_SWAP setting
8 years ago
JeeBak Kim
9a4e72fa71
Add CmdSlash to TouchCursor Layer
8 years ago
JeeBak Kim
16f4a31784
Number layer tweaks
8 years ago
JeeBak Kim
fdd89e7f0d
Add Alt-Tab, Cmd-Tab, and Ctl-Tab Macros to TouchCursor layer, swap LGUI and LSFT
8 years ago
JeeBak Kim
abc3cd4d72
Update readme.md
8 years ago
Jack Humbert
301e46c529
Merge pull request #599 from Depariel/master
...
Fixed compiling errors and updated keymaps for infinity_chibios
8 years ago
Stephen Christie
bf2b260429
Merge branch 'master' of http://github.com/jackhumbert/qmk_firmware
8 years ago
Stephen Christie
0acb394ac4
Moved Insert, PrtSc, Pause to Adjust; Corner enter
8 years ago
Erez Zukerman
79a9e04706
Merge pull request #592 from sethbc/ez-sethbc
...
Ez sethbc
8 years ago
Erez Zukerman
8c52327aa6
Merge pull request #593 from J3RN/master
...
Updated the J3RN ErgoDox keymap
8 years ago
Erez Zukerman
6eab4ecd7e
Merge pull request #600 from adiabatic/master
...
zweihander-osx: add left-hand-thumb tab key
8 years ago
Erez Zukerman
56aa51664e
Updates ErgoDox readme
8 years ago
Stephen Christie
76ef37e72d
Corrected Qwerty/Fn Mismatch.
8 years ago
Jack Humbert
d5baa4773d
Merge pull request #596 from fredizzimo/rid_of_quick
...
Fix the makefile dependencies and remove quick targets
8 years ago
Depariel
a675c1aee0
added support for Infinity 1.1a (4th drop) matrix, no LED support yet
8 years ago
Stephen Christie
4b74c90cdb
Added quote key.
8 years ago
Nathan Sharfi
07a631bd5a
Thumb ⌫ into ⇥, numpad & into :, yank home/end
...
Also: add (back?) in the light-shine disabler
8 years ago
Nathan Sharfi
d889648d53
Merge branch 'master' of github.com:jackhumbert/qmk_firmware
...
# Conflicts:
# keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c
# keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex
8 years ago
Depariel
0c4177e077
fixed typo in hasu/keymap.c
8 years ago
Depariel
ceecb7c819
fixed compiling bugs in infinity_chibios.h, updated keymaps, added depariel keymap
8 years ago
Fred Sundvik
97817a773e
Generate version information to version.h
...
So that only the files that really needs a version are recompiled.
8 years ago
JeeBak Kim
230d313dbd
Update readme.md
8 years ago
JeeBak Kim
a2ed7ce795
Add additional shortcut keymaps to TOUCHCURSOR layer
8 years ago
JeeBak Kim
db8ad8204e
Add additional maps for [, and ], to LOWER
8 years ago
JeeBak Kim
b54a58859f
Make RAISE layer an all numbers/arithmatic layer
8 years ago
JeeBak Kim
216efe6c99
Move reset to a less accessible location
8 years ago
JeeBak Kim
e0dd9d6af0
Add -, +, and . to RAISE
8 years ago
JeeBak Kim
6a2c681ae9
Change calls from persistant_default_layer_set() to default_layer_set()
8 years ago
JeeBak Kim
eb9416a67d
PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE layers
8 years ago
Jonathan Arnett
1876e100be
Updated readme with recent changes
8 years ago
Jack Humbert
17bd4ac062
Updated my keymap
8 years ago
JeeBak Kim
984fc2b630
Media keys for all the "regular" layers
8 years ago
JeeBak Kim
7209310d1b
Add mouse layer, and remove default arrow keys (touchcursor only, now)
8 years ago
JeeBak Kim
a6bae9fb07
Add numbers to _RAISE
8 years ago
JeeBak Kim
6baf77d8fb
Move _RAISE symbols to _LOWER
8 years ago
JeeBak Kim
ad7e4af45c
Tap for Enter, hold for Shift
8 years ago
JeeBak Kim
b5d77440b6
Add personalized TouchCursor layer
8 years ago
JeeBak Kim
eb1a06d3ae
Tap for Esc, hold for Control
8 years ago
Seth Chandler
a6ec5fa74a
rebase
8 years ago
Seth Chandler
694567f799
update makefile
8 years ago
Seth Chandler
a01d703a58
initial commit of sethbc keymap
8 years ago
JeeBak Kim
f78a994355
Add "jeebak" keymap folder as a copy of the "default" folder
8 years ago
Gergely Nagy
8a9bf1f165
Update some obsolete references
...
Some links were still pointing to `/keyboards/ergodox_ez`, while the
directory is `/keyboards/erdogox` now.
Not all references have been updated, and some of the text here and
there may need updating to mention the ErgoDox Infinity too, but that's
out of the scope for this quick fix.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
Stephen Christie
5f2d3f27de
Moved CapsLk, ScrollLk, and NumLk to Adjust layer
8 years ago
Fred Sundvik
566c79554e
Small fix for infinity include guard
8 years ago
Fred Sundvik
6e8a5aca9d
Fix typo in the readme.
8 years ago
Fred Sundvik
401dd09077
A couple of more Ergodox readme fixes
8 years ago
Fred Sundvik
c65da1f208
Unify the ErgoDox EZ and Infinity documentation
8 years ago
Fred Sundvik
44cefcb40a
Refer to the right path in the readme
8 years ago
Fred Sundvik
349f189e83
Move Ergodox readme from ez subfolder to parent
8 years ago
Fred Sundvik
ad416fb1a3
Include the main Makefile before including Ergodox infinity drivers
8 years ago
Fred Sundvik
592ef7c6f0
Move Infinity Ergodox drivers to subproject, and fix makefile
8 years ago
Fred Sundvik
37052a53f1
Remove the Infinity Ergodox default keymap
8 years ago
Fred Sundvik
650298cec3
Cleanup the townk_osx config.h and make files
8 years ago
Fred Sundvik
fd7f20b029
Rename supercoder config_user to config.h
...
Also fixup the include path of parent config
8 years ago
Fred Sundvik
426e9ecc6f
Fix config.h include guards
8 years ago
Fred Sundvik
a6577b272e
Define weak matrix user function for Infinity Ergodox
...
So that a few keyboards, which don't use them, links properly.
8 years ago
Fred Sundvik
1641743b9d
Change _delay_ms to wait_ms in algernon keymap
8 years ago
Fred Sundvik
e7670f6d19
Move some of the Ergodox config settings to shared
8 years ago
Fred Sundvik
e0f28c2b10
Add empty led control functions to Infinity Ergodox
...
So that most keymaps compiles and links
8 years ago
Fred Sundvik
e01b4c3fd9
Most ergodox keymaps compiles on Infinity
...
There are linker errors due to missing led funcitonality though
8 years ago
Fred Sundvik
b0376687f4
All Ez keymaps compiles
8 years ago
Fred Sundvik
9af995c59b
Initial structure for Ergodox as subprojects
...
Only the EZ default keymaps compiles at the moment though.
8 years ago
Erez Zukerman
30003d48f9
Merge pull request #584 from algernon/ergodox-ez/algernon
...
ergodox_ez: Upgrade my keymap to v1.4
8 years ago
Gergely Nagy
f82437f08e
ergodox_ez: Upgrade my keymap to v1.4
...
* When toggling the key logging on or off, the LEDs will do a little dance.
* The keylogger is now optional, but enabled by default. Use `KEYLOGGER_ENABLE=no` on the `make` command line to disable it.
* The `TAB`/`ARRW` key was turned into a tap-dance key, allowing one to toggle the **ARROW** layer on by double-tapping, and as such, avoid the need to hold the key.
* The `-`/`_` key was turned into a tap-dance key too.
* There is now a way to travel time with the keyboard, toggle the feature on by hitting `LEAD t`.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
coderkun
3ace37271b
disable sleep LED
8 years ago
coderkun
70755d6614
complete labels for modifiers in keymap schema
8 years ago
coderkun
08239aadea
use Ergodox EZ’s third LED for “scroll lock”
8 years ago
coderkun
61fbb47eb6
fix grave (GRV) and acute (ACUT) accents
8 years ago
Stephen Christie
c018743729
Connected all layers through Adjust layer
8 years ago
Jack Humbert
7559edc6e6
Merge pull request #578 from 0xdec/master
...
0xdec Preonic keymap
8 years ago
Jack Humbert
9b5edbdce9
Merge pull request #577 from hot-leaf-juice/master
...
Pull request to include my keymap if you want it!
8 years ago
Jordi Orlando
3b39910cb9
Create 0xdec Preonic keymap
...
An ergonomically optimized Colemak keymap for the grid-layout Preonic
8 years ago
Stephen Christie
6567fa1ebe
Fixed Function keys (Impossible layout)
8 years ago
Stephen Christie
a4e5a4d566
Modified Qwerty, created Qwerty with numbers
8 years ago
Christopher Browne
2d59c97ec1
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
8 years ago
Jack Humbert
e5ac0e8369
Merge pull request #570 from sethbc/fix_bone2planck_build
...
Fix bone2planck build
8 years ago
Jack Humbert
a6d279a343
Merge pull request #569 from sethbc/fix_stanleylai_warnings
...
kill warnings filling up travis buildlog
8 years ago
Jack Humbert
36df9fd3fd
Merge pull request #568 from sethbc/fix-colemak-osx-pc-no
...
update NO_AMP to NO_AMPR
8 years ago
Jack Humbert
f96a2a74ea
Merge pull request #566 from SmackleFunky/master
...
Allow toggling out of plover layer
8 years ago
Callum Oakley
1eeceee355
Added readme.md for custom layout.
8 years ago
Toni
684d869fab
added homerow-ish brackets
8 years ago
Callum Oakley
9822b9f743
Added custom keymap.
...
Added custom keymap.
8 years ago
Toni
6ff8a81520
first try ar adding the parenthesis mess for german iso
8 years ago
Toni
9f21c0aa06
Merge remote-tracking branch 'origin/master' into iso_split_rshift
...
merge with master
8 years ago
Seth Chandler
180a3da44d
remove unnecessary includes
8 years ago
Seth Chandler
95ef3f864e
fix numerous errors in bone2planck keymap
8 years ago
Seth Chandler
368d0bdf68
kill warnings filling up travis buildlog
8 years ago
Seth Chandler
13bb3a7379
update NO_AMP to NO_AMPR
8 years ago
SmackleFunky
fdd07991de
Allow toggling out of plover layer
8 years ago
Mazin Bokhari
3fd1c9d72b
Move to keyboards
8 years ago
Stephen Christie
57952949fe
General table cleanup.
8 years ago
Stephen Christie
ff8136b883
Modified Plover layer for Impossible's home position.
8 years ago
Stephen Christie
465cf08c63
Removed unused layers (keeping QWERTY for later/reference)
8 years ago
Stephen Christie
fb2a7d787a
Removed unused layers (left QWERTY for later use/reference)
8 years ago
Christopher Browne
2a349e96bb
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
8 years ago
Jack Humbert
b66131eeb5
disable midi by default
8 years ago
Jason Janse van Rensburg
a41a7a9100
include base config.h instead of copying it
8 years ago
Jason Janse van Rensburg
8244fa40cc
added config.h, and missing Ins of filpped navigation layer
8 years ago
Jason Janse van Rensburg
27d27b179b
Merged branch master into bone2planck
8 years ago
Jason Janse van Rensburg
3e462fac31
added missing F keys in flipped layer
8 years ago
Christopher Browne
17a7570e08
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
8 years ago
Toni
5e2e8c89e8
Merge remote-tracking branch 'origin/master' into iso_split_rshift
...
whatever
8 years ago
Jack Humbert
8b94e26d7c
Fixes midi functionality
8 years ago
Jack Humbert
670327f1d0
Merge pull request #548 from CommandLineDesign/CMD-Preonic
...
CMD keymap for Preonic
8 years ago
Jack Humbert
384d9cd6bb
Merge pull request #546 from sethbc/satan-cleanup
...
Satan cleanup
8 years ago
Erez Zukerman
4885225159
Merge pull request #534 from willwm/teckinesis
...
Teckinesis for ErgoDox EZ
8 years ago
Will Wolff-Myren
f4cb84c940
Remove images, per @ezuk request. =)
8 years ago
Erez Zukerman
36f2e22283
Merge pull request #535 from algernon/ergodox-ez/algernon
...
ergodox_ez: Update my keymap to v1.3
8 years ago
Jonathan Lucas
e6a41e43aa
Updated Readme
8 years ago
commandlinedesign
c826bcfc39
Did a derp and forgot to set Trans on Arrow layer
8 years ago
commandlinedesign
4480a74a4b
Arrow key fn layer shouldnt overwrite Ctrl key. Better Print Screen position
8 years ago
Jason Janse van Rensburg
4e0bf283f6
added readme
8 years ago
commandlinedesign
c1fb82623c
Tested, resolved Mouse issue, resolved numpad issue
8 years ago
Jason Janse van Rensburg
1bfd57e234
moved insert
8 years ago
Jason Janse van Rensburg
58f092cf87
moved ctrl
8 years ago
commandlinedesign
fbafb9449e
Resolved errors
8 years ago
Jason Janse van Rensburg
34bce6f206
fixed stupid errors
8 years ago
Jonathan Lucas
9b3708f830
Init Readme
...
This needs a better description.
8 years ago
Jonathan Lucas
3c7075011b
Create Makefile
...
This is untested, use caution.
8 years ago
Jonathan Lucas
b5761df57b
Create CMD-Preonic Keymap
...
This is very Alpha-Mode, and has not been tested or even Made yet.
8 years ago
Seth Chandler
75f0922711
fix typo in readme and satan.h
8 years ago
Seth Chandler
ef533be2d6
cleanup default layout
8 years ago
Seth Chandler
81fe3d962c
update sethbc keymap
8 years ago
Stephen Christie
723857bf8a
Table for Fn
...
layer.
8 years ago
Stephen Christie
a39eaa7fb5
Switched to natural arrows, put ENTER on middle Fn, swapped Shift and CTRL.
8 years ago
Toni
5631f1436c
converted funtions to QMK aliases
8 years ago
Toni
197244e47f
more cosmetic changes (whitespace)
8 years ago
Toni
c1f014b1dd
purely cosmetic changes
8 years ago
Jack Humbert
8e1d96983a
Merge pull request #543 from VoodaGod/bone2planck
...
updated bone2planck
8 years ago
Jack Humbert
66fed12c98
Merge pull request #541 from milestogo/master
...
initial kinisis advantage build
8 years ago
Jack Humbert
5249b4451c
Merge pull request #540 from replicaJunction/feature-atreus-keymapFunction
...
Adjusted Atreus KEYMAP() function.
8 years ago
Jack Humbert
fb0bba5981
Merge pull request #538 from robertdale/preonic-map-correction
...
Preonic: Corrected the ascii layout to match the coded layout
8 years ago
Jack Humbert
6f9f9baff4
Merge pull request #530 from sethbc/master
...
Misc. fixes from sethbc
8 years ago
Stephen Christie
eeb100f87d
First draft of the 'impossible' layout.
8 years ago
milestogo
24e4e6dd18
adding traveller keyboard
8 years ago
Jason Janse van Rensburg
b0e9dbecee
fixed include paths
8 years ago
Jason Janse van Rensburg
32f5b34ad2
reformat
8 years ago
Jason Janse van Rensburg
3d7244e604
updated bone2planck
8 years ago
milestogo
1984861338
initial kinisis advantage build
8 years ago
Joshua T
8ee9c486fd
Adjusted Atreus KEYMAP() function.
...
This change adjusts the KEYMAP() function to provide a more visual representation of the key positions on the keyboard. Previously, keymaps have been defined directly using arrays for the Atreus keyboard. While this works, it doesn't utilize the helpful KEYMAP() function at all to allow the user to visually position the key codes for ease of editing. See the Ergodox-EZ KEYMAP() function and layouts for a great example of how this can work.
This change should not break any existing Atreus layouts. At the time of this commit, there are two existing layouts for the Atreus board, and neither use the KEYMAP() function.
8 years ago
Robert Dale
9c26498f49
added Midi On/Off; Enter is actually transparent
8 years ago
Robert Dale
47223ebee4
Corrected the ascii layout to match the coded layout
8 years ago
Toni
5cd6d607fc
changed ctrl back to enter. "j" interfered with my vimming
8 years ago
Toni
1988c180e3
small cosmetic change
8 years ago
Christopher Browne
82f768e6c0
Notes about changes
8 years ago
Toni
4b32a161d0
renamed keymap
8 years ago
Toni
36242d5ac5
reduced makefile size. not so much needed due to "inheritance"
8 years ago
Gergely Nagy
53eb36c085
ergodox_ez: Update my keymap to v1.3
...
This updates my ErgoDox EZ layout to v1.3, which has the following
noteworthy changes:
* Added support for logging keys, by pressing `LEAD d`. Also included is
a tool to generate a **heatmap** out of the logs.
* The arrow and navigation keys were rearranged again, and now require
an additional key being held to activate. See the **base layer** for
an image that shows where arrows are.
* The **experimental** layer has been redone, and is now
called **ADORE**, and as such, can be enabled by `LEAD a` now.
* Switching between Dvorak and ADORE is now persisted into EEPROM, and
survives a reboot.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
Will Wolff-Myren
3c4620bf81
Update readme.md
...
* Markdown cleanup
8 years ago
Will Wolff-Myren
8fb4074578
Update readme.md
...
* Updated layout images, json from Keyboard Layout Designer
* Added links to Keyboard Layout Designer templates.
* Added images of TECK, Kinesis layouts.
8 years ago
Will Wolff-Myren
ea2b1670f6
Update description comment.
8 years ago
Will Wolff-Myren
5bf40bfb36
[MEDIA]: Remove Power, Sleep, Mail, MyComp
...
I kept hitting these on accident while attempting to move the cursor or
mouse. =P
8 years ago
Will Wolff-Myren
ecc0fce210
[BASE]: Meh, Hyper now have symbols on both sides
...
Left: MEH_T(KC_BSLS),ALL_T(KC_SLSH)
Right: ALL_T(KC_LBRC),MEH_T(KC_RBRC)
8 years ago
Toni
11bf8355cf
new modifier "J" is crtl
8 years ago
Will Wolff-Myren
e9453b3fdc
Update Base Layer comment to match new layout.
8 years ago
Will Wolff-Myren
11f8d167ec
[BASE]: KC_MINS -> KC_GRV
8 years ago
Will Wolff-Myren
e900c39669
RSpec: KC_EQL -> KC_MINS
8 years ago
Will Wolff-Myren
973ea2f917
LSpec: KC_GRV -> KC_EQL
8 years ago
Toni
db7aa91e76
helper file for me to stay up-to-date with master
8 years ago
Toni
de96513ff2
changes needed for a ISO satan PCB including a split right-shift key
8 years ago
Seth Chandler
f6aeaac5b5
update more non-existent readmes for QMK.fm
8 years ago
Seth Chandler
0a2653bac8
update broken link
8 years ago