Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-18 | Added dbroqua layout for planck keyboard | ||
2016-08-18 | Merge pull request #650 from Xyverz/master | ||
Minor changes to keymaps and other files | |||
2016-08-18 | planck/circuit: Update after the latest tap-dance change | ||
Fixes #653. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-08-18 | Returned RAISE and LOWER buttons to their original functions - too many ↵ | ||
inopportune ENTER inputs. :-( | |||
2016-08-17 | Merge remote-tracking branch 'upstream/master' | ||
this merge is necessary, | |||
2016-08-17 | Merge pull request #638 from premek/master | ||
Split layout for planck | |||
2016-08-16 | Update readme.md | ||
2016-08-16 | premek split layout | ||
2016-08-16 | premek split layout | ||
2016-08-15 | Added my custom Planck layout called Circuit. | ||
* Layout has image and readme, as well as documentation in the code. | |||
2016-08-15 | Adding KC_BSPC to the LT() macro for LOWER resulted in a backspace stroke ↵ | ||
being sent if the LOWER key was used too quickly. Switching back to original LOWER macro, but keeping the new RAISE macro. | |||
2016-08-15 | Adding u/treasuredfrog's hack to use LT() with the RAISE and LOWER macros. | ||
2016-08-12 | added a lock screen key | ||
2016-08-10 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-08-09 | Update keymap. (#616) | ||
* changed order of bottom row of symbol layer to ease acess to brackets * updated readme.md to reflect keymap changes | |||
2016-08-09 | adds Xyverz's keymaps (#615) | ||
* Adding my own keymaps to the following keyboards: Planck, Preonic, Atreus, Ergodox * Delete dvorak.png Not reflective of my layout. * Delete readme.md file cleanup, removing file that doesn't apply to my layout. * Delete old_keymap.c file cleanup * Delete README.md file clean up. * Delete README.md file cleanup * Delete keymap.c file cleanup * Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for 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. | |||
2016-08-09 | Merge remote-tracking branch 'upstream/master' | ||
2016-08-09 | updated readme.md to reflect keymap changes | ||
2016-08-09 | changed order of bottom row of symbol layer to ease acess to brackets | ||
2016-08-08 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-08-07 | Tap for ;, hold for GUI, tap for ", hold for Alt | ||
2016-08-07 | Tap for Tab, hold for Hyper | ||
2016-08-06 | Add Tab Close, New, Reopen macros to TouchCursor layer | ||
2016-08-06 | Add Virtual Desktop Switching macros to TouchCursor layer | ||
2016-08-06 | Move KC_ACL1 button | ||
2016-08-06 | Fix KC_ALT_TAB/KC_CMD_TAB logic | ||
2016-08-05 | Mouse layer updates | ||
- Rename to MOUSECURSOR - Use "d" key, since middle finger is stronger than pinky - Shuffle some mouse buttons around | |||
2016-08-04 | Revert swapp of AltTab/CmdTab in readme. Layout did not change | ||
2016-08-04 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-08-03 | Workaround for KC_COPY, etc. based on current AG_NORM/AG_SWAP setting | ||
2016-08-03 | Add CmdSlash to TouchCursor Layer | ||
2016-08-03 | Number layer tweaks | ||
2016-08-03 | Add Alt-Tab, Cmd-Tab, and Ctl-Tab Macros to TouchCursor layer, swap LGUI and ↵ | ||
LSFT | |||
2016-08-03 | Update readme.md | ||
2016-08-02 | Merge branch 'master' of http://github.com/jackhumbert/qmk_firmware | ||
2016-08-02 | Moved Insert, PrtSc, Pause to Adjust; Corner enter | ||
2016-08-01 | Corrected Qwerty/Fn Mismatch. | ||
2016-08-01 | Merge pull request #596 from fredizzimo/rid_of_quick | ||
Fix the makefile dependencies and remove quick targets | |||
2016-07-31 | Added quote key. | ||
2016-07-31 | Generate version information to version.h | ||
So that only the files that really needs a version are recompiled. | |||
2016-07-30 | Update readme.md | ||
2016-07-30 | Add additional shortcut keymaps to TOUCHCURSOR layer | ||
2016-07-30 | Add additional maps for [, and ], to LOWER | ||
2016-07-30 | Make RAISE layer an all numbers/arithmatic layer | ||
2016-07-30 | Move reset to a less accessible location | ||
2016-07-30 | Add -, +, and . to RAISE | ||
2016-07-30 | Change calls from persistant_default_layer_set() to default_layer_set() | ||
2016-07-30 | PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵ | ||
layers | |||
2016-07-30 | Media keys for all the "regular" layers | ||
2016-07-30 | Add mouse layer, and remove default arrow keys (touchcursor only, now) | ||