|
|
@ -52,21 +52,22 @@ can be used in a similar manner with multiple video conferencing tools. |
|
|
|
|
|
|
|
4. Setup `qmk dependencies`: |
|
|
|
|
|
|
|
``` |
|
|
|
cd qmk_firmware/ |
|
|
|
qmk setup |
|
|
|
``` |
|
|
|
``` |
|
|
|
cd qmk_firmware/ |
|
|
|
qmk setup |
|
|
|
``` |
|
|
|
|
|
|
|
Running `qmk setup` should install the necessary tools required to compile |
|
|
|
and flash the keyboard firmware. On Debian, this will do the equivalent of: |
|
|
|
|
|
|
|
``` |
|
|
|
apt-get install build-essential avr-gcc arm-none-eabi-gcc avrdude dfu-util dfu-programmer |
|
|
|
``` |
|
|
|
``` |
|
|
|
apt-get install build-essential avr-gcc arm-none-eabi-gcc avrdude dfu-util |
|
|
|
dfu-programmer |
|
|
|
``` |
|
|
|
|
|
|
|
Now you should be able to compile your firmware. |
|
|
|
Now you should be able to compile your firmware. |
|
|
|
|
|
|
|
3. Clone [this repository](https://sovran.dev/mh/vckyb6) into `keyboards/mh/`: |
|
|
|
5. Clone [this repository](https://sovran.dev/mh/vckyb6) into `keyboards/mh/`: |
|
|
|
|
|
|
|
``` |
|
|
|
cd qmk_firmware/ |
|
|
@ -75,13 +76,13 @@ can be used in a similar manner with multiple video conferencing tools. |
|
|
|
git clone https://sovran.dev/mh/vckyb6/ |
|
|
|
``` |
|
|
|
|
|
|
|
4. Now compile the firmware: |
|
|
|
6. Now compile the firmware: |
|
|
|
|
|
|
|
``` |
|
|
|
make mh/vckyb6:default |
|
|
|
``` |
|
|
|
|
|
|
|
5. Reset your keyboard and put it into programming mode and then flash the |
|
|
|
7. Reset your keyboard and put it into programming mode and then flash the |
|
|
|
firmware: |
|
|
|
|
|
|
|
``` |
|
|
|