<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/mschwingen/modelm/keymaps/default, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/'/>
<entry>
<title>Deprecate `KC_LOCK` for `QK_LOCK` (#18796)</title>
<updated>2022-10-21T14:46:10+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-21T14:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=7cbff9d921879ef3c54837cb2ffc455e019f45b4'/>
<id>7cbff9d921879ef3c54837cb2ffc455e019f45b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove legacy keycodes, part 5 (#18710)</title>
<updated>2022-10-15T21:29:43+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-15T21:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=5e4b076af3c99d36632d6b92f3ddd046f38a01af'/>
<id>5e4b076af3c99d36632d6b92f3ddd046f38a01af</id>
<content type='text'>
* `KC_SLCK` -&gt; `KC_SCRL`
* `KC_NLCK` -&gt; `KC_NUM`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `KC_SLCK` -&gt; `KC_SCRL`
* `KC_NLCK` -&gt; `KC_NUM`
</pre>
</div>
</content>
</entry>
<entry>
<title>[Keyboard] add support for ModelM USB board (#9846)</title>
<updated>2020-08-22T23:02:16+00:00</updated>
<author>
<name>Michael Schwingen</name>
<email>spam-github@discworld.dascon.de</email>
</author>
<published>2020-08-22T23:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=42eeb315a5424fc576239b7e57061affc2ffa8ab'/>
<id>42eeb315a5424fc576239b7e57061affc2ffa8ab</id>
<content type='text'>
* add support for ModelM USB board

* EMI improvement: remove unnecessary toggling of MOSI pin

* address review comments

* Update keyboards/mschwingen/modelm/rules.mk

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/mschwingen/modelm/rules.mk

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/mschwingen/modelm/config.h

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/mschwingen/modelm/config.h

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/mschwingen/modelm/rules.mk

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/mschwingen/modelm/keymaps/default/keymap.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* update printf usage

* add comment

* EMI improvement: remove unnecessary toggling of MOSI signal

* remove trailing space

* use shorter macros as suggested in review by noroadsleft, re-format table to line up columns

* Update keyboards/mschwingen/modelm/config.h

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/mschwingen/modelm/rules.mk

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/mschwingen/modelm/rules.mk

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/mschwingen/modelm/rules.mk

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/mschwingen/modelm/README.md

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/mschwingen/modelm/README.md

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Apply suggestions from code review

use spi_read from core insteads of our own copy

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* include spi_master.c to use spi_read()

* Update keyboards/mschwingen/modelm/README.md

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Apply suggestions from code review: correct indenting in keymap

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Apply suggestions from code review

use automatic variant defines from makefile instead of defining our own

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/mschwingen/modelm/rules.mk: use QUANTUM_LIB_SRC for uart.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

Co-authored-by: Michael Schwingen &lt;michael@schwingen.org&gt;
Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add support for ModelM USB board

* EMI improvement: remove unnecessary toggling of MOSI pin

* address review comments

* Update keyboards/mschwingen/modelm/rules.mk

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/mschwingen/modelm/rules.mk

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/mschwingen/modelm/config.h

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/mschwingen/modelm/config.h

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/mschwingen/modelm/rules.mk

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/mschwingen/modelm/keymaps/default/keymap.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* update printf usage

* add comment

* EMI improvement: remove unnecessary toggling of MOSI signal

* remove trailing space

* use shorter macros as suggested in review by noroadsleft, re-format table to line up columns

* Update keyboards/mschwingen/modelm/config.h

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/mschwingen/modelm/rules.mk

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/mschwingen/modelm/rules.mk

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/mschwingen/modelm/rules.mk

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/mschwingen/modelm/README.md

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/mschwingen/modelm/README.md

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Apply suggestions from code review

use spi_read from core insteads of our own copy

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* include spi_master.c to use spi_read()

* Update keyboards/mschwingen/modelm/README.md

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Apply suggestions from code review: correct indenting in keymap

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Apply suggestions from code review

use automatic variant defines from makefile instead of defining our own

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/mschwingen/modelm/rules.mk: use QUANTUM_LIB_SRC for uart.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

Co-authored-by: Michael Schwingen &lt;michael@schwingen.org&gt;
Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
