Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-10 | Reverted Ergodox config.h | Joshua T | 1 | -1/+1 | |
I will create a separate config.h for my keymap | |||||
2016-08-10 | Created keymap local config.h file | Joshua T | 2 | -4/+95 | |
Reverted the Atreus config.h to default and added one specific to this keymap. | |||||
2016-08-08 | Merge remote-tracking branch 'upstream/master' | Joshua T | 35 | -612/+2743 | |
2016-08-03 | Merge pull request #605 from kuel/master | Jack Humbert | 1 | -0/+161 | |
Add keymap_cyrillic.h, lots of cyrillic characters | |||||
2016-08-03 | Merge pull request #599 from Depariel/master | Jack Humbert | 6 | -154/+196 | |
Fixed compiling errors and updated keymaps for infinity_chibios | |||||
2016-08-03 | Merge pull request #561 from 0xdec/patch-1 | Jack Humbert | 1 | -357/+378 | |
Clean up formatting & tiny refactor in rgblight.c | |||||
2016-08-02 | Add keymap_cyrillic.h, lots of cyrillic characters | kuel | 1 | -0/+161 | |
2016-08-02 | Merge pull request #592 from sethbc/ez-sethbc | Erez Zukerman | 3 | -0/+119 | |
Ez sethbc | |||||
2016-08-02 | Merge pull request #593 from J3RN/master | Erez Zukerman | 2 | -22/+26 | |
Updated the J3RN ErgoDox keymap | |||||
2016-08-02 | Merge pull request #600 from adiabatic/master | Erez Zukerman | 4 | -14/+1167 | |
zweihander-osx: add left-hand-thumb tab key | |||||
2016-08-02 | correct file name | Jack Humbert | 1 | -1/+1 | |
2016-08-02 | fix mkdir cmd | Jack Humbert | 1 | -1/+1 | |
2016-08-02 | Updates ErgoDox readme | Erez Zukerman | 1 | -9/+6 | |
2016-08-01 | automatically forward ergodox ez | Jack Humbert | 2 | -0/+3 | |
2016-08-01 | Merge pull request #597 from Jiehong/feature/basic_keyboard_doc | Jack Humbert | 1 | -0/+96 | |
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 | 10 | -56/+87 | |
Fix the makefile dependencies and remove quick targets | |||||
2016-08-01 | added support for Infinity 1.1a (4th drop) matrix, no LED support yet | Depariel | 2 | -5/+50 | |
2016-07-31 | Thumb ⌫ into ⇥, numpad & into :, yank home/end | Nathan Sharfi | 3 | -13/+1166 | |
Also: add (back?) in the light-shine disabler | |||||
2016-07-31 | Remove /keyboard/* files | Nathan Sharfi | 3 | -1394/+0 | |
2016-07-31 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | Nathan Sharfi | 6334 | -2415530/+64043 | |
# 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 | 1 | -1/+1 | |
2016-07-31 | fixed compiling bugs in infinity_chibios.h, updated keymaps, added depariel ↵ | Depariel | 5 | -149/+146 | |
keymap | |||||
2016-07-31 | feature: add basic doc about how a keyboard works on USB | Jiehong Ma | 1 | -0/+96 | |
This comes from the discussion on #520 | |||||
2016-07-31 | Travis calls the normal build target, instead of quick | Fred Sundvik | 1 | -1/+1 | |
2016-07-31 | Fix the readme for the removed quick target | Fred Sundvik | 1 | -4/+3 | |
2016-07-31 | Remove the quick commands and add proper clean | Fred Sundvik | 1 | -26/+5 | |
2016-07-31 | Also depend on the gcc version | Fred Sundvik | 1 | -3/+5 | |
2016-07-31 | Generate version information to version.h | Fred Sundvik | 7 | -2/+10 | |
So that only the files that really needs a version are recompiled. | |||||
2016-07-31 | Force compilation and linking when options changes | Fred Sundvik | 1 | -9/+28 | |
2016-07-31 | More reliable .d file generation | Fred Sundvik | 1 | -8/+16 | |
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 | 1 | -1/+2 | |
2016-07-31 | Enable vpath seraching for source files only | Fred Sundvik | 1 | -1/+11 | |
2016-07-31 | Better "include guards" for the makefiles | Fred Sundvik | 1 | -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-31 | Merge pull request #594 from jeebak/jeebak | Jack Humbert | 3 | -0/+496 | |
Jeebak's keymap for planck | |||||
2016-07-31 | Merge pull request #590 from jeebak/in-like-flint | Jack Humbert | 1 | -0/+8 | |
Add IN_LIKE_FLINT song | |||||
2016-07-31 | Update readme.md | JeeBak Kim | 1 | -1/+106 | |
2016-07-30 | Add additional shortcut keymaps to TOUCHCURSOR layer | JeeBak Kim | 1 | -4/+7 | |
2016-07-30 | Add additional maps for [, and ], to LOWER | JeeBak Kim | 1 | -4/+4 | |
2016-07-30 | Make RAISE layer an all numbers/arithmatic layer | JeeBak Kim | 1 | -6/+6 | |
2016-07-30 | Move reset to a less accessible location | JeeBak Kim | 1 | -4/+4 | |
2016-07-30 | Add -, +, and . to RAISE | JeeBak Kim | 1 | -4/+4 | |
2016-07-30 | Change calls from persistant_default_layer_set() to default_layer_set() | JeeBak Kim | 1 | -3/+3 | |
2016-07-30 | PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵ | JeeBak Kim | 1 | -10/+10 | |
layers | |||||
2016-07-30 | Updated readme with recent changes | Jonathan Arnett | 1 | -3/+6 | |
2016-07-30 | Updated my keymap | Jack Humbert | 8 | -28/+29 | |
2016-07-30 | Media keys for all the "regular" layers | JeeBak Kim | 1 | -10/+10 | |
2016-07-30 | Add mouse layer, and remove default arrow keys (touchcursor only, now) | JeeBak Kim | 1 | -15/+36 | |
2016-07-30 | Add numbers to _RAISE | JeeBak Kim | 1 | -4/+4 | |
2016-07-30 | Move _RAISE symbols to _LOWER | JeeBak Kim | 1 | -6/+6 | |
2016-07-30 | Tap for Enter, hold for Shift | JeeBak Kim | 1 | -30/+31 | |