<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/quantum/template/keymaps/default, 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>2018-05-10T04:36:40Z</updated>
<entry>
<title>Support both AVR and ps2avrGB targets for new_project script (#2811)</title>
<updated>2018-05-10T04:36:40Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2018-05-10T04:36:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=5346cb2d20100f2bbf35e8c8107ae272404f2198'/>
<id>urn:sha1:5346cb2d20100f2bbf35e8c8107ae272404f2198</id>
<content type='text'>
* Stopping point at creating targets for new_project script

* Add second argument for target

* Add the ps2avrgb target

* consider the case where the firmware type target is not valid

* fix template files to be more generic

* Code cleanup

* Change variable name to be more descriptive

* make avr the default

* forgot to put the template files in

* Take out useless comments

* add usage info
</content>
</entry>
<entry>
<title>Use QMK_KEYBOARD_H instead of the mykeyboard.h (#2780)</title>
<updated>2018-04-21T07:22:30Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2018-04-21T07:22:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=14b2a35571b078effce2cbfa4030c613b31f4d49'/>
<id>urn:sha1:14b2a35571b078effce2cbfa4030c613b31f4d49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change KEYMAP to LAYOUT for all new keyboards made using this script</title>
<updated>2018-04-05T23:15:50Z</updated>
<author>
<name>mechmerlin</name>
<email>mechmerlin@gmail.com</email>
</author>
<published>2018-04-05T22:35:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7bbc9ccc31b2bc4dda8dc4c000df48a024f072a9'/>
<id>urn:sha1:7bbc9ccc31b2bc4dda8dc4c000df48a024f072a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update qmk template</title>
<updated>2017-11-02T01:10:05Z</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2017-11-02T01:10:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e2e387f8f83af67f5946ffd5d3a41ecc1f11132b'/>
<id>urn:sha1:e2e387f8f83af67f5946ffd5d3a41ecc1f11132b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify the quantum license (#1042)</title>
<updated>2017-03-28T22:20:36Z</updated>
<author>
<name>skullydazed</name>
<email>skullydazed@users.noreply.github.com</email>
</author>
<published>2017-03-28T22:20:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=23839b8c6d2f955e4da89b0981948c721346c528'/>
<id>urn:sha1:23839b8c6d2f955e4da89b0981948c721346c528</id>
<content type='text'>
* Clarify the license for files we have signoff on

* Update against the currently signed off files

* Remove unused and not clearly licensed headers

* Replace an #endif I accidentally removed while resolving merge conflicts
</content>
</entry>
<entry>
<title>fix 'stop_all_notes' naming to be more consistent</title>
<updated>2017-03-02T19:40:06Z</updated>
<author>
<name>Gabriel Young</name>
<email>gabeplaysdrums@live.com</email>
</author>
<published>2017-03-02T19:40:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d11962aeb27c73b87f8154d7f2cee747c8858d09'/>
<id>urn:sha1:d11962aeb27c73b87f8154d7f2cee747c8858d09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)</title>
<updated>2017-02-20T01:45:08Z</updated>
<author>
<name>Gabriel Young</name>
<email>gabeplaysdrums@live.com</email>
</author>
<published>2017-02-20T01:45:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ed15973a3ffff6e18e62f81654632b97961f18d2'/>
<id>urn:sha1:ed15973a3ffff6e18e62f81654632b97961f18d2</id>
<content type='text'>
satan/keymaps/midi

MIDI_ENABLE = no

   text	   data	    bss	    dec	    hex	filename
      0	  17080	      0	  17080	   42b8	satan_midi.hex

MIDI_ENABLE = yes
#define MIDI_TONE_KEYCODE_OCTAVES 3 // default

   text	   data	    bss	    dec	    hex	filename
      0	  20846	      0	  20846	   516e	satan_midi.hex

MIDI_ENABLE = yes
#define MIDI_TONE_KEYCODE_OCTAVES 2 // fewer octaves

   text	   data	    bss	    dec	    hex	filename
      0	  20846	      0	  20846	   516e	satan_midi.hex
</content>
</entry>
<entry>
<title>Backlight abstraction and other changes (#439)</title>
<updated>2016-06-24T02:18:20Z</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2016-06-24T02:18:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=13bb6b4b7fdd2b3e419d0f89c93fb980b00eeb9b'/>
<id>urn:sha1:13bb6b4b7fdd2b3e419d0f89c93fb980b00eeb9b</id>
<content type='text'>
* redoes matrix pins, abstracts backlight code for B5,6,7

* slimming down keyboard stuff, backlight breathing implemented

* don't call backlight init when no pin

* cleans up user/kb/quantum calls, keyboard files

* fix pvc atomic

* replaces CHANNEL with correct var in breathing

* removes .hexs, updates readmes, updates template

* cleans-up clueboards, readmes to lowercase

* updates readme
</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>
</feed>
