Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-31 | Thumb ⌫ into ⇥, numpad & into :, yank home/end | Nathan Sharfi | 3 | -13/+1166 | |
Also: add (back?) in the light-shine disabler | |||||
2016-07-31 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | Nathan Sharfi | 637 | -0/+57586 | |
# Conflicts: # keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c # keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex | |||||
2016-07-31 | Update readme.md | JeeBak Kim | 1 | -1/+106 | |
2016-07-30 | Add additional shortcut keymaps to TOUCHCURSOR layer | JeeBak Kim | 1 | -4/+7 | |
2016-07-30 | Add additional maps for [, and ], to LOWER | JeeBak Kim | 1 | -4/+4 | |
2016-07-30 | Make RAISE layer an all numbers/arithmatic layer | JeeBak Kim | 1 | -6/+6 | |
2016-07-30 | Move reset to a less accessible location | JeeBak Kim | 1 | -4/+4 | |
2016-07-30 | Add -, +, and . to RAISE | JeeBak Kim | 1 | -4/+4 | |
2016-07-30 | Change calls from persistant_default_layer_set() to default_layer_set() | JeeBak Kim | 1 | -3/+3 | |
2016-07-30 | PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵ | JeeBak Kim | 1 | -10/+10 | |
layers | |||||
2016-07-30 | Media keys for all the "regular" layers | JeeBak Kim | 1 | -10/+10 | |
2016-07-30 | Add mouse layer, and remove default arrow keys (touchcursor only, now) | JeeBak Kim | 1 | -15/+36 | |
2016-07-30 | Add numbers to _RAISE | JeeBak Kim | 1 | -4/+4 | |
2016-07-30 | Move _RAISE symbols to _LOWER | JeeBak Kim | 1 | -6/+6 | |
2016-07-30 | Tap for Enter, hold for Shift | JeeBak Kim | 1 | -30/+31 | |
2016-07-30 | Add personalized TouchCursor layer | JeeBak Kim | 1 | -6/+28 | |
2016-07-30 | Tap for Esc, hold for Control | JeeBak Kim | 1 | -30/+33 | |
2016-07-30 | Add "jeebak" keymap folder as a copy of the "default" folder | JeeBak Kim | 3 | -0/+341 | |
2016-07-30 | Update some obsolete references | Gergely Nagy | 2 | -2/+2 | |
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-29 | Small fix for infinity include guard | Fred Sundvik | 1 | -3/+3 | |
2016-07-29 | Fix typo in the readme. | Fred Sundvik | 1 | -1/+1 | |
2016-07-29 | A couple of more Ergodox readme fixes | Fred Sundvik | 1 | -2/+2 | |
2016-07-29 | Unify the ErgoDox EZ and Infinity documentation | Fred Sundvik | 1 | -8/+13 | |
2016-07-29 | Refer to the right path in the readme | Fred Sundvik | 1 | -1/+1 | |
2016-07-29 | Move Ergodox readme from ez subfolder to parent | Fred Sundvik | 1 | -0/+0 | |
2016-07-29 | Include the main Makefile before including Ergodox infinity drivers | Fred Sundvik | 1 | -4/+4 | |
2016-07-29 | Move Infinity Ergodox drivers to subproject, and fix makefile | Fred Sundvik | 14 | -2/+2 | |
2016-07-29 | Remove the Infinity Ergodox default keymap | Fred Sundvik | 2 | -282/+0 | |
2016-07-29 | Cleanup the townk_osx config.h and make files | Fred Sundvik | 2 | -52/+2 | |
2016-07-29 | Rename supercoder config_user to config.h | Fred Sundvik | 1 | -1/+1 | |
Also fixup the include path of parent config | |||||
2016-07-29 | Fix config.h include guards | Fred Sundvik | 2 | -4/+4 | |
2016-07-29 | Define weak matrix user function for Infinity Ergodox | Fred Sundvik | 1 | -0/+9 | |
So that a few keyboards, which don't use them, links properly. | |||||
2016-07-29 | Change _delay_ms to wait_ms in algernon keymap | Fred Sundvik | 1 | -1216/+1217 | |
2016-07-29 | Move some of the Ergodox config settings to shared | Fred Sundvik | 3 | -37/+37 | |
2016-07-29 | Add empty led control functions to Infinity Ergodox | Fred Sundvik | 2 | -0/+96 | |
So that most keymaps compiles and links | |||||
2016-07-29 | Most ergodox keymaps compiles on Infinity | Fred Sundvik | 19 | -31/+42 | |
There are linker errors due to missing led funcitonality though | |||||
2016-07-29 | All Ez keymaps compiles | Fred Sundvik | 58 | -58/+70 | |
2016-07-29 | Initial structure for Ergodox as subprojects | Fred Sundvik | 219 | -23/+58 | |
Only the EZ default keymaps compiles at the moment though. | |||||
2016-07-29 | Merge pull request #584 from algernon/ergodox-ez/algernon | Erez Zukerman | 4 | -28/+687 | |
ergodox_ez: Upgrade my keymap to v1.4 | |||||
2016-07-29 | ergodox_ez: Upgrade my keymap to v1.4 | Gergely Nagy | 4 | -28/+687 | |
* 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 | disable sleep LED | coderkun | 1 | -1/+2 | |
2016-07-29 | complete labels for modifiers in keymap schema | coderkun | 1 | -2/+2 | |
2016-07-29 | use Ergodox EZ’s third LED for “scroll lock” | coderkun | 1 | -2/+9 | |
2016-07-29 | fix grave (GRV) and acute (ACUT) accents | coderkun | 1 | -2/+2 | |
2016-07-28 | Merge pull request #578 from 0xdec/master | Jack Humbert | 4 | -0/+234 | |
0xdec Preonic keymap | |||||
2016-07-28 | Merge pull request #577 from hot-leaf-juice/master | Jack Humbert | 3 | -0/+211 | |
Pull request to include my keymap if you want it! | |||||
2016-07-28 | Create 0xdec Preonic keymap | Jordi Orlando | 4 | -0/+234 | |
An ergonomically optimized Colemak keymap for the grid-layout Preonic | |||||
2016-07-28 | Merge pull request #570 from sethbc/fix_bone2planck_build | Jack Humbert | 1 | -10/+8 | |
Fix bone2planck build | |||||
2016-07-28 | Merge pull request #569 from sethbc/fix_stanleylai_warnings | Jack Humbert | 1 | -10/+5 | |
kill warnings filling up travis buildlog | |||||
2016-07-28 | Merge pull request #568 from sethbc/fix-colemak-osx-pc-no | Jack Humbert | 1 | -1/+1 | |
update NO_AMP to NO_AMPR |