Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-02 | Add double arrow Unicode characters to FMU layer | coderkun | |
2016-09-30 | Merge remote-tracking branch 'jackhumbert/master' | xyverz | |
2016-09-30 | Merge pull request #788 from chwilk/kastyle-refresh | Erez Zukerman | |
Kastyle refresh | |||
2016-09-28 | Remove config.h | Chris McLennon | |
2016-09-28 | Contributing new keymap to Ergodox | Chris McLennon | |
2016-09-27 | Added description of kastyle keymap | chwilk | |
2016-09-26 | Moved hand_swap_config array so all keyboards get it defined | chwilk | |
2016-09-26 | Updated kastyle keymap, including swap hands feature | chwilk | |
2016-09-26 | Added ONEHAND_ENABLE to allow SWAP HANDS actions | chwilk | |
2016-09-23 | Disables sleep LED by default | Erez Zukerman | |
2016-09-22 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | Erez Zukerman | |
2016-09-22 | Adds EPRM reset key | Erez Zukerman | |
2016-09-18 | Update the ergodox/algernon keymap to v1.7 | Gergely Nagy | |
Overall changes =============== * The number row has been completely rearranged on both the **Base** and the **ADORE** layers. * The number/function key behavior was changed: function keys are now on the **Media**. * The `:`/`;` and `-`/`_` keys were put back to their thumb position on the bottom row, on both the **Base** and **ADORE** layers. * The bottom large keys on the inner side of each half now function as [tmux](http://tmux.github.io/) keys: the left to send the prefix, the right to send the `display-panes` key. The left also doubles as a GNU screen prefix key, and sends `C-a` when double tapped. * A number of functions, such as the **AppSel** layer, now require the `hid-commands` tool to be running, with the output of `hid_listen` being piped to it. ADORE ===== * `Y` and `X` have been swapped again. Media/Navigation layer ====================== * The function keys are now on this layer. * Mouse keys have been removed. * Media start/stop/prev/next have been removed. * `Print screen` has been removed. * There is only one screen lock key now. Heatmap ======= * Fixed a few issues in the finger-stats calculation. * The tool now also timestamps and saves all input lines to a logfile, which it loads on start, allowing one to continue the collection after upgrading the tool. * The heatmap tool will now colorize the stats by default. * The periodic stats are now printed in a more compact format. Tools ===== * Added a new tool, `tools/layer-notify` that listens to layer change events on the HID console, and pops up a notification on layer changes. * Another new tool, `tools/text-to-log.py` has been added that converts arbitrary text to a keylogger output, which can be fed to the heatmap generator. * A number of features have been moved to the `tools/hid-commands` utility. These generally are OS dependent, and are easier to implement on the software side. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-09-17 | Update readme.md | Xyverz | |
2016-09-14 | Merge pull request #758 from absenth/development | Erez Zukerman | |
Absenth Ergodox Keymap Improvements | |||
2016-09-14 | Adding Space Cadet, And Correcting Ascii Keymap | Lars R. Noldan | |
2016-09-11 | Merge pull request #734 from adiabatic/master | Erez Zukerman | |
Ergodox EZ: Zweihander keyboard layout updates | |||
2016-09-11 | Merge pull request #740 from absenth/development | Erez Zukerman | |
Absenth's Layout- QWERTY with additional Media Layer Functions. | |||
2016-09-11 | Added readme.md for bepo_csa | Didier Loiseau | |
2016-09-11 | Fixed compilation issues after the merge | Didier Loiseau | |
2016-09-10 | readme.md updated | Didier Chagniot | |
2016-09-09 | typing with it | Didier Chagniot | |
2016-09-09 | Merge pull request #715 from profet23/master | Jack Humbert | |
Support for Ergodoxes with 80 keys. | |||
2016-09-08 | Updated Image Header | Lars | |
2016-09-08 | first commit of Absenth's Ergodox Firmware | Lars | |
2016-09-08 | Changing keymap name to "profet_80" | profet23 | |
2016-09-08 | Fix typo | Roman Zolotarev | |
2016-09-07 | - Make thumb-accessible ⌥ and ⌃ into right-⌥ and right-⌃ | Nathan Sharfi | |
- remove media-space and media-shift-space; put a play/pause key at media-m instead - add print screen, scroll lock, and pause/break to the media layer And in the readme: - don't say we don't have any Windows-specific keys - add mnemonics for thumb-alt and thumb-ctrl positioning | |||
2016-09-07 | zweihander: rename to Makefile | Nathan Sharfi | |
2016-09-06 | moves brackets from J/K to U/I to remove block of common vim sequence. | Daniel | |
2016-09-06 | Removing separate ergodox80 project. | profet23 | |
Created KEYMAP_80 in ez.h to support 80 key ergodoxes. Creating default_80 keymap as ez keymap. | |||
2016-09-06 | Merge pull request #732 from romanzolotarev/master | Erez Zukerman | |
Change CTL_T(KC_ESC) to KC_LCTRL and update readme | |||
2016-09-07 | Change CTL_T(KC_ESC) to KC_LCTRL and update readme | Roman Zolotarev | |
2016-09-06 | norwegian programmer-friendly layout | joar | |
2016-09-06 | Merge pull request #728 from fitzsim/yoruian | Erez Zukerman | |
Add new ErgoDox EZ keymap, YORUIAN | |||
2016-09-06 | Fix ergodox_yoruian XKB naming | Thomas Fitzsimmons | |
2016-09-05 | Add new ErgoDox EZ keymap, YORUIAN | Thomas Fitzsimmons | |
2016-09-05 | Merge pull request #686 from coderkun/coderkun_neo2 | Erez Zukerman | |
Merge Ergodox keymap “coderkun_neo2” | |||
2016-09-05 | Merge pull request #678 from algernon/ergodox-ez/algernon | Erez Zukerman | |
ergodox: Update algernon's keymap to v1.6 | |||
2016-09-02 | adds tap dance and macro to move underscore and l- and r- brackets to base ↵ | Daniel | |
layer. | |||
2016-09-01 | adds Hyper key. improves media layer. first attempt at tap dance. | Daniel | |
2016-09-01 | Merge remote-tracking branch 'upstream/master' | Joshua T | |
2016-08-31 | Merge remote-tracking branch 'upstream/master' | Daniel | |
2016-08-26 | Merge remote-tracking branch 'upstream/master' into makefile_overhaul | Fred Sundvik | |
2016-08-26 | Merge pull request #664 from linsomniac/infinity_readme | Erez Zukerman | |
Adding nicer Infinity build instructions. | |||
2016-08-26 | Add box-drawing Unicode characters to keymap “coderkun_neo2” | coderkun | |
2016-08-26 | Set Unicode input mode and override unicode_input_start() method to keymap ↵ | coderkun | |
“coderkun_neo2” | |||
2016-08-26 | Disable debugging for Ergodox keymap “coderkun_neo2” | coderkun | |
2016-08-24 | Merge remote-tracking branch 'upstream/master' | Joshua T | |
2016-08-25 | Merge https://github.com/jackhumbert/qmk_firmware | Olivier | |