Build guide and files on Printables for those that are interested. Running KMK firmware.

    • RiltonOP
      link
      English
      31 year ago

      KMK is similar to QMK but it runs on python, and it being python means that nothing needs to be recompiled for it to apply your changes. The pico has circuit python running on it which acts as a removable usb drive that contain your config files. With any device that you can use to read a flash drive you can reconfigure your layers/keys with. It’s quite flexible to use. Open up notepad/vim and click save, the board reboots with your changes.

      • HidingCat
        link
        fedilink
        11 year ago

        Oh that’s pretty nifty. I assume it’s not used as much because it’s more expensive to implement?

        • RiltonOP
          link
          English
          11 year ago

          Everything about it is open source, the only limitation is microcontrollers that support circuitpython. Most of the controllers that work with QMK also work with KMK. The pi pico for example that’s used is much cheaper than the typical arduino pro mini, and comes with more storage and i/o pins.

          • HidingCat
            link
            fedilink
            11 year ago

            I see. I guess it’s a mindshare thing then, I myself only heard of KMK from your project!