Commit Graph

90 Commits (66e40529aa9271c76d207fb8190ad76bb5cf8d6b)

Author SHA1 Message Date
coderkun 70755d6614 complete labels for modifiers in keymap schema
coderkun 08239aadea use Ergodox EZ’s third LED for “scroll lock”
coderkun 61fbb47eb6 fix grave (GRV) and acute (ACUT) accents
Jack Humbert 36df9fd3fd Merge pull request from sethbc/fix-colemak-osx-pc-no
update NO_AMP to NO_AMPR
Jack Humbert f96a2a74ea Merge pull request from SmackleFunky/master
Allow toggling out of plover layer
Seth Chandler 13bb3a7379 update NO_AMP to NO_AMPR
SmackleFunky fdd07991de Allow toggling out of plover layer
Mazin Bokhari 3fd1c9d72b Move to keyboards
Erez Zukerman 4885225159 Merge pull request from willwm/teckinesis
Teckinesis for ErgoDox EZ
Will Wolff-Myren f4cb84c940 Remove images, per @ezuk request. =)
Erez Zukerman 36f2e22283 Merge pull request from algernon/ergodox-ez/algernon
ergodox_ez: Update my keymap to v1.3
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>
Will Wolff-Myren 3c4620bf81 Update readme.md
* Markdown cleanup
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.
Will Wolff-Myren ea2b1670f6 Update description comment.
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
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)
Will Wolff-Myren e9453b3fdc Update Base Layer comment to match new layout.
Will Wolff-Myren 11f8d167ec [BASE]: KC_MINS -> KC_GRV
Will Wolff-Myren e900c39669 RSpec: KC_EQL -> KC_MINS
Will Wolff-Myren 973ea2f917 LSpec: KC_GRV -> KC_EQL
Seth Chandler 0a2653bac8 update broken link
Will Wolff-Myren 76469ebbcf Replaced ordinary-media.{png|json} with new media layout
Will Wolff-Myren 1b776f0f33 Replaced ordinary-symbol.{png|json} with new base layout.
Will Wolff-Myren b587245430 Replaced ordinary-base.{png|json} with new base layout.
Will Wolff-Myren 825aead3bd Replaced readme.md with stub
(incl. reference to original layout)
Will Wolff-Myren 8f3cdea357 Created "teckinesis" keymap folder
(Based on "ordinary" keymap by Nicholas Keene)
Josh Colbeck 5ed673d82d Changed layer switching to momentary
corrected macro
Josh Colbeck 497b92c3bd Added macro and readme
macros to for often used eclipse shortcuts
Josh Colbeck 1650adf29a Added new keymap
Josh Colbeck 62a92a71d0 Revert "Changed layout of left hand main layer"
This reverts commit 8149924399.
Joshua Colbeck 8149924399 Changed layout of left hand main layer
Anand Babu (AB) Periasamy 7712d55215 zoom and undo keys
Erez Zukerman 40bfc7231e Merge pull request from abperiasamy/ergo-ab-swap-up-down
Swap up and down keys to match default layout
Erez Zukerman d2fc24d2a0 Merge pull request from tkuichooseyou/master
Added tkuichooseyou keymap; for vim and macOS users
Anand Babu (AB) Periasamy 512a68c0ec Swap up and down to match default layout
Jack Humbert 13bb6b4b7f Backlight abstraction and other changes ()
* redoes matrix pins, abstracts backlight code for B5,6,7

* slimming down keyboard stuff, backlight breathing implemented

* don't call backlight init when no pin

* cleans up user/kb/quantum calls, keyboard files

* fix pvc atomic

* replaces CHANNEL with correct var in breathing

* removes .hexs, updates readmes, updates template

* cleans-up clueboards, readmes to lowercase

* updates readme
Teddy Ku b9d29cc355
Added tkuichooseyou keymap; for vim and OSX users
Gergely Nagy 2278956412 ergodox_ez: Update the algernon keymap to v1.2
Noticeable changes since the last pull request:

* The forced NKRO mode can be easily toggled off at compile-time, to
  make the firmware compatible with certain operating systems.
* The `:;` key has changed behaviour: to access the `;` symbol, the key
  needs to be double-tapped, instead of shifted.
* The `=` and `\` keys were swapped, `=` moved to the home row, on both
  the **base** and the **experimental** layers.
* The arrow and navigation keys were redone, they are now more
  accessible, but the navigation keys require an extra tap to access.
* The **Emacs** layer is gone, replaced by a simplified
  **navigation and media** layer.
* `LEAD v` types the firmware version, and the keymap version.
* On the **experimental** layer, the `L` and `Q`, and the `K` and `G`
  keys were swapped.
* The **Steno** layer gained a few more `#` and `*` keys, to make it
  easier on my fingers.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Jack Humbert 649b33d778 Renames keyboard folder to keyboards, adds couple of tmk's fixes ()
* fixes from tmk's repo

* rename keyboard to keyboards