Skip to content

Commit 1491b45

Browse files
authored
Merge pull request #9 from toastdb/toastdb-patch-1
Toastdb patch 1
2 parents 34cc6ef + 6ad06d6 commit 1491b45

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

k66/2-windows.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>2.) Clone the modified version of QMK to MSYS2.</h2>
2323
</pre>
2424
<p>Once you are done with that and are in the correct directory, run this command to clone our modification of QMK. If you don't know what git is, it is an open source version control system which makes it easy for developers to collaborate and share source code with everyone. If you want to contribute to the project learning git is a great skill to have. However right now you don't need to know it.</p>
2525
<pre class="code">
26-
<code>git clone -b womier-k66-rgb-support --recurse-submodules -j8 https://github.com/smp4488/qmk_firmware.git</code>
26+
<code>git clone -b womier_k66 --recurse-submodules -j8 https://github.com/toastdb/qmk_firmware.git</code>
2727
</pre>
2828

2929
<h2>3.) Installation of drivers and other necessary applications.</h2>

k66/3-building.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
---
55
<div class="page-content">
66
<h1>Building</h1>
7-
<p>It is now time to compile QMK into machine code for the keyboard! We will use this compiled firmware to flash to the keyboard in the next page. Let us start off by changing one of the files using a simple command. Once you finish the command be sure that <b>only two lines</b> have been changed no more, no less.</p>
7+
<p>It is now time to compile QMK into machine code for the keyboard! We will use this compiled firmware to flash to the keyboard in the next page.</p>
88

9-
<pre class="code">
10-
<code>sed -i 's/Vector84,/RgbIsr,/g' lib/chibios/os/common/startup/ARMCMx/compilers/GCC/vectors.S</code>
11-
</pre>
129
<p>It is finally time to build, QMK makes it super simple, all you need to do is run this make command.</p>
1310

1411
<pre class="code">

0 commit comments

Comments
 (0)