summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-08-13Removal of old minivan44 folder.Ian Sterling13-564/+0
2016-08-13Renamed minivan44 to tv44 in all occurrences per wishes ofIan Sterling13-0/+564
Jack and Evan.
2016-08-13Adding the MiniVan44 aka TheVan 44 by u/evangs to the repo.Ian Sterling13-0/+564
Initial Commit.
2016-08-13Update keymap.cXyverz1-4/+0
2016-08-13Corrections to the Atreus Makefile and updates to my keymapIan Sterling1-1/+5
2016-08-11Delete keymap.cXyverz1-67/+0
Not ready to submit this one just yet.
2016-08-11Update keymap.cXyverz1-2/+2
Changed right-hand F-key layout in order to add KC_PLUS to _L2.
2016-08-11Update MakefileXyverz1-4/+4
Corrected spelling of "ATREUS" in all locations. (ATRUES -> ATREUS)
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-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-03Merge pull request #605 from kuel/masterJack Humbert1-0/+161
Add keymap_cyrillic.h, lots of cyrillic characters
2016-08-03Merge pull request #599 from Depariel/masterJack Humbert6-154/+196
Fixed compiling errors and updated keymaps for infinity_chibios
2016-08-03Merge pull request #561 from 0xdec/patch-1Jack Humbert1-357/+378
Clean up formatting & tiny refactor in rgblight.c
2016-08-02Add keymap_cyrillic.h, lots of cyrillic characterskuel1-0/+161
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-02correct file nameJack Humbert1-1/+1
2016-08-02fix mkdir cmdJack Humbert1-1/+1
2016-08-02Updates ErgoDox readmeErez Zukerman1-9/+6
2016-08-01automatically forward ergodox ezJack Humbert2-0/+3
2016-08-01Merge pull request #597 from Jiehong/feature/basic_keyboard_docJack Humbert1-0/+96
feature: add basic doc about how a keyboard works on USB
2016-08-01Merge pull request #596 from fredizzimo/rid_of_quickJack Humbert10-56/+87
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-31Remove /keyboard/* filesNathan Sharfi3-1394/+0
2016-07-31Merge branch 'master' of github.com:jackhumbert/qmk_firmwareNathan Sharfi6334-2415530/+64043
# 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-31feature: add basic doc about how a keyboard works on USBJiehong Ma1-0/+96
This comes from the discussion on #520
2016-07-31Travis calls the normal build target, instead of quickFred Sundvik1-1/+1
2016-07-31Fix the readme for the removed quick targetFred Sundvik1-4/+3
2016-07-31Remove the quick commands and add proper cleanFred Sundvik1-26/+5
2016-07-31Also depend on the gcc versionFred Sundvik1-3/+5
2016-07-31Generate version information to version.hFred Sundvik7-2/+10
So that only the files that really needs a version are recompiled.
2016-07-31Force compilation and linking when options changesFred Sundvik1-9/+28
2016-07-31More reliable .d file generationFred Sundvik1-8/+16
Also generated inside the obj dir instead of separate deps folder.
2016-07-31Put the build output inside the root/.build directoryFred Sundvik1-1/+2
2016-07-31Enable vpath seraching for source files onlyFred Sundvik1-1/+11
2016-07-31Better "include guards" for the makefilesFred Sundvik1-9/+14
Checking for ARCH is not good enough, since some subprojects define it. Ergodox Ez for example. The leads to running the make from keyboards/ergodox/ez failing. The keyboard makefile will not be included in that case, and therefore not the CUSTOM_MATRIX either. Furthermore the output files are read from many different .build directories, so it doesn't fail deterministically. For example on the Travis CI the compilation passes, since there's no outdated objects that needs recompilation.
2016-07-31Merge pull request #594 from jeebak/jeebakJack Humbert3-0/+496
Jeebak's keymap for planck