Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-13 | Removal of old minivan44 folder. | Ian Sterling | |
2016-08-13 | Renamed minivan44 to tv44 in all occurrences per wishes of | Ian Sterling | |
Jack and Evan. | |||
2016-08-12 | Adding the MiniVan44 aka TheVan 44 by u/evangs to the repo. | Ian Sterling | |
Initial Commit. | |||
2016-08-12 | Update keymap.c | Xyverz | |
2016-08-12 | Corrections to the Atreus Makefile and updates to my keymap | Ian Sterling | |
2016-08-11 | Delete keymap.c | Xyverz | |
Not ready to submit this one just yet. | |||
2016-08-11 | Update keymap.c | Xyverz | |
Changed right-hand F-key layout in order to add KC_PLUS to _L2. | |||
2016-08-11 | Update Makefile | Xyverz | |
Corrected spelling of "ATREUS" in all locations. (ATRUES -> ATREUS) | |||
2016-08-09 | Added braces using LSFT(KC_LBRC) and LSFT(KC_RBRC) since the normal RBCR and ↵ | Ian Sterling | |
LBCR didn't work for me. | |||
2016-08-09 | Adding my own layouts for the Phantom and Ergodox. My Ergodox layout adds ↵ | Ian Sterling | |
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-08 | Merge branch 'master' of https://github.com/Xyverz/qmk_firmware | Ian Sterling | |
2016-08-08 | Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for ↵ | Ian Sterling | |
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-08 | Delete keymap.c | Xyverz | |
file cleanup | |||
2016-08-08 | Delete README.md | Xyverz | |
file cleanup | |||
2016-08-08 | Delete README.md | Xyverz | |
file clean up. | |||
2016-08-08 | Delete old_keymap.c | Xyverz | |
file cleanup | |||
2016-08-08 | Delete readme.md | Xyverz | |
file cleanup, removing file that doesn't apply to my layout. | |||
2016-08-08 | Delete dvorak.png | Xyverz | |
Not reflective of my layout. | |||
2016-08-08 | Adding my own keymaps to the following keyboards: | Ian Sterling | |
Planck, Preonic, Atreus, Ergodox | |||
2016-08-03 | Merge pull request #605 from kuel/master | Jack Humbert | |
Add keymap_cyrillic.h, lots of cyrillic characters | |||
2016-08-03 | Merge pull request #599 from Depariel/master | Jack Humbert | |
Fixed compiling errors and updated keymaps for infinity_chibios | |||
2016-08-03 | Merge pull request #561 from 0xdec/patch-1 | Jack Humbert | |
Clean up formatting & tiny refactor in rgblight.c | |||
2016-08-02 | Add keymap_cyrillic.h, lots of cyrillic characters | kuel | |
2016-08-02 | Merge pull request #592 from sethbc/ez-sethbc | Erez Zukerman | |
Ez sethbc | |||
2016-08-02 | Merge pull request #593 from J3RN/master | Erez Zukerman | |
Updated the J3RN ErgoDox keymap | |||
2016-08-02 | Merge pull request #600 from adiabatic/master | Erez Zukerman | |
zweihander-osx: add left-hand-thumb tab key | |||
2016-08-01 | correct file name | Jack Humbert | |
2016-08-01 | fix mkdir cmd | Jack Humbert | |
2016-08-01 | Updates ErgoDox readme | Erez Zukerman | |
2016-08-01 | automatically forward ergodox ez | Jack Humbert | |
2016-08-01 | Merge pull request #597 from Jiehong/feature/basic_keyboard_doc | Jack Humbert | |
feature: add basic doc about how a keyboard works on USB | |||
2016-08-01 | Merge pull request #596 from fredizzimo/rid_of_quick | Jack Humbert | |
Fix the makefile dependencies and remove quick targets | |||
2016-07-31 | added support for Infinity 1.1a (4th drop) matrix, no LED support yet | Depariel | |
2016-07-31 | Thumb ⌫ into ⇥, numpad & into :, yank home/end | Nathan Sharfi | |
Also: add (back?) in the light-shine disabler | |||
2016-07-31 | Remove /keyboard/* files | Nathan Sharfi | |
2016-07-31 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | Nathan Sharfi | |
# Conflicts: # keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c # keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex | |||
2016-07-31 | fixed typo in hasu/keymap.c | Depariel | |
2016-07-31 | fixed compiling bugs in infinity_chibios.h, updated keymaps, added depariel ↵ | Depariel | |
keymap | |||
2016-07-31 | feature: add basic doc about how a keyboard works on USB | Jiehong Ma | |
This comes from the discussion on #520 | |||
2016-07-31 | Travis calls the normal build target, instead of quick | Fred Sundvik | |
2016-07-31 | Fix the readme for the removed quick target | Fred Sundvik | |
2016-07-31 | Remove the quick commands and add proper clean | Fred Sundvik | |
2016-07-31 | Also depend on the gcc version | Fred Sundvik | |
2016-07-31 | Generate version information to version.h | Fred Sundvik | |
So that only the files that really needs a version are recompiled. | |||
2016-07-31 | Force compilation and linking when options changes | Fred Sundvik | |
2016-07-31 | More reliable .d file generation | Fred Sundvik | |
Also generated inside the obj dir instead of separate deps folder. | |||
2016-07-31 | Put the build output inside the root/.build directory | Fred Sundvik | |
2016-07-31 | Enable vpath seraching for source files only | Fred Sundvik | |
2016-07-31 | Better "include guards" for the makefiles | Fred Sundvik | |
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-31 | Merge pull request #594 from jeebak/jeebak | Jack Humbert | |
Jeebak's keymap for planck |