summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2016-08-10Added braces using LSFT(KC_LBRC) and LSFT(KC_RBRC) since the normal RBCR and ↵Ian Sterling1-1/+1
LBCR didn't work for me.
2016-08-10Adding my own layouts for the Phantom and Ergodox. My Ergodox layout adds ↵Ian Sterling2-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.
2016-08-09Update keymap. (#616)Callum Oakley2-4/+4
* changed order of bottom row of symbol layer to ease acess to brackets * updated readme.md to reflect keymap changes
2016-08-09adds Xyverz's keymaps (#615)Xyverz5-0/+771
* 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-09Merge branch 'master' of https://github.com/Xyverz/qmk_firmwareIan Sterling5-554/+0
2016-08-09Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for ↵Ian Sterling3-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.
2016-08-09Delete keymap.cXyverz1-184/+0
file cleanup
2016-08-09Delete README.mdXyverz1-2/+0
file cleanup
2016-08-09Delete README.mdXyverz1-49/+0
file clean up.
2016-08-09Delete old_keymap.cXyverz1-311/+0
file cleanup
2016-08-09Delete readme.mdXyverz1-10/+0
file cleanup, removing file that doesn't apply to my layout.
2016-08-09Delete dvorak.pngXyverz1-0/+0
Not reflective of my layout.
2016-08-09Adding my own keymaps to the following keyboards:Ian Sterling11-0/+1369
Planck, Preonic, Atreus, Ergodox
2016-08-09Add support for the cluecardskullY9-0/+484
2016-08-08Clueboard: Fix the title in keymaps/skully/readme.mdskullY1-1/+1
2016-08-08Clueboard: Add some readme.md files and do some minor cleanup.skullY6-14/+101
2016-08-08Adds keymap based on Kinesis advantageCorey Finley4-0/+264
2016-08-08Merge pull request #609 from sethbc/fix_clueboard_orphaned_filesJack Humbert2-134/+0
remove orphaned clueboard files
2016-08-07Tap for ;, hold for GUI, tap for ", hold for AltJeeBak Kim2-6/+10
2016-08-07Tap for Tab, hold for HyperJeeBak Kim2-27/+32
2016-08-07new variant with the curly braces on tab layerToni1-24/+24
2016-08-06Add Tab Close, New, Reopen macros to TouchCursor layerJeeBak Kim2-7/+22
2016-08-06Add Virtual Desktop Switching macros to TouchCursor layerJeeBak Kim2-4/+14
2016-08-06Move KC_ACL1 buttonJeeBak Kim2-6/+6
2016-08-06Fix KC_ALT_TAB/KC_CMD_TAB logicJeeBak Kim1-3/+3
2016-08-06Mouse layer updatesJeeBak Kim2-23/+23
- Rename to MOUSECURSOR - Use "d" key, since middle finger is stronger than pinky - Shuffle some mouse buttons around
2016-08-06remove orphaned clueboard filesSeth Chandler2-134/+0
2016-08-05enterfn / enterisctrl on hold addedToni1-10/+10
2016-08-04Revert swapp of AltTab/CmdTab in readme. Layout did not changeJeeBak Kim1-1/+1
2016-08-04Workaround for KC_COPY, etc. based on current AG_NORM/AG_SWAP settingJeeBak Kim2-9/+50
2016-08-04Add CmdSlash to TouchCursor LayerJeeBak Kim1-1/+5
2016-08-04Number layer tweaksJeeBak Kim2-6/+6
2016-08-04Add Alt-Tab, Cmd-Tab, and Ctl-Tab Macros to TouchCursor layer, swap LGUI and ↵JeeBak Kim2-8/+43
LSFT
2016-08-04Update readme.mdJeeBak Kim1-6/+7
2016-08-03Merge pull request #599 from Depariel/masterJack Humbert6-154/+196
Fixed compiling errors and updated keymaps for infinity_chibios
2016-08-02Merge pull request #592 from sethbc/ez-sethbcErez Zukerman3-0/+119
Ez sethbc
2016-08-02Merge pull request #593 from J3RN/masterErez Zukerman2-22/+26
Updated the J3RN ErgoDox keymap
2016-08-02Merge pull request #600 from adiabatic/masterErez Zukerman4-14/+1167
zweihander-osx: add left-hand-thumb tab key
2016-08-02Updates ErgoDox readmeErez Zukerman1-9/+6
2016-08-01Merge pull request #596 from fredizzimo/rid_of_quickJack Humbert5-0/+5
Fix the makefile dependencies and remove quick targets
2016-08-01added support for Infinity 1.1a (4th drop) matrix, no LED support yetDepariel2-5/+50
2016-07-31Thumb ⌫ into ⇥, numpad & into :, yank home/endNathan Sharfi3-13/+1166
Also: add (back?) in the light-shine disabler
2016-07-31Merge branch 'master' of github.com:jackhumbert/qmk_firmwareNathan Sharfi637-0/+57586
# Conflicts: # keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c # keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex
2016-07-31fixed typo in hasu/keymap.cDepariel1-1/+1
2016-07-31fixed compiling bugs in infinity_chibios.h, updated keymaps, added depariel ↵Depariel5-149/+146
keymap
2016-07-31Generate version information to version.hFred Sundvik5-0/+5
So that only the files that really needs a version are recompiled.
2016-07-31Update readme.mdJeeBak Kim1-1/+106
2016-07-30Add additional shortcut keymaps to TOUCHCURSOR layerJeeBak Kim1-4/+7
2016-07-30Add additional maps for [, and ], to LOWERJeeBak Kim1-4/+4
2016-07-30Make RAISE layer an all numbers/arithmatic layerJeeBak Kim1-6/+6