Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-09 | Created keymap-specific config.h | ||
2016-08-09 | Reverted Ergodox config.h | ||
I will create a separate config.h for my keymap | |||
2016-08-09 | Created keymap local config.h file | ||
Reverted the Atreus config.h to default and added one specific to this keymap. | |||
2016-08-07 | Merge remote-tracking branch 'upstream/master' | ||
2016-08-03 | Merge pull request #605 from kuel/master | ||
Add keymap_cyrillic.h, lots of cyrillic characters | |||
2016-08-03 | Merge pull request #599 from Depariel/master | ||
Fixed compiling errors and updated keymaps for infinity_chibios | |||
2016-08-03 | Merge pull request #561 from 0xdec/patch-1 | ||
Clean up formatting & tiny refactor in rgblight.c | |||
2016-08-02 | Add keymap_cyrillic.h, lots of cyrillic characters | ||
2016-08-02 | Merge pull request #592 from sethbc/ez-sethbc | ||
Ez sethbc | |||
2016-08-02 | Merge pull request #593 from J3RN/master | ||
Updated the J3RN ErgoDox keymap | |||
2016-08-02 | Merge pull request #600 from adiabatic/master | ||
zweihander-osx: add left-hand-thumb tab key | |||
2016-08-01 | correct file name | ||
2016-08-01 | fix mkdir cmd | ||
2016-08-01 | Updates ErgoDox readme | ||
2016-08-01 | automatically forward ergodox ez | ||
2016-08-01 | Merge pull request #597 from Jiehong/feature/basic_keyboard_doc | ||
feature: add basic doc about how a keyboard works on USB | |||
2016-08-01 | Merge pull request #596 from fredizzimo/rid_of_quick | ||
Fix the makefile dependencies and remove quick targets | |||
2016-07-31 | added support for Infinity 1.1a (4th drop) matrix, no LED support yet | ||
2016-07-31 | Thumb ⌫ into ⇥, numpad & into :, yank home/end | ||
Also: add (back?) in the light-shine disabler | |||
2016-07-31 | Remove /keyboard/* files | ||
2016-07-31 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | ||
# 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 | ||
2016-07-31 | fixed compiling bugs in infinity_chibios.h, updated keymaps, added depariel ↵ | ||
keymap | |||
2016-07-31 | feature: add basic doc about how a keyboard works on USB | ||
This comes from the discussion on #520 | |||
2016-07-31 | Travis calls the normal build target, instead of quick | ||
2016-07-31 | Fix the readme for the removed quick target | ||
2016-07-31 | Remove the quick commands and add proper clean | ||
2016-07-31 | Also depend on the gcc version | ||
2016-07-31 | Generate version information to version.h | ||
So that only the files that really needs a version are recompiled. | |||
2016-07-31 | Force compilation and linking when options changes | ||
2016-07-31 | More reliable .d file generation | ||
Also generated inside the obj dir instead of separate deps folder. | |||
2016-07-31 | Put the build output inside the root/.build directory | ||
2016-07-31 | Enable vpath seraching for source files only | ||
2016-07-31 | Better "include guards" for the makefiles | ||
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 | ||
Jeebak's keymap for planck | |||
2016-07-31 | Merge pull request #590 from jeebak/in-like-flint | ||
Add IN_LIKE_FLINT song | |||
2016-07-30 | Update readme.md | ||
2016-07-30 | Add additional shortcut keymaps to TOUCHCURSOR layer | ||
2016-07-30 | Add additional maps for [, and ], to LOWER | ||
2016-07-30 | Make RAISE layer an all numbers/arithmatic layer | ||
2016-07-30 | Move reset to a less accessible location | ||
2016-07-30 | Add -, +, and . to RAISE | ||
2016-07-30 | Change calls from persistant_default_layer_set() to default_layer_set() | ||
2016-07-30 | PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵ | ||
layers | |||
2016-07-30 | Updated readme with recent changes | ||
2016-07-30 | Updated my keymap | ||
2016-07-30 | Media keys for all the "regular" layers | ||
2016-07-30 | Add mouse layer, and remove default arrow keys (touchcursor only, now) | ||
2016-07-30 | Add numbers to _RAISE | ||
2016-07-30 | Move _RAISE symbols to _LOWER | ||