summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Adding the MiniVan44 aka TheVan 44 by u/evangs to the repo.Ian Sterling2016-08-1213-0/+564
| | | | Initial Commit.
* Update keymap.cXyverz2016-08-121-4/+0
|
* Corrections to the Atreus Makefile and updates to my keymapIan Sterling2016-08-121-1/+5
|
* Delete keymap.cXyverz2016-08-111-67/+0
| | | Not ready to submit this one just yet.
* Update keymap.cXyverz2016-08-111-2/+2
| | | Changed right-hand F-key layout in order to add KC_PLUS to _L2.
* Update MakefileXyverz2016-08-111-4/+4
| | | Corrected spelling of "ATREUS" in all locations. (ATRUES -> ATREUS)
* Added braces using LSFT(KC_LBRC) and LSFT(KC_RBRC) since the normal RBCR and ↵Ian Sterling2016-08-091-1/+1
| | | | LBCR didn't work for me.
* Adding my own layouts for the Phantom and Ergodox. My Ergodox layout adds ↵Ian Sterling2016-08-092-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.
* Merge branch 'master' of https://github.com/Xyverz/qmk_firmwareIan Sterling2016-08-085-554/+0
|\
| * Delete keymap.cXyverz2016-08-081-184/+0
| | | | | | file cleanup
| * Delete README.mdXyverz2016-08-081-2/+0
| | | | | | file cleanup
| * Delete README.mdXyverz2016-08-081-49/+0
| | | | | | file clean up.
| * Delete old_keymap.cXyverz2016-08-081-311/+0
| | | | | | file cleanup
| * Delete readme.mdXyverz2016-08-081-10/+0
| | | | | | file cleanup, removing file that doesn't apply to my layout.
| * Delete dvorak.pngXyverz2016-08-081-0/+0
| | | | | | Not reflective of my layout.
* | Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for ↵Ian Sterling2016-08-083-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.
* Adding my own keymaps to the following keyboards:Ian Sterling2016-08-0811-0/+1369
| | | | Planck, Preonic, Atreus, Ergodox
* Merge pull request #599 from Depariel/masterJack Humbert2016-08-036-154/+196
|\ | | | | Fixed compiling errors and updated keymaps for infinity_chibios
| * added support for Infinity 1.1a (4th drop) matrix, no LED support yetDepariel2016-07-312-5/+50
| |
| * fixed typo in hasu/keymap.cDepariel2016-07-311-1/+1
| |
| * fixed compiling bugs in infinity_chibios.h, updated keymaps, added depariel ↵Depariel2016-07-315-149/+146
| | | | | | | | keymap
* | Merge pull request #592 from sethbc/ez-sethbcErez Zukerman2016-08-023-0/+119
|\ \ | | | | | | Ez sethbc
| * | rebaseSeth Chandler2016-07-303-1/+1
| | |
| * | update makefileSeth Chandler2016-07-301-1/+1
| | |
| * | initial commit of sethbc keymapSeth Chandler2016-07-303-0/+119
| | |
* | | Merge pull request #593 from J3RN/masterErez Zukerman2016-08-022-22/+26
|\ \ \ | | | | | | | | Updated the J3RN ErgoDox keymap
| * | | Updated readme with recent changesJonathan Arnett2016-07-301-3/+6
| | | |
| * | | Updated my keymapJack Humbert2016-07-303-21/+22
| |\| |
* | | | Merge pull request #600 from adiabatic/masterErez Zukerman2016-08-024-14/+1167
|\ \ \ \ | | | | | | | | | | zweihander-osx: add left-hand-thumb tab key
| * | | | Thumb ⌫ into ⇥, numpad & into :, yank home/endNathan Sharfi2016-07-313-13/+1166
| | | | | | | | | | | | | | | | | | | | Also: add (back?) in the light-shine disabler
| * | | | Merge branch 'master' of github.com:jackhumbert/qmk_firmwareNathan Sharfi2016-07-311-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | # Conflicts: # keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c # keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex
* | | | Updates ErgoDox readmeErez Zukerman2016-08-011-9/+6
| | | |
* | | | Merge pull request #596 from fredizzimo/rid_of_quickJack Humbert2016-08-015-0/+5
|\ \ \ \ | |/ / / |/| | | Fix the makefile dependencies and remove quick targets
| * | | Generate version information to version.hFred Sundvik2016-07-315-0/+5
| | |/ | |/| | | | | | | So that only the files that really needs a version are recompiled.
* | | Update readme.mdJeeBak Kim2016-07-301-1/+106
| | |
* | | Add additional shortcut keymaps to TOUCHCURSOR layerJeeBak Kim2016-07-301-4/+7
| | |
* | | Add additional maps for [, and ], to LOWERJeeBak Kim2016-07-301-4/+4
| | |
* | | Make RAISE layer an all numbers/arithmatic layerJeeBak Kim2016-07-301-6/+6
| | |
* | | Move reset to a less accessible locationJeeBak Kim2016-07-301-4/+4
| | |
* | | Add -, +, and . to RAISEJeeBak Kim2016-07-301-4/+4
| | |
* | | Change calls from persistant_default_layer_set() to default_layer_set()JeeBak Kim2016-07-301-3/+3
| | |
* | | PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵JeeBak Kim2016-07-301-10/+10
| | | | | | | | | | | | layers
* | | Media keys for all the "regular" layersJeeBak Kim2016-07-301-10/+10
| | |
* | | Add mouse layer, and remove default arrow keys (touchcursor only, now)JeeBak Kim2016-07-301-15/+36
| | |
* | | Add numbers to _RAISEJeeBak Kim2016-07-301-4/+4
| | |
* | | Move _RAISE symbols to _LOWERJeeBak Kim2016-07-301-6/+6
| | |
* | | Tap for Enter, hold for ShiftJeeBak Kim2016-07-301-30/+31
| | |
* | | Add personalized TouchCursor layerJeeBak Kim2016-07-301-6/+28
| | |
* | | Tap for Esc, hold for ControlJeeBak Kim2016-07-301-30/+33
| | |
* | | Add "jeebak" keymap folder as a copy of the "default" folderJeeBak Kim2016-07-303-0/+341
|/ /