summaryrefslogtreecommitdiff
path: root/keyboard/planck/keymaps/cbbrowne
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-06-11Makefile redo & other features (#395)Jack Humbert
* .build containment implemented * no destructive variable setting - builds in either folder * make from 3 places * cleans before each build * make from root with keyboard=keyboard, keymap=keymap * make from keyboard/keyboard with keymap=keymap * make from keymaps/keymap * only implemented on planck * adds color diag to avr-gcc * makefiles for all plancks, clean-up * quick build-all makefile for plancks * reformatting of make output (colors) * color toggle, tmk path corrections * correct if statement for color * move config.h to main makefile, updates preonic, atomic * format update, all keyboards targets * makefile optional for build all target, alps and arrow_pad updated * alps updated * make planck default, trying out travis recipe for all-keyboards * all-keymaps target, different travis recipe * updates alps64 * updates keyboards to new format * updates clue* projects * all projects updated, specialise EZ .hex, let .hex through * updates travis * automatically find root, keyboard, keymap * silent echo, cleaned-up mass make output * updates all keyboards' .hex files except EZ * Rename Bantam44.c to bantam44.c * Rename Bantam44.h to bantam44.h * nananana * adds six key keyboard * does same to ez as rest * updates send_string example * brings ergodox_ez up to date * updates template/new project script * adds sixkeyboard * adds readme for sixkeyboard * adds sixkeyboard to travis * filenames, gitignore mess * define clock prescaler stuff manually * make quick, size test example * documentation and dfu-no-build
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