-
I am writing my custom shield and wanted to try building it, but I am encountering errors that is beyond my debugging skills. I have tried to fix the build errors as much as I can (I think I got passe…
-
Hi!
I've been looking for a row staggered corne-like keyboard for a while and this seems like a great fit. Any plans for releasing the PCBs and ZMK firmware source?
Thank you
-
Using the devicetree parser and treating the `default_transform.map` node as row-based grid we can put together a rough ortholinear layout.
1. Each line in the map is a new row.
2. Find the column…
-
I just did a pull for zmk and a `pip install --upgrade west`.
I'm trying to compile zmk-firwmare with west with this command: `$ west build -p -b nice_nano -- -DSHIELD=qaz`
and getting the outpu…
-
hey, I'm having a hard time making MCUBoot working on my Particle Xenon (nrf52840). Data:
- Using https://github.com/zephyrproject-rtos/mcuboot tag v1.7.2
- defconfig: https://github.com/dzervas/zmk…
-
The [Nullbits Nibble 65%](https://nullbits.co/nibble/) is supported by ZMK but the docs haven't been updated to reflect that fact. Hence, update the 'keyboard shields' section in the 'supported hardwa…
-
Hello, this project looks awesome.
I am having an issue installing locally. I cloned the repo, npm install, then npm run dev and I get the error
`Z:\web dev\github\keymap-editor>npm run dev
…
-
Config variables are in board_defconfig or shield.conf depending on if it's a board or a shield, this could be moved to the top of config folder to be used and manipulated by the editor. config variab…
ReFil updated
2 years ago
-
We only have "implicit" documentation on the use of the `ZMK_CONFIG` variable and corresponding directory.
Docs should include:
* Describe the motivation behind the config directories.
* Keep…
-
Hi, guys, i watched nicell's video of zmk on youtube , it helped me a lot in making my self 's first bluetooth customed key board . but what confused me is that the zmk's gpio number seems fixed in 21…