Using and Building QMK and VIA - Compiling QMK

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 11

  • @abhijeet800
    @abhijeet800 3 หลายเดือนก่อน

    Thank you so much!!. It is a good guide .

  • @supul32
    @supul32 ปีที่แล้ว +1

    Thank you very much. This is very helpful.

  • @Martinchox
    @Martinchox 12 วันที่ผ่านมา

    On the QMK MSYS how do i switch from the Master branch to the wireless_playground ? my keyboard is in wireless_playground, but qmk only download the master branch

    • @GuestJimOCC
      @GuestJimOCC  12 วันที่ผ่านมา

      While I have no experience with MSYS, the command for changing git branches is 'checkout' so you may want to try 'git checkout wireless_playground'.

  • @jockyyang9890
    @jockyyang9890 ปีที่แล้ว +1

    i made my own pcb and keymaped it with keyboard firmware builder, I downloaded the hex file and flashed the keyboard. The keyboard works, but I will need to edit the source files to get my rotary encoder and oled screen working. I have edited them but I don't know how to compile the edited source file to hex. Please help.

    • @GuestJimOCC
      @GuestJimOCC  ปีที่แล้ว +1

      There are far better people to ask than me in the mechanical keyboard, OLKB, and QMK communities, but I'll offer what I can.
      To compile a keymap in QMK, after you set up the environment to do so, you need to run 'qmk -compile -kb "KEYBOARD_FOLDER" -km "KEYMAP_NAME" and, assuming there are no errors, that will do it.
      My "Using and Building QMK and VIA" article linked to in the video description includes some of the relevant information, but there might be more involved because of your custom PCB.

  • @ChristieValentine-j4h
    @ChristieValentine-j4h 2 หลายเดือนก่อน

    Lessie Villages

  • @JJ.Keyboards
    @JJ.Keyboards 4 ปีที่แล้ว +2

    Hi, is it possible to add via to a custom keyboard, that is not on the supported list?

    • @GuestJimOCC
      @GuestJimOCC  4 ปีที่แล้ว +1

      Yes it is, though that is something beyond me. There is some information on VIA's website but you can also check out @MechMerlin as he does such porting and even streams it for others to learn from. Here's the latest TH-cam video: th-cam.com/video/roGqdzGZMaY/w-d-xo.html

  • @LUKAzashi
    @LUKAzashi 3 ปีที่แล้ว

    Where to downloadl that qmk_firmware folder?

    • @GuestJimOCC
      @GuestJimOCC  3 ปีที่แล้ว

      The folder itself is on GitHub (github.com/qmk/qmk_firmware) but the "qmk setup" command to install it should download it for you. You can learn more in the official documentation (docs.qmk.fm/#/getting_started_github) and I cover it in the article this video relates to (www.overclockersclub.com/reviews/cmk_qmk_via/5.htm).