Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-08 | Corrects typo | Erez Zukerman | 1 | -1/+1 | |
2016-02-08 | Updates documentation, adds Cmd/Win dual-function key | Erez Zukerman | 5 | -1443/+1098 | |
2016-02-07 | README changes | Jack Humbert | 2 | -179/+2 | |
2016-02-07 | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard | Jack Humbert | 20 | -4259/+5127 | |
2016-02-07 | README changes | Jack Humbert | 1 | -156/+0 | |
2016-02-06 | Merge pull request #129 from cbbrowne/master | Jack Humbert | 1 | -57/+217 | |
Example of some "Random Keys" | |||||
2016-02-06 | Update PCB_GUIDE.md | Jack Humbert | 1 | -0/+1 | |
2016-02-05 | Fixes CM_SCLN and updates docs for Colemak | Erez Zukerman | 2 | -5/+6 | |
2016-02-05 | Tweaks symbol layer (see changleog) | Erez Zukerman | 3 | -1477/+1137 | |
2016-02-04 | Disable console for improved performance | Charles Maresh | 1 | -1/+1 | |
Commenting out the line is the only way to disable the console, as the value of CONSOLE_ENABLE isn't checked. There are only checks for its existence; setting it to `yes` or `no` doesn't change the compilation. | |||||
2016-02-03 | Remove obsolete comments | Christopher Browne | 1 | -9/+0 | |
2016-02-03 | Comment things more | Christopher Browne | 1 | -1/+2 | |
2016-02-03 | Random characters now working AOK | Christopher Browne | 1 | -14/+157 | |
2016-02-03 | Merge branch 'master' of github.com:cbbrowne/qmk_firmware | Christopher Browne | 1 | -48/+60 | |
2016-02-03 | More experiments with mapping, notably adding in the random bits | Christopher Browne | 1 | -48/+60 | |
2016-02-03 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | 5 | -1315/+1453 | |
2016-02-02 | Merge branch 'master' of github.com:cbbrowne/qmk_firmware | Christopher Browne | 2 | -32/+68 | |
2016-02-02 | Set up a macro that writes cbbrowne. So that is a nice example of how it works. | Christopher Browne | 1 | -4/+4 | |
Probably ought to write up some docs on this to improve it. | |||||
2016-02-02 | More samples, some not entirely working yet. | Christopher Browne | 1 | -13/+26 | |
I am trying to mess around with MACRO(), but it is not there quite yet... | |||||
2016-02-01 | Merge pull request #123 from cbbrowne/master | Jack Humbert | 4 | -0/+183 | |
README notes and cbbrowne layout | |||||
2016-02-01 | Add notes on what sorts of actions are risky | Christopher Browne | 1 | -0/+21 | |
2016-02-01 | Many of the changes I wanted | Christopher Browne | 1 | -18/+20 | |
2016-02-01 | Refreshes default keymap for single tap L1 switch | Erez Zukerman | 1 | -1285/+1285 | |
2016-02-01 | Merge pull request #116 from tachk/readmeFix | Jack Humbert | 1 | -1/+1 | |
Fix for broken link in readme. | |||||
2016-02-01 | Merge pull request #119 from seancaffery/teensynote | Jack Humbert | 1 | -0/+4 | |
Clarify Atreus support | |||||
2016-01-31 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | 2 | -29/+163 | |
2016-01-31 | Clarify Atreus support | Sean Caffery | 1 | -0/+4 | |
2016-01-31 | some fixes in readme | Stephan Bösebeck | 1 | -2/+3 | |
2016-01-31 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Stephan Bösebeck | 9 | -1466/+2191 | |
2016-01-30 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | 9 | -1466/+2191 | |
2016-01-30 | add build instructions to readme | coderkun | 1 | -2/+17 | |
2016-01-30 | correct link and some minor details in readme file | coderkun | 1 | -3/+3 | |
2016-01-30 | add readme file for coderkun’s Neo2 layout | coderkun | 1 | -0/+16 | |
2016-01-30 | Merge remote-tracking branch 'upstream/master' | coderkun | 6 | -0/+510 | |
2016-01-30 | add layers for poor man’s QWERTZ and poor man’s Neo including Neo’s ↵ | coderkun | 2 | -1466/+1650 | |
layer 4 | |||||
2016-01-30 | Fix for broken link in readme. | Kacey A | 1 | -1/+1 | |
2016-01-30 | Add Teensy2 Atreus support | Sean Caffery | 6 | -0/+510 | |
2016-01-29 | fixed some copy paste errors | Stephan Bösebeck | 1 | -2/+2 | |
2016-01-29 | added a egoshooter layer | Stephan Bösebeck | 1 | -4/+58 | |
2016-01-29 | More notes | Christopher Browne | 1 | -1/+1 | |
2016-01-29 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | 6 | -0/+1718 | |
2016-01-29 | On Linux, run dfu-programmer as root | Christopher Browne | 1 | -0/+4 | |
2016-01-29 | Notes on what's done, and plans to change my key mapping | Christopher Browne | 1 | -0/+11 | |
2016-01-29 | Notes on what's done, and plans to change my key mapping | Christopher Browne | 1 | -0/+19 | |
2016-01-29 | Bunch of reformatting, improvements to comments | Christopher Browne | 1 | -19/+22 | |
2016-01-29 | Latest version of cbbrowne key maps | Christopher Browne | 2 | -14/+37 | |
2016-01-29 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Stephan Bösebeck | 6 | -0/+1718 | |
2016-01-29 | Added in a keypad layer that replaces Dvorak | Christopher Browne | 1 | -0/+100 | |
2016-01-28 | Added .hex file. | Christoph Schmitz | 1 | -0/+1473 | |
2016-01-28 | Fixed graphics. | Christoph Schmitz | 1 | -0/+0 | |