<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/docs/data_driven_config.md, branch master</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2025-09-10T08:52:25+00:00</updated>
<entry>
<title>Update data_driven_config.md (#25612)</title>
<updated>2025-09-10T08:52:25+00:00</updated>
<author>
<name>diegorodriguezv</name>
</author>
<published>2025-09-10T08:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=b4bdf3f1d5bb1c8926ca3b519e56e75f069376f9'/>
<id>urn:sha1:b4bdf3f1d5bb1c8926ca3b519e56e75f069376f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Vitepress conversion of docs. (#23795)</title>
<updated>2024-05-30T02:00:41+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2024-05-30T02:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=6ef97172889ccd5db376b2a9f8825489e24fdac4'/>
<id>urn:sha1:6ef97172889ccd5db376b2a9f8825489e24fdac4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consolidate `KEYBOARD_OUTPUT`+`KEYMAP_OUTPUT`=&gt;`INTERMEDIATE_OUTPUT` (#21272)</title>
<updated>2023-06-20T22:41:49+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2023-06-20T22:41:49+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=ffdc70bf0a6fecff024ece2a5b7b4c0c88dd6ee3'/>
<id>urn:sha1:ffdc70bf0a6fecff024ece2a5b7b4c0c88dd6ee3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format DD mappings and schemas (#18924)</title>
<updated>2022-11-08T01:05:08+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2022-11-08T01:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=479d8de622674b6667295bda344145a69aa042bd'/>
<id>urn:sha1:479d8de622674b6667295bda344145a69aa042bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Docs] Fix typo in data driven config docs (#18095)</title>
<updated>2022-08-19T01:18:51+00:00</updated>
<author>
<name>Simon Hengel</name>
</author>
<published>2022-08-19T01:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=e6a1afb8f1e5be2f9c81b9839b10704f8d2063e1'/>
<id>urn:sha1:e6a1afb8f1e5be2f9c81b9839b10704f8d2063e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change data driven "str" type to represent a quoted string literal (#16516)</title>
<updated>2022-03-04T13:25:24+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2022-03-04T13:25:24+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=ace0603f4f060783ea91c224c0caec6c1b799f15'/>
<id>urn:sha1:ace0603f4f060783ea91c224c0caec6c1b799f15</id>
<content type='text'>
* Change data driven "str" type to represent a quoted string literal

* Update docs</content>
</entry>
<entry>
<title>add 'info_config.h' into docs/hardware_keyboard_guidelines.md (#16247)</title>
<updated>2022-02-06T17:37:59+00:00</updated>
<author>
<name>Takeshi ISHII</name>
</author>
<published>2022-02-06T17:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=87199eb2f50522b7b91352e4b1c76d6db3f14af3'/>
<id>urn:sha1:87199eb2f50522b7b91352e4b1c76d6db3f14af3</id>
<content type='text'>
Added info_config.h added in #10817 to the include order description of config.h.</content>
</entry>
<entry>
<title>Create a system to map between info.json and config.h/rules.mk (#11548)</title>
<updated>2021-01-31T20:46:00+00:00</updated>
<author>
<name>Zach White</name>
</author>
<published>2021-01-31T20:46:00+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=ef6329af7c7be77b537fbfc5a5cc7105acc679f7'/>
<id>urn:sha1:ef6329af7c7be77b537fbfc5a5cc7105acc679f7</id>
<content type='text'>
* generate rules.mk from a json mapping

* generate rules.mk from a json mapping

* support for config.h from json maps

* improve the mapping system

* document the mapping system

* move data/maps to data/mappings

* fix flake8 errors

* fixup LED_MATRIX_DRIVER

* remove product and description from the vision_division keymap level

* reduce the complexity of generate-rules-mk

* add tests for the generate commands

* fix qmk doctor when submodules are not clean</content>
</entry>
<entry>
<title>Document how to add data driven configurations (#11502)</title>
<updated>2021-01-11T04:47:58+00:00</updated>
<author>
<name>Zach White</name>
</author>
<published>2021-01-11T04:47:58+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=a15c9057a1f52e28229dd466f51ae4f4f9ecdb81'/>
<id>urn:sha1:a15c9057a1f52e28229dd466f51ae4f4f9ecdb81</id>
<content type='text'>
* describe how data driven configuration works

* Apply suggestions from code review

Co-authored-by: ridingqwerty &lt;george.g.koenig@gmail.com&gt;
Co-authored-by: Erovia &lt;Erovia@users.noreply.github.com&gt;

Co-authored-by: ridingqwerty &lt;george.g.koenig@gmail.com&gt;
Co-authored-by: Erovia &lt;Erovia@users.noreply.github.com&gt;</content>
</entry>
</feed>
