summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-08-08Clueboard: Add some readme.md files and do some minor cleanup.skullY6-14/+101
2016-08-08Merge pull request #613 from di0ib/masterJack Humbert1-0/+5
Convert hex to bin
2016-08-08Merge pull request #612 from kuel/masterJack Humbert2-2/+81
Added file for software implementation of Russian, gave keymap_cyrillic.h a better name.
2016-08-08Merge pull request #609 from sethbc/fix_clueboard_orphaned_filesJack Humbert2-134/+0
remove orphaned clueboard files
2016-08-08Merge pull request #607 from jeebak/jeebakJack Humbert2-72/+187
Update Jeebak's keymap, w/ KC_COPY, etc. workaround.
2016-08-08Convert hex to bindi0ib1-0/+5
For flashing via alternative methods like LUFA MassStorage bootloader.
2016-08-08Merge remote-tracking branch 'refs/remotes/jackhumbert/master'di0ib356-2789/+13709
2016-08-07Tap for ;, hold for GUI, tap for ", hold for AltJeeBak Kim2-6/+10
2016-08-07Tap for Tab, hold for HyperJeeBak Kim2-27/+32
2016-08-07Removed unnecessary commentkuel1-2/+0
2016-08-07Add keymap_russian.h, a software implementation of Russiankuel2-2/+83
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-06Add Tab Close, New, Reopen macros to TouchCursor layerJeeBak Kim2-7/+22
2016-08-06Add Virtual Desktop Switching macros to TouchCursor layerJeeBak Kim2-4/+14
2016-08-06Move KC_ACL1 buttonJeeBak Kim2-6/+6
2016-08-06Fix KC_ALT_TAB/KC_CMD_TAB logicJeeBak Kim1-3/+3
2016-08-06Mouse layer updatesJeeBak Kim2-23/+23
- Rename to MOUSECURSOR - Use "d" key, since middle finger is stronger than pinky - Shuffle some mouse buttons around
2016-08-06remove orphaned clueboard filesSeth Chandler2-134/+0
2016-08-04Revert swapp of AltTab/CmdTab in readme. Layout did not changeJeeBak Kim1-1/+1
2016-08-04Workaround for KC_COPY, etc. based on current AG_NORM/AG_SWAP settingJeeBak Kim2-9/+50
2016-08-04Add CmdSlash to TouchCursor LayerJeeBak Kim1-1/+5
2016-08-04Number layer tweaksJeeBak Kim2-6/+6
2016-08-04Add Alt-Tab, Cmd-Tab, and Ctl-Tab Macros to TouchCursor layer, swap LGUI and ↵JeeBak Kim2-8/+43
LSFT
2016-08-04Update readme.mdJeeBak Kim1-6/+7
2016-08-03Merge pull request #1 from jackhumbert/masterkuel7-511/+574
Update
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