summaryrefslogtreecommitdiff
path: root/keyboard/planck/keymaps/cbbrowne/keymap.c
AgeCommit message (Collapse)Author
2016-06-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert
* fixes from tmk's repo * rename keyboard to keyboards
2016-06-21updates all config.h and Makefiles to correct references, textJack Humbert
2016-06-16Sample of using build info to generate keystrokes (#412)Christopher Browne
* 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
2016-06-13Renaming planck/cbbrowne in keeping with recent naming conventions (#405)Christopher Browne
* 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
2016-02-08Eliminate switch statement by using contiguous character rangesChristopher Browne
2016-02-06Add in XOR of lowest 8 bits of system timer to encourage more randomness of ↵Christopher Browne
the digits/letters chosen
2016-02-03Remove obsolete commentsChristopher Browne
2016-02-03Comment things moreChristopher Browne
2016-02-03Random characters now working AOKChristopher Browne
2016-02-03More experiments with mapping, notably adding in the random bitsChristopher Browne
2016-02-01Set up a macro that writes cbbrowne. So that is a nice example of how it works.Christopher Browne
Probably ought to write up some docs on this to improve it.
2016-02-01More samples, some not entirely working yet.Christopher Browne
I am trying to mess around with MACRO(), but it is not there quite yet...
2016-02-01Many of the changes I wantedChristopher Browne
2016-01-29More notesChristopher Browne
2016-01-29Notes on what's done, and plans to change my key mappingChristopher Browne
2016-01-29Notes on what's done, and plans to change my key mappingChristopher Browne
2016-01-29Bunch of reformatting, improvements to commentsChristopher Browne
2016-01-29Latest version of cbbrowne key mapsChristopher Browne
2016-01-28Added in a keypad layer that replaces DvorakChristopher Browne