Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructuring in keeping with recent changes to conventions | Christopher Browne | 2016-06-13 | 6 | -1504/+79 |
| | |||||
* | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | 2016-06-13 | 2 | -0/+1526 |
|\ | |||||
| * | Makefile redo & other features (#395) | Jack Humbert | 2016-06-11 | 2 | -0/+1526 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .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 | ||||
* | | More documentation | Christopher Browne | 2016-02-22 | 2 | -9/+21 |
|/ | |||||
* | Eliminate switch statement by using contiguous character ranges | Christopher Browne | 2016-02-08 | 1 | -152/+12 |
| | |||||
* | Add in XOR of lowest 8 bits of system timer to encourage more randomness of ↵ | Christopher Browne | 2016-02-06 | 1 | -147/+157 |
| | | | | the digits/letters chosen | ||||
* | Remove obsolete comments | Christopher Browne | 2016-02-03 | 1 | -9/+0 |
| | |||||
* | Comment things more | Christopher Browne | 2016-02-03 | 1 | -1/+2 |
| | |||||
* | Random characters now working AOK | Christopher Browne | 2016-02-03 | 1 | -14/+157 |
| | |||||
* | More experiments with mapping, notably adding in the random bits | Christopher Browne | 2016-02-03 | 1 | -48/+60 |
| | |||||
* | Set up a macro that writes cbbrowne. So that is a nice example of how it works. | Christopher Browne | 2016-02-01 | 1 | -4/+4 |
| | | | | Probably ought to write up some docs on this to improve it. | ||||
* | More samples, some not entirely working yet. | Christopher Browne | 2016-02-01 | 1 | -13/+26 |
| | | | | I am trying to mess around with MACRO(), but it is not there quite yet... | ||||
* | Many of the changes I wanted | Christopher Browne | 2016-02-01 | 1 | -18/+20 |
| | |||||
* | More notes | Christopher Browne | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | Notes on what's done, and plans to change my key mapping | Christopher Browne | 2016-01-29 | 1 | -0/+11 |
| | |||||
* | Notes on what's done, and plans to change my key mapping | Christopher Browne | 2016-01-29 | 1 | -0/+19 |
| | |||||
* | Bunch of reformatting, improvements to comments | Christopher Browne | 2016-01-29 | 1 | -19/+22 |
| | |||||
* | Latest version of cbbrowne key maps | Christopher Browne | 2016-01-29 | 2 | -14/+37 |
| | |||||
* | Added in a keypad layer that replaces Dvorak | Christopher Browne | 2016-01-28 | 1 | -0/+100 |