描述
<div>
<h1>概述</h1>
<a href="https://github.com/MeowKJ/BinaryKeyboard#%E6%A6%82%E8%BF%B0" target="_blank"></a></div>
<p>BinaryKeyboard 是开源迷你宏键盘项目,提供 CH552G USB 有线版和 CH592F USB / BLE 双模版。</p>
<ul>
<li>在线文档:<a href="https://meowkj.github.io/BinaryKeyboard/" target="_blank">meowkj.github.io/BinaryKeyboard</a></li>
<li>无线款使用:<a href="https://github.com/MeowKJ/BinaryKeyboard/blob/main/docs/wireless/manual.md" target="_blank">无线款使用手册</a></li>
<li>固件发行:<a href="https://github.com/MeowKJ/BinaryKeyboard/releases" target="_blank">GitHub Releases</a></li>
<li>原作者:<a href="https://meowkj.github.io/BinaryKeyboard/" target="_blank">meowkj.github.io/BinaryKeyboard/</a></li>
</ul>
<div>
<h1>快速开始</h1>
<a href="https://github.com/MeowKJ/BinaryKeyboard#%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B" target="_blank"></a></div>
<p>在仓库根目录运行:</p>
<div>
<pre>python run.py</pre>
<div> </div>
</div>
<p>脚本会创建 <code>.venv</code>,安装 <code>tools/scripts/requirements-console.txt</code> 中的控制台依赖,并启动 <code>console.py</code>。</p>
<p> </p>
<div>
<h1>许可</h1>
<a href="https://github.com/MeowKJ/BinaryKeyboard#%E8%AE%B8%E5%8F%AF" target="_blank"></a></div>
<p><a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank"><img src="//" alt="Code License: GPLv3"> </a><a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-Hans" target="_blank"><img src="//" alt="Docs/Assets License: CC BY-NC-SA 4.0"></a></p>
<ul>
<li>
<p><strong>代码(Code)</strong>:遵循 <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GNU General Public License v3.0</a><br>适用范围:<code>/firmware/**</code>、<code>/tools/studio/**</code>、脚本与示例代码等。</p>
</li>
<li>
<p><strong>文档与素材(Docs & Assets)</strong>:遵循 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-Hans" target="_blank">CC BY-NC-SA 4.0</a><br>适用范围:<code>/Hardware/**</code>、<code>/Models/**</code></p>
</li>
</ul>
评论(1)