summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* process_unicode: Handle too long UCIS symbol namesGergely Nagy2016-08-151-1/+9
| | | | | | | | If the symbol name being entered is longer than the max, stop recording it, and stop processing keycodes apart from the ones that can delete, finish or cancel the sequence. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* process_unicode: Add a way to enter unicode symbols by nameGergely Nagy2016-08-153-3/+126
| | | | | | | | | | | | | | | The purpose of this change is to allow keymaps to specify a dictionary of unicode symbol name to code mappings, and let the person at the keyboard enter unicode symbols by name. This is done by having a way to trigger unicode symbol input mode, when all keys are cached until Esc, Enter or Space are pressed. Once that happens, we try to look up the symbol from our lookup table. If found, we erase back, and type the unicode magic in to get that symbol. If not found, we still erase back, start unicode input mode, and replay what the user typed in. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* process_unicode: Small refactor & linux fixGergely Nagy2016-08-152-31/+48
| | | | | | | | | | | This moves the unicode input start / end sequences into their own functions, so keymaps and other functionality can build on it too. At the same time, it changes how the Linux variant works, to match reality: CTRL+SHIFT must be unregistered too, and we close the thing with a Space instead. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* Merge pull request #634 from di0ib/masterJack Humbert2016-08-1417-0/+440
|\ | | | | minorca handwired
| * moved to handwired folderdi0ib2016-08-1417-3/+3
| |
| * Merge branch 'master' of https://github.com/di0ib/qmk_firmwaredi0ib2016-08-141-0/+2
| |\
| | * Updated readmedi0ib2016-08-141-0/+2
| | | | | | | | | Added link to Minorca/Sebright blog.
| * | Merge remote-tracking branch 'refs/remotes/jackhumbert/master'di0ib2016-08-1422-9/+1234
| |\ \ | |/ / |/| / | |/
* | Merge pull request #631 from jacwib/masterJack Humbert2016-08-144-0/+246
|\ \ | | | | | | Jacwib's keymap
| * | Fix bugjacwib2016-08-141-1/+1
| | |
| * | Remove pointless commentsjacwib2016-08-141-21/+21
| | |
| * | Update readme.mdjacwib2016-08-141-1/+2
| | |
| * | Update Makefilejacwib2016-08-141-5/+0
| | |
| * | Update config.hjacwib2016-08-141-1/+0
| | |
| * | Update keymap.cjacwib2016-08-141-1/+1
| | |
| * | Update readme.mdjacwib2016-08-141-2/+2
| | |
| * | Jack's keymap.jacwib2016-08-144-0/+251
| | |
* | | Merge pull request #627 from algernon/h/set-unicode-input-modeJack Humbert2016-08-141-1/+1
|\ \ \ | | | | | | | | process_unicode: Fix set_unicode_input_mode()
| * | | process_unicode: Fix set_unicode_input_mode()Gergely Nagy2016-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the header, this was defined as `set_unicode_input_mode`, but the implementation had `set_unicode_mode` for a name. Changed the implementation to match the header. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* | | | Merge pull request #624 from Xyverz/masterJack Humbert2016-08-1417-8/+987
|\ \ \ \ | |_|/ / |/| | | Added Ergodox Layout with persistent layers, Atreus corrections
| * | | Added my own layout to the Phantom.Xyverz2016-08-141-0/+104
| | | |
| * | | Fixing a mixup. Tidying up the keymap.Xyverz2016-08-131-10/+0
| | | |
| * | | Merge remote-tracking branch 'upstream/master'Xyverz2016-08-1350-1420/+2937
| |\ \ \ | |/ / / |/| | |
| * | | Removal of old minivan44 folder.Ian Sterling2016-08-1313-564/+0
| | | |
| * | | Renamed minivan44 to tv44 in all occurrences per wishes ofIan Sterling2016-08-1313-0/+564
| | | | | | | | | | | | | | | | Jack and Evan.
| * | | Adding the MiniVan44 aka TheVan 44 by u/evangs to the repo.Ian Sterling2016-08-1213-0/+564
| | | | | | | | | | | | | | | | Initial Commit.
| * | | Update keymap.cXyverz2016-08-121-4/+0
| | | |
| * | | Corrections to the Atreus Makefile and updates to my keymapIan Sterling2016-08-121-1/+5
| | | |
| * | | Delete keymap.cXyverz2016-08-111-67/+0
| | | | | | | | | | | | Not ready to submit this one just yet.
| * | | Update keymap.cXyverz2016-08-111-2/+2
| | | | | | | | | | | | Changed right-hand F-key layout in order to add KC_PLUS to _L2.
| * | | Update MakefileXyverz2016-08-111-4/+4
| | | | | | | | | | | | Corrected spelling of "ATREUS" in all locations. (ATRUES -> ATREUS)
| * | | Added braces using LSFT(KC_LBRC) and LSFT(KC_RBRC) since the normal RBCR and ↵Ian Sterling2016-08-091-1/+1
| | | | | | | | | | | | | | | | LBCR didn't work for me.
| * | | Adding my own layouts for the Phantom and Ergodox. My Ergodox layout adds ↵Ian Sterling2016-08-092-0/+378
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Merge branch 'master' of https://github.com/Xyverz/qmk_firmwareIan Sterling2016-08-085-554/+0
| |\ \ \
| | * | | Delete keymap.cXyverz2016-08-081-184/+0
| | | | | | | | | | | | | | | file cleanup
| | * | | Delete README.mdXyverz2016-08-081-2/+0
| | | | | | | | | | | | | | | file cleanup
| | * | | Delete README.mdXyverz2016-08-081-49/+0
| | | | | | | | | | | | | | | file clean up.
| | * | | Delete old_keymap.cXyverz2016-08-081-311/+0
| | | | | | | | | | | | | | | file cleanup
| | * | | Delete readme.mdXyverz2016-08-081-10/+0
| | | | | | | | | | | | | | | file cleanup, removing file that doesn't apply to my layout.
| | * | | Delete dvorak.pngXyverz2016-08-081-0/+0
| | | | | | | | | | | | | | | Not reflective of my layout.
| * | | | Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for ↵Ian Sterling2016-08-083-204/+160
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Adding my own keymaps to the following keyboards:Ian Sterling2016-08-0811-0/+1369
| | | | | | | | | | | | | | | | Planck, Preonic, Atreus, Ergodox
| | | * cleanup readmedi0ib2016-08-141-3/+3
| | | |
| | | * Correct data pin to D5di0ib2016-08-141-1/+1
| | | |
| | | * Fix listdi0ib2016-08-141-9/+9
| | | |
| | | * clean up readnmedi0ib2016-08-141-8/+10
| | | |
| | | * Merge remote-tracking branch 'refs/remotes/jackhumbert/master'di0ib2016-08-1454-1420/+3698
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #623 from algernon/ergodox-ez/algernonErez Zukerman2016-08-136-1237/+1244
|\ \ \ \ | | | | | | | | | | ergodox: Update my keymap to v1.5
| * | | | ergodox: Update my keymap to v1.5Gergely Nagy2016-08-126-1237/+1244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #626 from tenderlove/readme-linkErez Zukerman2016-08-131-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | fix link to ErgoDox EZ