Gergely Nagy
0d9d4b8658
planck/circuit: Update after the latest tap-dance change
...
Fixes #653 .
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-08-18 13:22:16 +02:00
Toni
068e76bbf0
uniform whitespace
2016-08-18 13:10:02 +02:00
Toni
387bd772e1
initial commit for the AMJ60 PCB
2016-08-18 13:06:16 +02:00
Felix Uhl
dbfb27326b
Added info to docs
2016-08-18 12:15:10 +02:00
Felix Uhl
ed6ecff292
Merge pull request #1 from jackhumbert/master
...
Merging from base Repo
2016-08-18 12:02:31 +02:00
Felix Uhl
73f13c8f26
Bugfixes
2016-08-18 11:56:44 +02:00
Felix Uhl
a72dc6da70
Final link fix
2016-08-18 11:45:56 +02:00
Felix Uhl
406ae1a2eb
More link fixing
2016-08-18 11:43:32 +02:00
Felix Uhl
aa71ebfbba
Fixed links again
...
Note to self: check before commiting.
2016-08-18 11:41:52 +02:00
Felix Uhl
d34c0a2fc1
Fixed dead link
2016-08-18 11:40:05 +02:00
Felix Uhl
738151d12a
Minor documentation changes
2016-08-18 11:38:04 +02:00
Felix Uhl
c5f13e5836
Fixed links again
2016-08-18 11:16:10 +02:00
Felix Uhl
a865995595
Fixed pictures and links
2016-08-18 11:11:42 +02:00
Felix Uhl
2618260b34
Documentation overhaul.
2016-08-18 10:37:32 +02:00
Toni
864e26f439
cleanup, readability , shift swap in ISO_SPLIT_RSHIFT
2016-08-18 10:06:13 +02:00
Felix Uhl
07924511f3
Small changes, renamed keymap
...
Added MicMute
Revived all dead keys
Removed OS Shift
2016-08-18 10:01:46 +02:00
Toni
64ecb15310
corrected the split rshift key to reality
...
fixed my keymap in the process to adjust to that
2016-08-18 09:56:11 +02:00
Xyverz
aa37a57e0f
One last change to the readme.
2016-08-18 00:38:25 -07:00
Xyverz
eb81978ecb
One last formatting change
2016-08-18 00:35:32 -07:00
Xyverz
118ad691c4
more formatting changes
2016-08-18 00:34:22 -07:00
Xyverz
4dd641a128
Hopefully this fixes the layout diagrams.
2016-08-18 00:27:54 -07:00
Xyverz
035290b7d8
Added a readme, tidied up comments in the keymap.
2016-08-18 00:22:56 -07:00
Xyverz
47beb763e8
Returned RAISE and LOWER buttons to their original functions - too many inopportune ENTER inputs. :-(
2016-08-18 00:05:24 -07:00
Xyverz
67227e4c71
Merge branch 'master' of https://github.com/Xyverz/qmk_firmware
2016-08-17 23:55:58 -07:00
Xyverz
385b827c85
Merge remote-tracking branch 'upstream/master'
...
this merge is necessary,
2016-08-17 23:53:56 -07:00
Jack Humbert
f4f80a0e3a
Merge pull request #645 from algernon/f/tap-dance/buffering
...
tap-dance rework
2016-08-17 21:15:29 -04:00
Jack Humbert
1442a882d4
Merge pull request #640 from toneman77/iso_satan
...
heavily modified spacefn layout for iso boards using the satan PCB
2016-08-17 21:11:59 -04:00
Jack Humbert
f59b61332f
Merge pull request #638 from premek/master
...
Split layout for planck
2016-08-17 21:11:02 -04:00
Xyverz
ef95c10c66
Update readme.md
2016-08-17 14:55:01 -07:00
Xyverz
e3486caf87
Create readme.md
2016-08-17 14:54:05 -07:00
Toni
c024de4a87
wring keypress for german iso fixed. prettified
2016-08-17 15:33:14 +02:00
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>
2016-08-17 15:05:58 +02:00
Toni
8e142d8cbe
no more warning thanks to iFreilicht's tip with undef
2016-08-16 17:35:03 +02:00
Toni
deedd2f408
in accordance to keymap_makefile_example.mk
2016-08-16 16:44:12 +02:00
Toni
03a24eb86a
minor grammer fixes
2016-08-16 16:35:57 +02:00
Toni
b1ac91a040
big cleanup and minor refactoring. thanks iFreilicht.
2016-08-16 16:32:42 +02:00
Přemek Vyhnal
2ebfdcac40
Update readme.md
2016-08-16 01:07:34 +02:00
premek
a75d4bd593
premek split layout
2016-08-16 00:50:35 +02:00
premek
5abb05ca40
premek split layout
2016-08-16 00:44:58 +02:00
Matt
f5ed3e5155
Added my custom Planck layout called Circuit.
...
* Layout has image and readme, as well as documentation in the code.
2016-08-15 17:26:01 -05:00
Felix Uhl
faa3fd48ae
Minor changes to felix keymap
2016-08-15 22:57:26 +02:00
Toni
68005ce602
grammar
2016-08-15 21:47:07 +02:00
Toni
7e1be3ae7c
reference to reddit post and Terry Mathews
2016-08-15 21:44:20 +02:00
Toni
b8cbf7c9c0
script now waits for the user to press the button
2016-08-15 21:18:25 +02:00
Toni
396b59f256
readme now with picture
2016-08-15 21:12:49 +02:00
Toni
94ff9c9fa5
more prettyness
2016-08-15 21:04:11 +02:00
Toni
14de76ea80
Update readme.md
...
typo
2016-08-15 21:02:40 +02:00
Toni
5cf5e27dcd
Update readme.md
...
attempt to prettify the table
2016-08-15 21:02:07 +02:00
Toni
77f3efbef6
more information. first steps in markdown
2016-08-15 20:59:50 +02:00
Toni
ca4968bc44
readme.md added
2016-08-15 20:46:38 +02:00
Toni
f89aec98ae
removed my personal stuff
2016-08-15 20:32:45 +02:00
Toni
5ecebc3a66
Merge remote-tracking branch 'origin/master' into iso_split_rshift
...
no idea what is merged
2016-08-15 19:48:53 +02:00
cbbrowne
8a14952e44
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
2016-08-15 11:19:24 -04:00
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.
2016-08-15 06:57:24 -07:00
Xyverz
8e2d69d5a2
Adding u/treasuredfrog's hack to use LT() with the RAISE and LOWER macros.
2016-08-15 06:28:39 -07:00
Xyverz
4f0bcfe724
Merge remote-tracking branch 'upstream/master'
2016-08-14 20:27:41 -07:00
Xyverz
055b887b0d
Setup the bottom-row modifiers to be mac-like in their arrangement.
2016-08-14 20:25:52 -07:00
di0ib
959c48e146
moved to handwired folder
2016-08-14 14:13:58 -10:00
di0ib
288bf4faa3
Merge branch 'master' of https://github.com/di0ib/qmk_firmware
2016-08-14 13:20:00 -10:00
di0ib
df56d742b1
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
2016-08-14 13:19:20 -10:00
Jack Humbert
4865e6f81f
Merge pull request #631 from jacwib/master
...
Jacwib's keymap
2016-08-14 18:50:22 -04:00
di0ib
503ec7f9f6
Updated readme
...
Added link to Minorca/Sebright blog.
2016-08-14 11:15:46 -10:00
di0ib
f58a67c991
cleanup readme
2016-08-14 11:10:12 -10:00
di0ib
1eaa685872
Correct data pin to D5
2016-08-14 11:08:15 -10:00
di0ib
65060ad000
Fix list
2016-08-14 11:07:35 -10:00
di0ib
dde9ee572c
clean up readnme
2016-08-14 11:06:46 -10:00
di0ib
b4218a2b3e
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
2016-08-14 10:58:22 -10:00
di0ib
c6c2c3fc14
minorca
...
minirca with RGB keymap
2016-08-14 10:58:10 -10:00
Toni
5705a40320
increased readability with a defince
2016-08-14 20:06:47 +02:00
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.
2016-08-14 13:07:03 +02:00
Felix Uhl
6774f300da
Update readme.md
2016-08-14 11:48:59 +02:00
Felix Uhl
ec75c04663
Fixed links to keymap sources
2016-08-14 11:44:43 +02:00
jacwib
54e37fd2d1
Fix bug
2016-08-14 11:08:01 +02:00
jacwib
6ba27ea318
Remove pointless comments
2016-08-14 11:02:46 +02:00
jacwib
e4e13ddc54
Update readme.md
2016-08-14 10:57:47 +02:00
jacwib
26f4a0cf04
Update Makefile
2016-08-14 10:49:26 +02:00
jacwib
62004866b3
Update config.h
2016-08-14 10:49:06 +02:00
jacwib
cf91aa416a
Update keymap.c
2016-08-14 10:48:52 +02:00
jacwib
1ab78110bd
Update readme.md
2016-08-14 10:48:22 +02:00
jacwib
880486bd24
Jack's keymap.
2016-08-14 10:46:40 +02:00
Xyverz
049343e523
Added my own layout to the Phantom.
2016-08-14 00:33:11 -07:00
Xyverz
97fca1efff
Fixing a mixup. Tidying up the keymap.
2016-08-13 20:14:27 -07:00
Xyverz
1920c290a4
Merge remote-tracking branch 'upstream/master'
2016-08-13 19:51:49 -07:00
Erez Zukerman
6323f3d1e7
Merge pull request #623 from algernon/ergodox-ez/algernon
...
ergodox: Update my keymap to v1.5
2016-08-13 20:12:15 -04:00
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.
2016-08-14 00:41:09 +02:00
Nicholas Keene
ba7f2b1d3f
The Ordinary Layout is the unsurprising layout
2016-08-13 15:53:03 -05:00
Ian Sterling
e87506767c
Removal of old minivan44 folder.
2016-08-13 10:44:42 -07:00
Ian Sterling
2d0f585e42
Renamed minivan44 to tv44 in all occurrences per wishes of
...
Jack and Evan.
2016-08-13 10:36:08 -07:00
Toni
e0aa216905
Merge remote-tracking branch 'origin/master' into iso_split_rshift
...
update from Upstream
2016-08-13 09:24:24 +02:00
Ian Sterling
c07fe96581
Adding the MiniVan44 aka TheVan 44 by u/evangs to the repo.
...
Initial Commit.
2016-08-12 23:45:40 -07:00
Xyverz
3bae791372
Update keymap.c
2016-08-12 22:30:01 -07:00
Ian Sterling
458607ee5e
Corrections to the Atreus Makefile and updates to my keymap
2016-08-12 22:26:30 -07:00
Callum Oakley
993d72b11f
added a lock screen key
2016-08-12 21:05:52 +01:00
Toni
cafa528b88
only aesthetics
2016-08-12 19:14:48 +02:00
cbbrowne
c21a882ec9
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
2016-08-12 11:17:34 -04:00
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>
2016-08-12 16:36:07 +02:00
shela
11e23fd3fd
add new line
2016-08-12 21:45:36 +09:00
shela
c9272fee08
add new line
2016-08-12 21:33:32 +09:00
shela
1c8d64d3b3
add my keymap
2016-08-12 21:24:43 +09:00
Jack Humbert
97cd7afc32
Merge pull request #618 from denolfe/master
...
Add denolfe satan keymap
2016-08-11 21:34:34 -04:00
Jack Humbert
a087a207f1
Merge pull request #608 from finleye/master
...
Adds keymap based on Kinesis advantage
2016-08-11 21:32:32 -04:00
Felix Uhl
4725942dc7
Small changes
...
Enabled Bootmagic and ISO layouts on felix keymap
Added unused pins
2016-08-11 21:49:10 +02:00
Xyverz
71e1bb2e1c
Delete keymap.c
...
Not ready to submit this one just yet.
2016-08-11 11:04:57 -07:00
Xyverz
eeade4af84
Update keymap.c
...
Changed right-hand F-key layout in order to add KC_PLUS to _L2.
2016-08-11 09:48:23 -07:00
Xyverz
d1f418d85d
Update Makefile
...
Corrected spelling of "ATREUS" in all locations. (ATRUES -> ATREUS)
2016-08-11 09:46:05 -07:00
Elliot DeNolf
56f86413e0
Add denolfe satan keymap
2016-08-11 09:54:02 -06:00
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
2016-08-11 09:36:37 +02:00
Felix Uhl
aa1a90af66
Added S60-X to keyboards with two layouts.
2016-08-11 00:54:55 +02:00
cbbrowne
83913f9197
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
2016-08-10 11:36:37 -04:00
Ian Sterling
0d60355241
Added braces using LSFT(KC_LBRC) and LSFT(KC_RBRC) since the normal RBCR and LBCR didn't work for me.
2016-08-09 23:56:21 -07:00
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.
2016-08-09 23:49:27 -07:00
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
2016-08-09 12:33:07 -04:00
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.
2016-08-09 12:31:56 -04:00
cbbrowne
6a618fd44d
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
2016-08-09 12:10:48 -04:00
Callum Oakley
49fbcb3e7c
Merge remote-tracking branch 'upstream/master'
2016-08-09 12:39:59 +01:00
Callum Oakley
725dd7328f
updated readme.md to reflect keymap changes
2016-08-09 11:09:52 +01:00
Callum Oakley
5f37b11f2c
changed order of bottom row of symbol layer to ease acess to brackets
2016-08-09 11:03:12 +01:00
Ian Sterling
78a6fae453
Merge branch 'master' of https://github.com/Xyverz/qmk_firmware
2016-08-08 19:40:41 -07:00
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.
2016-08-08 19:35:13 -07:00
Xyverz
c062b6a13d
Delete keymap.c
...
file cleanup
2016-08-08 18:52:48 -07:00
Xyverz
4e030313f7
Delete README.md
...
file cleanup
2016-08-08 18:51:34 -07:00
Xyverz
1493836762
Delete README.md
...
file clean up.
2016-08-08 18:48:36 -07:00
Xyverz
c060afe68e
Delete old_keymap.c
...
file cleanup
2016-08-08 18:47:13 -07:00
Xyverz
bf93fa510b
Delete readme.md
...
file cleanup, removing file that doesn't apply to my layout.
2016-08-08 18:46:34 -07:00
Xyverz
de1db144d0
Delete dvorak.png
...
Not reflective of my layout.
2016-08-08 18:44:09 -07:00
Ian Sterling
552399df4c
Adding my own keymaps to the following keyboards:
...
Planck, Preonic, Atreus, Ergodox
2016-08-08 18:34:08 -07:00
skullY
adad05c3fb
Add support for the cluecard
2016-08-08 16:11:54 -07:00
skullY
d561f63bd1
Clueboard: Fix the title in keymaps/skully/readme.md
2016-08-08 13:46:55 -07:00
skullY
e85bf50e1a
Clueboard: Add some readme.md files and do some minor cleanup.
2016-08-08 13:43:24 -07:00
Corey Finley
76cd7c5444
Adds keymap based on Kinesis advantage
2016-08-08 15:17:10 -04:00
cbbrowne
6ce0195e24
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
2016-08-08 13:50:01 -04:00
Jack Humbert
a3167bdc09
Merge pull request #609 from sethbc/fix_clueboard_orphaned_files
...
remove orphaned clueboard files
2016-08-08 12:09:14 -04:00
JeeBak Kim
ef83f1d04f
Tap for ;, hold for GUI, tap for ", hold for Alt
2016-08-07 12:44:45 -07:00
JeeBak Kim
3d86e5b7a7
Tap for Tab, hold for Hyper
2016-08-07 11:05:10 -07:00
Toni
b5fcb5a744
new variant with the curly braces on tab layer
2016-08-07 11:37:28 +02:00
JeeBak Kim
68e287013b
Add Tab Close, New, Reopen macros to TouchCursor layer
2016-08-06 13:36:46 -07:00
JeeBak Kim
bda4d15ffa
Add Virtual Desktop Switching macros to TouchCursor layer
2016-08-06 12:00:37 -07:00
JeeBak Kim
57218827cb
Move KC_ACL1 button
2016-08-06 00:08:59 -07:00
JeeBak Kim
96ed96f924
Fix KC_ALT_TAB/KC_CMD_TAB logic
2016-08-06 00:01:12 -07:00
JeeBak Kim
6483a2a04b
Mouse layer updates
...
- Rename to MOUSECURSOR
- Use "d" key, since middle finger is stronger than pinky
- Shuffle some mouse buttons around
2016-08-05 23:32:00 -07:00
Seth Chandler
545925fb1b
remove orphaned clueboard files
2016-08-05 23:19:12 -04:00
Toni
dcf672223f
enterfn / enterisctrl on hold added
2016-08-05 20:53:58 +02:00
JeeBak Kim
36abd4463f
Revert swapp of AltTab/CmdTab in readme. Layout did not change
2016-08-04 14:26:03 -07:00
cbbrowne
64e051652b
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
2016-08-04 11:10:41 -04:00
JeeBak Kim
7db1d7902b
Workaround for KC_COPY, etc. based on current AG_NORM/AG_SWAP setting
2016-08-03 21:21:28 -07:00
JeeBak Kim
9a4e72fa71
Add CmdSlash to TouchCursor Layer
2016-08-03 19:19:18 -07:00
JeeBak Kim
16f4a31784
Number layer tweaks
2016-08-03 19:19:18 -07:00
JeeBak Kim
fdd89e7f0d
Add Alt-Tab, Cmd-Tab, and Ctl-Tab Macros to TouchCursor layer, swap LGUI and LSFT
2016-08-03 19:19:18 -07:00
JeeBak Kim
abc3cd4d72
Update readme.md
2016-08-03 19:19:18 -07:00
Jack Humbert
301e46c529
Merge pull request #599 from Depariel/master
...
Fixed compiling errors and updated keymaps for infinity_chibios
2016-08-03 00:10:41 -04:00
Stephen Christie
bf2b260429
Merge branch 'master' of http://github.com/jackhumbert/qmk_firmware
2016-08-02 22:51:30 -04:00
Stephen Christie
0acb394ac4
Moved Insert, PrtSc, Pause to Adjust; Corner enter
2016-08-02 22:32:27 -04:00
Erez Zukerman
79a9e04706
Merge pull request #592 from sethbc/ez-sethbc
...
Ez sethbc
2016-08-02 08:03:09 -04:00
Erez Zukerman
8c52327aa6
Merge pull request #593 from J3RN/master
...
Updated the J3RN ErgoDox keymap
2016-08-02 08:02:27 -04:00
Erez Zukerman
6eab4ecd7e
Merge pull request #600 from adiabatic/master
...
zweihander-osx: add left-hand-thumb tab key
2016-08-02 08:01:56 -04:00
Erez Zukerman
56aa51664e
Updates ErgoDox readme
2016-08-01 21:15:01 -04:00
Stephen Christie
76ef37e72d
Corrected Qwerty/Fn Mismatch.
2016-08-01 18:54:25 -04:00
Jack Humbert
d5baa4773d
Merge pull request #596 from fredizzimo/rid_of_quick
...
Fix the makefile dependencies and remove quick targets
2016-08-01 02:24:53 -04:00
Depariel
a675c1aee0
added support for Infinity 1.1a (4th drop) matrix, no LED support yet
2016-07-31 23:12:16 -04:00
Stephen Christie
4b74c90cdb
Added quote key.
2016-07-31 22:39:25 -04:00
Nathan Sharfi
07a631bd5a
Thumb ⌫ into ⇥, numpad & into :, yank home/end
...
Also: add (back?) in the light-shine disabler
2016-07-31 14:21:08 -07:00
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
2016-07-31 14:02:25 -07:00
Depariel
0c4177e077
fixed typo in hasu/keymap.c
2016-07-31 15:16:55 -04:00
Depariel
ceecb7c819
fixed compiling bugs in infinity_chibios.h, updated keymaps, added depariel keymap
2016-07-31 14:25:25 -04:00
Fred Sundvik
97817a773e
Generate version information to version.h
...
So that only the files that really needs a version are recompiled.
2016-07-31 13:42:05 +03:00
JeeBak Kim
230d313dbd
Update readme.md
2016-07-30 17:30:10 -07:00
JeeBak Kim
a2ed7ce795
Add additional shortcut keymaps to TOUCHCURSOR layer
2016-07-30 12:52:51 -07:00
JeeBak Kim
db8ad8204e
Add additional maps for [, and ], to LOWER
2016-07-30 12:52:51 -07:00
JeeBak Kim
b54a58859f
Make RAISE layer an all numbers/arithmatic layer
2016-07-30 12:52:51 -07:00
JeeBak Kim
216efe6c99
Move reset to a less accessible location
2016-07-30 12:52:51 -07:00
JeeBak Kim
e0dd9d6af0
Add -, +, and . to RAISE
2016-07-30 12:52:51 -07:00
JeeBak Kim
6a2c681ae9
Change calls from persistant_default_layer_set() to default_layer_set()
2016-07-30 12:52:51 -07:00
JeeBak Kim
eb9416a67d
PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE layers
2016-07-30 12:52:46 -07:00
Jonathan Arnett
1876e100be
Updated readme with recent changes
2016-07-30 14:37:54 -04:00
Jack Humbert
17bd4ac062
Updated my keymap
2016-07-30 14:07:27 -04:00
JeeBak Kim
984fc2b630
Media keys for all the "regular" layers
2016-07-30 10:13:50 -07:00
JeeBak Kim
7209310d1b
Add mouse layer, and remove default arrow keys (touchcursor only, now)
2016-07-30 10:13:50 -07:00
JeeBak Kim
a6bae9fb07
Add numbers to _RAISE
2016-07-30 10:13:49 -07:00
JeeBak Kim
6baf77d8fb
Move _RAISE symbols to _LOWER
2016-07-30 10:13:49 -07:00
JeeBak Kim
ad7e4af45c
Tap for Enter, hold for Shift
2016-07-30 10:13:49 -07:00
JeeBak Kim
b5d77440b6
Add personalized TouchCursor layer
2016-07-30 10:13:49 -07:00
JeeBak Kim
eb1a06d3ae
Tap for Esc, hold for Control
2016-07-30 10:13:44 -07:00
Seth Chandler
a6ec5fa74a
rebase
2016-07-30 10:46:13 -04:00
Seth Chandler
694567f799
update makefile
2016-07-30 10:42:57 -04:00
Seth Chandler
a01d703a58
initial commit of sethbc keymap
2016-07-30 10:42:57 -04:00
JeeBak Kim
f78a994355
Add "jeebak" keymap folder as a copy of the "default" folder
2016-07-30 00:16:04 -07:00
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>
2016-07-30 08:37:30 +02:00
Stephen Christie
5f2d3f27de
Moved CapsLk, ScrollLk, and NumLk to Adjust layer
2016-07-30 00:56:43 -04:00
Fred Sundvik
566c79554e
Small fix for infinity include guard
2016-07-29 21:09:42 +03:00
Fred Sundvik
6e8a5aca9d
Fix typo in the readme.
2016-07-29 21:09:41 +03:00
Fred Sundvik
401dd09077
A couple of more Ergodox readme fixes
2016-07-29 21:09:40 +03:00
Fred Sundvik
c65da1f208
Unify the ErgoDox EZ and Infinity documentation
2016-07-29 21:09:39 +03:00
Fred Sundvik
44cefcb40a
Refer to the right path in the readme
2016-07-29 21:09:38 +03:00
Fred Sundvik
349f189e83
Move Ergodox readme from ez subfolder to parent
2016-07-29 21:09:37 +03:00
Fred Sundvik
ad416fb1a3
Include the main Makefile before including Ergodox infinity drivers
2016-07-29 21:09:37 +03:00
Fred Sundvik
592ef7c6f0
Move Infinity Ergodox drivers to subproject, and fix makefile
2016-07-29 21:09:36 +03:00
Fred Sundvik
37052a53f1
Remove the Infinity Ergodox default keymap
2016-07-29 21:09:35 +03:00
Fred Sundvik
650298cec3
Cleanup the townk_osx config.h and make files
2016-07-29 21:09:34 +03:00
Fred Sundvik
fd7f20b029
Rename supercoder config_user to config.h
...
Also fixup the include path of parent config
2016-07-29 21:09:33 +03:00
Fred Sundvik
426e9ecc6f
Fix config.h include guards
2016-07-29 21:09:32 +03:00
Fred Sundvik
a6577b272e
Define weak matrix user function for Infinity Ergodox
...
So that a few keyboards, which don't use them, links properly.
2016-07-29 21:09:31 +03:00
Fred Sundvik
1641743b9d
Change _delay_ms to wait_ms in algernon keymap
2016-07-29 21:09:21 +03:00
Fred Sundvik
e7670f6d19
Move some of the Ergodox config settings to shared
2016-07-29 20:48:22 +03:00
Fred Sundvik
e0f28c2b10
Add empty led control functions to Infinity Ergodox
...
So that most keymaps compiles and links
2016-07-29 20:48:21 +03:00
Fred Sundvik
e01b4c3fd9
Most ergodox keymaps compiles on Infinity
...
There are linker errors due to missing led funcitonality though
2016-07-29 20:48:20 +03:00
Fred Sundvik
b0376687f4
All Ez keymaps compiles
2016-07-29 20:48:19 +03:00
Fred Sundvik
9af995c59b
Initial structure for Ergodox as subprojects
...
Only the EZ default keymaps compiles at the moment though.
2016-07-29 20:48:04 +03:00
Erez Zukerman
30003d48f9
Merge pull request #584 from algernon/ergodox-ez/algernon
...
ergodox_ez: Upgrade my keymap to v1.4
2016-07-29 08:11:37 -04:00
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>
2016-07-29 12:24:33 +02:00
coderkun
3ace37271b
disable sleep LED
2016-07-29 11:28:37 +02:00
coderkun
70755d6614
complete labels for modifiers in keymap schema
2016-07-29 11:07:50 +02:00
coderkun
08239aadea
use Ergodox EZ’s third LED for “scroll lock”
2016-07-29 11:07:50 +02:00
coderkun
61fbb47eb6
fix grave (GRV) and acute (ACUT) accents
2016-07-29 11:06:18 +02:00
Stephen Christie
c018743729
Connected all layers through Adjust layer
2016-07-29 00:08:48 -04:00
Jack Humbert
7559edc6e6
Merge pull request #578 from 0xdec/master
...
0xdec Preonic keymap
2016-07-28 16:34:34 -04:00
Jack Humbert
9b5edbdce9
Merge pull request #577 from hot-leaf-juice/master
...
Pull request to include my keymap if you want it!
2016-07-28 16:34:16 -04:00
Jordi Orlando
3b39910cb9
Create 0xdec Preonic keymap
...
An ergonomically optimized Colemak keymap for the grid-layout Preonic
2016-07-28 14:36:20 -05:00
Stephen Christie
6567fa1ebe
Fixed Function keys (Impossible layout)
2016-07-28 14:57:45 -04:00
Stephen Christie
a4e5a4d566
Modified Qwerty, created Qwerty with numbers
2016-07-28 13:49:25 -04:00
Christopher Browne
2d59c97ec1
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
2016-07-28 12:42:21 -04:00
Jack Humbert
e5ac0e8369
Merge pull request #570 from sethbc/fix_bone2planck_build
...
Fix bone2planck build
2016-07-28 12:27:46 -04:00
Jack Humbert
a6d279a343
Merge pull request #569 from sethbc/fix_stanleylai_warnings
...
kill warnings filling up travis buildlog
2016-07-28 12:27:11 -04:00
Jack Humbert
36df9fd3fd
Merge pull request #568 from sethbc/fix-colemak-osx-pc-no
...
update NO_AMP to NO_AMPR
2016-07-28 12:26:43 -04:00
Jack Humbert
f96a2a74ea
Merge pull request #566 from SmackleFunky/master
...
Allow toggling out of plover layer
2016-07-28 12:26:11 -04:00
Callum Oakley
1eeceee355
Added readme.md for custom layout.
2016-07-28 12:15:55 +01:00
Toni
684d869fab
added homerow-ish brackets
2016-07-28 11:58:53 +02:00
Callum Oakley
9822b9f743
Added custom keymap.
...
Added custom keymap.
2016-07-27 21:18:19 +01:00
Toni
6ff8a81520
first try ar adding the parenthesis mess for german iso
2016-07-27 21:11:55 +02:00
Toni
9f21c0aa06
Merge remote-tracking branch 'origin/master' into iso_split_rshift
...
merge with master
2016-07-27 20:35:13 +02:00
Seth Chandler
180a3da44d
remove unnecessary includes
2016-07-27 02:32:15 -04:00
Seth Chandler
95ef3f864e
fix numerous errors in bone2planck keymap
2016-07-27 02:30:17 -04:00
Seth Chandler
368d0bdf68
kill warnings filling up travis buildlog
2016-07-27 02:21:09 -04:00
Seth Chandler
13bb3a7379
update NO_AMP to NO_AMPR
2016-07-27 02:06:19 -04:00
SmackleFunky
fdd07991de
Allow toggling out of plover layer
2016-07-27 04:44:24 +00:00
Mazin Bokhari
3fd1c9d72b
Move to keyboards
2016-07-26 22:43:04 -05:00
Stephen Christie
57952949fe
General table cleanup.
2016-07-26 23:33:21 -04:00
Stephen Christie
ff8136b883
Modified Plover layer for Impossible's home position.
2016-07-26 17:39:21 -04:00
Stephen Christie
465cf08c63
Removed unused layers (keeping QWERTY for later/reference)
2016-07-26 17:37:56 -04:00
Stephen Christie
fb2a7d787a
Removed unused layers (left QWERTY for later use/reference)
2016-07-26 17:29:19 -04:00
Christopher Browne
2a349e96bb
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
2016-07-26 16:35:44 -04:00
Jack Humbert
b66131eeb5
disable midi by default
2016-07-26 15:59:26 -04:00
Jason Janse van Rensburg
a41a7a9100
include base config.h instead of copying it
2016-07-26 16:19:34 +02:00
Jason Janse van Rensburg
8244fa40cc
added config.h, and missing Ins of filpped navigation layer
2016-07-26 14:58:17 +02:00
Jason Janse van Rensburg
27d27b179b
Merged branch master into bone2planck
2016-07-25 22:55:28 +02:00
Jason Janse van Rensburg
3e462fac31
added missing F keys in flipped layer
2016-07-25 20:21:32 +02:00
Christopher Browne
17a7570e08
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
2016-07-25 12:55:46 -04:00
Toni
5e2e8c89e8
Merge remote-tracking branch 'origin/master' into iso_split_rshift
...
whatever
2016-07-25 12:49:38 +02:00
Jack Humbert
8b94e26d7c
Fixes midi functionality
2016-07-24 22:07:43 -04:00
Jack Humbert
670327f1d0
Merge pull request #548 from CommandLineDesign/CMD-Preonic
...
CMD keymap for Preonic
2016-07-24 21:56:50 -04:00
Jack Humbert
384d9cd6bb
Merge pull request #546 from sethbc/satan-cleanup
...
Satan cleanup
2016-07-24 21:56:23 -04:00
Erez Zukerman
4885225159
Merge pull request #534 from willwm/teckinesis
...
Teckinesis for ErgoDox EZ
2016-07-24 18:04:59 -07:00
Will Wolff-Myren
f4cb84c940
Remove images, per @ezuk request. =)
2016-07-24 14:33:17 -07:00
Erez Zukerman
36f2e22283
Merge pull request #535 from algernon/ergodox-ez/algernon
...
ergodox_ez: Update my keymap to v1.3
2016-07-24 11:34:33 -07:00
Jonathan Lucas
e6a41e43aa
Updated Readme
2016-07-23 21:26:01 -07:00
commandlinedesign
c826bcfc39
Did a derp and forgot to set Trans on Arrow layer
2016-07-23 21:08:00 -07:00
commandlinedesign
4480a74a4b
Arrow key fn layer shouldnt overwrite Ctrl key. Better Print Screen position
2016-07-23 21:02:23 -07:00
Jason Janse van Rensburg
4e0bf283f6
added readme
2016-07-24 05:11:07 +02:00
commandlinedesign
c1fb82623c
Tested, resolved Mouse issue, resolved numpad issue
2016-07-23 20:02:45 -07:00
Jason Janse van Rensburg
1bfd57e234
moved insert
2016-07-24 05:02:06 +02:00
Jason Janse van Rensburg
58f092cf87
moved ctrl
2016-07-24 04:52:35 +02:00
commandlinedesign
fbafb9449e
Resolved errors
2016-07-23 19:32:02 -07:00
Jason Janse van Rensburg
34bce6f206
fixed stupid errors
2016-07-24 04:08:40 +02:00
Jonathan Lucas
9b3708f830
Init Readme
...
This needs a better description.
2016-07-23 18:52:52 -07:00
Jonathan Lucas
3c7075011b
Create Makefile
...
This is untested, use caution.
2016-07-23 18:50:41 -07:00
Jonathan Lucas
b5761df57b
Create CMD-Preonic Keymap
...
This is very Alpha-Mode, and has not been tested or even Made yet.
2016-07-23 18:47:36 -07:00
Seth Chandler
75f0922711
fix typo in readme and satan.h
2016-07-23 20:55:20 -04:00
Seth Chandler
ef533be2d6
cleanup default layout
2016-07-23 20:52:27 -04:00
Seth Chandler
81fe3d962c
update sethbc keymap
2016-07-23 20:37:41 -04:00
Stephen Christie
723857bf8a
Table for Fn
...
layer.
2016-07-22 18:19:07 -04:00
Stephen Christie
a39eaa7fb5
Switched to natural arrows, put ENTER on middle Fn, swapped Shift and CTRL.
2016-07-22 17:46:23 -04:00
Toni
5631f1436c
converted funtions to QMK aliases
2016-07-22 11:17:57 +02:00
Toni
197244e47f
more cosmetic changes (whitespace)
2016-07-22 08:14:08 +02:00
Toni
c1f014b1dd
purely cosmetic changes
2016-07-22 08:13:06 +02:00
Jack Humbert
8e1d96983a
Merge pull request #543 from VoodaGod/bone2planck
...
updated bone2planck
2016-07-21 21:29:54 -04:00
Jack Humbert
66fed12c98
Merge pull request #541 from milestogo/master
...
initial kinisis advantage build
2016-07-21 21:05:06 -04:00
Jack Humbert
5249b4451c
Merge pull request #540 from replicaJunction/feature-atreus-keymapFunction
...
Adjusted Atreus KEYMAP() function.
2016-07-21 21:04:45 -04:00
Jack Humbert
fb0bba5981
Merge pull request #538 from robertdale/preonic-map-correction
...
Preonic: Corrected the ascii layout to match the coded layout
2016-07-21 21:03:56 -04:00
Jack Humbert
6f9f9baff4
Merge pull request #530 from sethbc/master
...
Misc. fixes from sethbc
2016-07-21 21:01:35 -04:00
Stephen Christie
eeb100f87d
First draft of the 'impossible' layout.
2016-07-21 18:19:08 -04:00
milestogo
24e4e6dd18
adding traveller keyboard
2016-07-20 21:12:00 -07:00
Jason Janse van Rensburg
b0e9dbecee
fixed include paths
2016-07-20 17:05:23 +02:00
Jason Janse van Rensburg
32f5b34ad2
reformat
2016-07-20 16:58:10 +02:00
Jason Janse van Rensburg
3d7244e604
updated bone2planck
2016-07-20 16:42:09 +02:00
milestogo
1984861338
initial kinisis advantage build
2016-07-19 22:35:38 -07:00
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.
2016-07-19 17:46:03 -05:00
Robert Dale
9c26498f49
added Midi On/Off; Enter is actually transparent
2016-07-19 08:43:41 -04:00
Robert Dale
47223ebee4
Corrected the ascii layout to match the coded layout
2016-07-19 08:00:03 -04:00
Toni
5cd6d607fc
changed ctrl back to enter. "j" interfered with my vimming
2016-07-19 09:17:31 +02:00
Toni
1988c180e3
small cosmetic change
2016-07-19 09:16:55 +02:00
Christopher Browne
82f768e6c0
Notes about changes
2016-07-18 16:07:00 -04:00
Toni
4b32a161d0
renamed keymap
2016-07-18 10:50:45 +02:00
Toni
36242d5ac5
reduced makefile size. not so much needed due to "inheritance"
2016-07-18 10:50:19 +02:00
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>
2016-07-18 08:57:30 +02:00
Will Wolff-Myren
3c4620bf81
Update readme.md
...
* Markdown cleanup
2016-07-17 15:08:04 -07:00
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.
2016-07-17 15:04:50 -07:00
Will Wolff-Myren
ea2b1670f6
Update description comment.
2016-07-17 14:56:37 -07:00
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
2016-07-17 14:19:22 -07:00
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)
2016-07-17 14:16:31 -07:00
Toni
11bf8355cf
new modifier "J" is crtl
2016-07-17 23:13:49 +02:00
Will Wolff-Myren
e9453b3fdc
Update Base Layer comment to match new layout.
2016-07-17 14:08:22 -07:00