KMK Open Source Mechanical Keyboard Firmware Written in CircuitPython

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 15

  • @Dev-qe7rv
    @Dev-qe7rv 7 месяцев назад +1

    How do i change the keyboard configuration in kmk and can I configure it to VIA

    • @LeonAnavi
      @LeonAnavi  7 месяцев назад

      KMK is written in CircuitPython and the keymap, in Python terms, is a List of Lists of Key objects, for example have a look at the keymap for ANAVI Macro Pad 12:
      github.com/KMKfw/kmk_firmware/blob/master/boards/anavi/macro-pad-12/code.py#L79
      Basically you can edit the CircuitPython code to change the keys. More details about configurations are available at: kmkfw.io/docs/config_and_keymap
      VIA works by communicating with the firmware that is running on the device and sending it commands across USB. It works with QMK but as of the moment I am not aware of KMK support. However, the ANAVI mechanical keyboards in the video support both KMK and QMK :)

  • @dgvigil
    @dgvigil Год назад +1

    This was a great intro to KMK. I think I’m going to give it a try. Thanks!

    • @LeonAnavi
      @LeonAnavi  Год назад

      Hope you enjoy it! Thanks for the feedback :)

  • @AzHilus
    @AzHilus 9 месяцев назад +1

    Can you give out the gerber file for the PCB

    • @LeonAnavi
      @LeonAnavi  9 месяцев назад +1

      Yes, KiCad projects for all these PCBs are available at GitHub: github.com/AnaviTechnology
      You are free to use them under open source hardware licenses, including to export gerber and drill files from KiCad. Btw KiCad is free and open source software that works on MS Windows, Mac OS and Linux distributions.

    • @AzHilus
      @AzHilus 9 месяцев назад

      Thanks @@LeonAnavi Such a great help you are

    • @LeonAnavi
      @LeonAnavi  9 месяцев назад +1

      @@AzHilus I am glad to help :)

  • @TOMTOM-nh3nl
    @TOMTOM-nh3nl Год назад +1

    Thank You

    • @LeonAnavi
      @LeonAnavi  Год назад

      You're welcome. I am happy to hear the video is useful :)

  • @shubhampatel8193
    @shubhampatel8193 Год назад

    What is the diameter of 4 corner holes on PCB ?

    • @LeonAnavi
      @LeonAnavi  Год назад +1

      The mounting holes on the PCB are 3.2mm for M3.

    • @shubhampatel8193
      @shubhampatel8193 Год назад

      @@LeonAnavi thanks for your response :)

  • @le0nz
    @le0nz 9 месяцев назад

    Great video ❤.