<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboard/planck/keymaps/cbbrowne, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2016-06-22T02:39:54Z</updated>
<entry>
<title>Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)</title>
<updated>2016-06-22T02:39:54Z</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2016-06-22T02:39:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=649b33d7783cf3021928534b7ae127e0a89e8807'/>
<id>urn:sha1:649b33d7783cf3021928534b7ae127e0a89e8807</id>
<content type='text'>
* fixes from tmk's repo

* rename keyboard to keyboards
</content>
</entry>
<entry>
<title>updates all config.h and Makefiles to correct references, text</title>
<updated>2016-06-21T14:21:43Z</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2016-06-21T14:21:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=a8375fa15a6ca9285eb15ae89bcda898349e06f8'/>
<id>urn:sha1:a8375fa15a6ca9285eb15ae89bcda898349e06f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sample of using build info to generate keystrokes (#412)</title>
<updated>2016-06-16T21:16:51Z</updated>
<author>
<name>Christopher Browne</name>
<email>cbbrowne@acm.org</email>
</author>
<published>2016-06-16T21:16:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2cf26915e3ed737ae83cf7b54f7e84fc2f0d3b40'/>
<id>urn:sha1:2cf26915e3ed737ae83cf7b54f7e84fc2f0d3b40</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>Renaming planck/cbbrowne in keeping with recent naming conventions (#405)</title>
<updated>2016-06-13T23:06:32Z</updated>
<author>
<name>Christopher Browne</name>
<email>cbbrowne@acm.org</email>
</author>
<published>2016-06-13T23:06:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=498455403e6b891f7ecbce98163ba2b3def25dbb'/>
<id>urn:sha1:498455403e6b891f7ecbce98163ba2b3def25dbb</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>Makefile redo &amp; other features (#395)</title>
<updated>2016-06-11T17:31:31Z</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2016-06-11T17:31:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d9e4dad0a828a8a904f44dda090a4d6d08fe2948'/>
<id>urn:sha1:d9e4dad0a828a8a904f44dda090a4d6d08fe2948</id>
<content type='text'>
* .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
</content>
</entry>
<entry>
<title>Eliminate switch statement by using contiguous character ranges</title>
<updated>2016-02-08T16:25:55Z</updated>
<author>
<name>Christopher Browne</name>
<email>cbbrowne@ca.afilias.info</email>
</author>
<published>2016-02-08T16:25:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=8079dc06825371b509da245e59cbd97248589e18'/>
<id>urn:sha1:8079dc06825371b509da245e59cbd97248589e18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add in XOR of lowest 8 bits of system timer to encourage more randomness of the digits/letters chosen</title>
<updated>2016-02-07T00:42:08Z</updated>
<author>
<name>Christopher Browne</name>
<email>cbbrowne@hpaq.int.linuxdatabases.info</email>
</author>
<published>2016-02-07T00:42:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=fe1519de0750acb8377abbbcb4b47b766c11df9e'/>
<id>urn:sha1:fe1519de0750acb8377abbbcb4b47b766c11df9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove obsolete comments</title>
<updated>2016-02-03T21:54:38Z</updated>
<author>
<name>Christopher Browne</name>
<email>cbbrowne@ca.afilias.info</email>
</author>
<published>2016-02-03T21:54:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=73f14db8ad6f06f080ec2a5c55381952e0d7a8ab'/>
<id>urn:sha1:73f14db8ad6f06f080ec2a5c55381952e0d7a8ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Comment things more</title>
<updated>2016-02-03T21:47:54Z</updated>
<author>
<name>Christopher Browne</name>
<email>cbbrowne@ca.afilias.info</email>
</author>
<published>2016-02-03T21:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=0d44544491b8a4512fcbb0379a31f062c75af761'/>
<id>urn:sha1:0d44544491b8a4512fcbb0379a31f062c75af761</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Random characters now working AOK</title>
<updated>2016-02-03T21:46:24Z</updated>
<author>
<name>Christopher Browne</name>
<email>cbbrowne@ca.afilias.info</email>
</author>
<published>2016-02-03T21:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7919839b1a81d3c8b1bef27269db9d3a3a25bc98'/>
<id>urn:sha1:7919839b1a81d3c8b1bef27269db9d3a3a25bc98</id>
<content type='text'>
</content>
</entry>
</feed>
