Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-19 | Win10 Writer's Block - An ErgoDox Keymap | ||
fix for compiling on infinity: replaced `_delay_ms()' with `wait_ms()' included "wait.h" | |||
2016-10-18 | Win10 Writer's Block - An ErgoDox Keymap | ||
This is a QWERTY layout for ErgoDox on QMK. It's designed to work well in MS Office-like environments. It's tested on Windows 7 and 10. | |||
2016-10-18 | Merge pull request #829 from r2d2rogers/master | ||
Move hand_swap_config to ez.c, removes error for infinity | |||
2016-10-18 | Merge pull request #824 from dsvensson/pegasushoof | ||
Support the Pegasus Hoof controller. | |||
2016-10-18 | Update ez.c | ||
2016-10-18 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-10-18 | removes planck/rev3 temporarily | ||
2016-10-17 | Merge pull request #826 from algernon/ergodox-ez/algernon | ||
ergodox: Update algernon's keymap to v1.9 | |||
2016-10-17 | Move hand_swap_config to ez.c, removes error for infinity | ||
2016-10-16 | Update Makefile | ||
2016-10-16 | Merge pull request #815 from priyadi/unicode_map | ||
Allow unicode up to 0xFFFFF using separate mapping table | |||
2016-10-16 | Merge pull request #825 from replicaJunction/pr-vscode | ||
Added VS Code dir to .gitignore | |||
2016-10-16 | ergodox: Update algernon's keymap to v1.9 | ||
Overall changes =============== * `F12` was replaced by an `Fx` key, that activate the **Media** layer as a one-shot layer, and also `Alt` as a one-shot modifier. Base layer changes ================== * The `Media Stop` key is now a tap-dance key, and resets the device for programming on the fourth tap. Miscellaneous ============= * `π` can now be entered with UCIS. * `🐁` can now be entered with UCIS. Tools ===== * The `tools/layer-notify` tool was removed, it was an example, which I don't use. `tools/hid-commands` -------------------- * Now looks at the `DISABLE_APPSEL_START` environment value, and does not display an AppSel notification if it is non-empty. * Will attempt to re-program the keyboard when receiving a `reflash` command. * No longer tries to select Emacs 24 on `APPSEL_EMACS`, rather, it goes for any Emacs. * The `APPSEL_MUSIC` command now includes Kodi in the list too, as the last choice. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-10-15 | Added VS Code dir to .gitignore | ||
2016-10-13 | Support the Pegasus Hoof controller. | ||
Replacement controller for Filco Majestouch TKL keyboards. matrix.c ported from: https://github.com/BathroomEpiphanies/epiphanies_tmk_keyboard More details: http://bathroomepiphanies.com/controllers/ | |||
2016-10-13 | Merge pull request #818 from pvinis/pvinis-keymap | ||
pvinis keymap | |||
2016-10-13 | Merge pull request #822 from jackhumbert/hotfix/simplify_to | ||
[Jack & Erez] Simplifies and documents TO | |||
2016-10-12 | [Jack & Erez] Simplifies and documents TO | ||
2016-10-11 | add readme | ||
2016-10-11 | use wait_ms instead of _delay_ms | ||
2016-10-11 | add messenger | ||
2016-10-11 | init keymap | ||
2016-10-10 | Merge pull request #803 from coderkun/coderkun_neo2 | ||
Merge Unicode fixes for keymap “coderkun_neo2” | |||
2016-10-10 | Merge pull request #809 from nathanejohnson/osx_whiskey_tango_foxtrot_capslock | ||
Adding whiskey_tango_foxtrot_capslock ergodox keymap | |||
2016-10-10 | Merge pull request #808 from npoirey/master | ||
Altgr quick combination and updated readme | |||
2016-10-10 | Merge pull request #811 from Vifon/planck_keymap_vifon | ||
New Planck keymap: vifon | |||
2016-10-10 | Merge pull request #810 from Vifon/dynamic_macros | ||
Reduce the default dynamic macro buffer | |||
2016-10-10 | Merge pull request #814 from fredizzimo/rgb_tuning | ||
Improve the RGB led effects | |||
2016-10-10 | Merge pull request #813 from fredizzimo/add_cluecard_rgb_effects | ||
Add a Cluecard keymap for testing the RGB effects | |||
2016-10-10 | Add example keymap | ||
2016-10-09 | Adding whiskey_tango_foxtrot_capslock ergodox keymap | ||
2016-10-10 | Unicode map framework. Allow unicode up to 0xFFFFF using separate | ||
mapping table | |||
2016-10-09 | CIE 1931 dim curve | ||
2016-10-09 | Apply the dim curve to the RGB output | ||
Just like it's supposed to be used. It now looks much better. | |||
2016-10-09 | Update the Cluecard readme files | ||
2016-10-09 | Tune snake and knight intervals for Cluecard | ||
2016-10-09 | Tunable RGB light intervals | ||
2016-10-09 | Tune the snake and knight effect parameters for Cluecard | ||
2016-10-09 | New Planck keymap: vifon | ||
2016-10-09 | Reduce the default dynamic macro buffer | ||
There have been reports of it leaving not enough free memory preventing the keyboard from working properly. | |||
2016-10-09 | Add keymap with audio disabled but RGB effects enabled | ||
2016-10-07 | Updated Readme to help windows users use docker for build | ||
2016-10-07 | Add Altgr combination for non US layouts | ||
2016-10-06 | Merge pull request #807 from hot-leaf-juice/master | ||
minor update to callum planck keymap | |||
2016-10-06 | Merge pull request #805 from SethSenpai/gamenum | ||
Gamenum | |||
2016-10-06 | updated readme | ||
2016-10-06 | added lock screen button and fixed error in diagram | ||
2016-10-04 | updated the wrong makefile like a dummy | ||
2016-10-04 | added rules.mk | ||
2016-10-03 | Merge pull request #804 from algernon/ergodox-ez/algernon | ||
ergodox: Update algernon's keymap to v1.8 |