summaryrefslogtreecommitdiffstats
path: root/keyboard
Commit message (Collapse)AuthorAgeFilesLines
* Add in XOR of lowest 8 bits of system timer to encourage more randomness of ↵Christopher Browne2016-02-061-147/+157
| | | | the digits/letters chosen
* Remove obsolete commentsChristopher Browne2016-02-031-9/+0
|
* Comment things moreChristopher Browne2016-02-031-1/+2
|
* Random characters now working AOKChristopher Browne2016-02-031-14/+157
|
* Merge branch 'master' of github.com:cbbrowne/qmk_firmwareChristopher Browne2016-02-031-48/+60
|\
| * More experiments with mapping, notably adding in the random bitsChristopher Browne2016-02-031-48/+60
| |
| * Merge branch 'master' of github.com:cbbrowne/qmk_firmwareChristopher Browne2016-02-012-32/+68
| |\
| * \ Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne2016-01-312-29/+163
| |\ \
* | \ \ Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne2016-02-035-1315/+1453
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge pull request #123 from cbbrowne/masterJack Humbert2016-02-014-0/+183
| |\ \ \ | | | | | | | | | | README notes and cbbrowne layout
| * | | | Refreshes default keymap for single tap L1 switchErez Zukerman2016-02-011-1285/+1285
| | | | |
| * | | | Merge pull request #116 from tachk/readmeFixJack Humbert2016-01-311-1/+1
| |\ \ \ \ | | | | | | | | | | | | Fix for broken link in readme.
| | * | | | Fix for broken link in readme.Kacey A2016-01-301-1/+1
| | | | | |
| * | | | | Merge pull request #119 from seancaffery/teensynoteJack Humbert2016-01-311-0/+4
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Clarify Atreus support
| | * | | | Clarify Atreus supportSean Caffery2016-01-311-0/+4
| | | | | |
| * | | | | some fixes in readmeStephan Bösebeck2016-01-311-2/+3
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck2016-01-319-1466/+2191
| |\| | | |
| * | | | | fixed some copy paste errorsStephan Bösebeck2016-01-291-2/+2
| | | | | |
| * | | | | added a egoshooter layerStephan Bösebeck2016-01-291-4/+58
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck2016-01-296-0/+1718
| |\ \ \ \ \
| * | | | | | added new macrosStephan Bösebeck2016-01-281-1/+27
| | | | | | |
| * | | | | | playing more with cursor keysStephan Bösebeck2016-01-281-1/+1
| | | | | | |
| * | | | | | playing a bit with cursor keysStephan Bösebeck2016-01-281-23/+76
| | | | | | |
| * | | | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck2016-01-281-0/+149
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck2016-01-253-0/+1660
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck2016-01-257-6/+170
| |\ \ \ \ \ \ \ \
| * | | | | | | | | typo fixStephan Bösebeck2016-01-241-1/+1
| | | | | | | | | |
* | | | | | | | | | Set up a macro that writes cbbrowne. So that is a nice example of how it works.Christopher Browne2016-02-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Probably ought to write up some docs on this to improve it.
* | | | | | | | | | More samples, some not entirely working yet.Christopher Browne2016-02-011-13/+26
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | I am trying to mess around with MACRO(), but it is not there quite yet...
* | | | | | | | | Add notes on what sorts of actions are riskyChristopher Browne2016-02-011-0/+21
| | | | | | | | |
* | | | | | | | | Many of the changes I wantedChristopher Browne2016-02-011-18/+20
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne2016-01-309-1466/+2191
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | add build instructions to readmecoderkun2016-01-301-2/+17
| | | | | | | |
| * | | | | | | correct link and some minor details in readme filecoderkun2016-01-301-3/+3
| | | | | | | |
| * | | | | | | add readme file for coderkun’s Neo2 layoutcoderkun2016-01-301-0/+16
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/master'coderkun2016-01-306-0/+510
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Add Teensy2 Atreus supportSean Caffery2016-01-306-0/+510
| | | |_|_|_|/ | | |/| | | |
| * / | | | | add layers for poor man’s QWERTZ and poor man’s Neo including Neo’s ↵coderkun2016-01-302-1466/+1650
| |/ / / / / | | | | | | | | | | | | | | | | | | layer 4
* | | | | | More notesChristopher Browne2016-01-291-1/+1
| | | | | |
* | | | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne2016-01-296-0/+1718
|\| | | | |
| * | | | | Added .hex file.Christoph Schmitz2016-01-281-0/+1473
| | | | | |
| * | | | | Fixed graphics.Christoph Schmitz2016-01-281-0/+0
| | | | | |
| * | | | | Added media layer.Christoph Schmitz2016-01-282-0/+4
| | | | | |
| * | | | | Added links.Christoph Schmitz2016-01-281-1/+7
| | | | | |
| * | | | | Added documentation.Christoph Schmitz2016-01-283-0/+25
| | | | | |
| * | | | | Made all layer change keys momentary. Removed Hyper and Meh in favor of ↵Christoph Schmitz2016-01-281-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | layer 1 and 2 on both halves.
| * | | | | Switched up and down keys to be closer to the vi etc. world.Christoph Schmitz2016-01-271-2/+2
| | | | | |
| * | | | | Fixed circonflex key.Christoph Schmitz2016-01-271-1/+3
| | | | | |
| * | | | | Fixed regarding Ctrl and Alt keys.Christoph Schmitz2016-01-271-4/+4
| | | | | |
| * | | | | Added a German layout inspired by the Kinesis Ergo Elan and based on the ↵Christoph Schmitz2016-01-271-0/+208
| | |_|_|/ | |/| | | | | | | | | | | | | "german" keymap.