Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-08 | Merge pull request #612 from kuel/master | Jack Humbert | |
Added file for software implementation of Russian, gave keymap_cyrillic.h a better name. | |||
2016-08-08 | Merge pull request #609 from sethbc/fix_clueboard_orphaned_files | Jack Humbert | |
remove orphaned clueboard files | |||
2016-08-08 | Merge pull request #607 from jeebak/jeebak | Jack Humbert | |
Update Jeebak's keymap, w/ KC_COPY, etc. workaround. | |||
2016-08-07 | Tap for ;, hold for GUI, tap for ", hold for Alt | JeeBak Kim | |
2016-08-07 | Tap for Tab, hold for Hyper | JeeBak Kim | |
2016-08-07 | Removed unnecessary comment | kuel | |
2016-08-07 | Add keymap_russian.h, a software implementation of Russian | kuel | |
rename keymap_cyrillic.h to keymap_unicode_cyrillic.h changed CY_RUBLE and CY_NUMERO to CY_RUBL and CY_NMRO in keymap_unicode_cyrillic.h | |||
2016-08-06 | Add Tab Close, New, Reopen macros to TouchCursor layer | JeeBak Kim | |
2016-08-06 | Add Virtual Desktop Switching macros to TouchCursor layer | JeeBak Kim | |
2016-08-06 | Move KC_ACL1 button | JeeBak Kim | |
2016-08-06 | Fix KC_ALT_TAB/KC_CMD_TAB logic | JeeBak Kim | |
2016-08-05 | Mouse layer updates | JeeBak Kim | |
- Rename to MOUSECURSOR - Use "d" key, since middle finger is stronger than pinky - Shuffle some mouse buttons around | |||
2016-08-05 | remove orphaned clueboard files | Seth Chandler | |
2016-08-04 | Revert swapp of AltTab/CmdTab in readme. Layout did not change | JeeBak Kim | |
2016-08-03 | Workaround for KC_COPY, etc. based on current AG_NORM/AG_SWAP setting | JeeBak Kim | |
2016-08-03 | Add CmdSlash to TouchCursor Layer | JeeBak Kim | |
2016-08-03 | Number layer tweaks | JeeBak Kim | |
2016-08-03 | Add Alt-Tab, Cmd-Tab, and Ctl-Tab Macros to TouchCursor layer, swap LGUI and ↵ | JeeBak Kim | |
LSFT | |||
2016-08-03 | Update readme.md | JeeBak Kim | |
2016-08-03 | Merge pull request #1 from jackhumbert/master | kuel | |
Update | |||
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. |