summaryrefslogtreecommitdiffstats
path: root/keyboard/planck/keymaps/cbbrowne/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-211-173/+0
| | | | | | * fixes from tmk's repo * rename keyboard to keyboards
* updates all config.h and Makefiles to correct references, textJack Humbert2016-06-211-1/+1
|
* Sample of using build info to generate keystrokes (#412)Christopher Browne2016-06-161-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * More documentation * Saving crontab for user on host * Restructuring in keeping with recent changes to conventions * Simplify submitting my fave cbbrowne keystroke by using SEND_STRING() * Local change, not apropos to have in this repo * Simplify logic; no need to return so much * Add in a version key * Add docs * Split build date into a separate DEFINE * Ensure there is a value even if not working within a git repo * Should not include the compiled code in the repo * compiled.hex files should not be included in the repo; they represent generated compiled code * Fix spelling in comment * Remove more generated files * Add rule to ignore contents of .build directories; their contents are generated * Revert removals of compiled files
* Renaming planck/cbbrowne in keeping with recent naming conventions (#405)Christopher Browne2016-06-131-21/+16
| | | | | | | | | | | | | | * More documentation * Saving crontab for user on host * Restructuring in keeping with recent changes to conventions * Simplify submitting my fave cbbrowne keystroke by using SEND_STRING() * Local change, not apropos to have in this repo * Simplify logic; no need to return so much
* Eliminate switch statement by using contiguous character rangesChristopher Browne2016-02-081-152/+12
|
* 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
|
* More experiments with mapping, notably adding in the random bitsChristopher Browne2016-02-031-48/+60
|
* 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...
* Many of the changes I wantedChristopher Browne2016-02-011-18/+20
|
* More notesChristopher Browne2016-01-291-1/+1
|
* Notes on what's done, and plans to change my key mappingChristopher Browne2016-01-291-0/+11
|
* Notes on what's done, and plans to change my key mappingChristopher Browne2016-01-291-0/+19
|
* Bunch of reformatting, improvements to commentsChristopher Browne2016-01-291-19/+22
|
* Latest version of cbbrowne key mapsChristopher Browne2016-01-291-14/+21
|
* Added in a keypad layer that replaces DvorakChristopher Browne2016-01-281-0/+100