💭 Pinout and Schematic - nice!nano ================================== !https://nicekeyboards.com/docs/nice-nano/pinout-schematic/ Date: July 10, 2024 Pinout and Schematic - nice!nano Pinout and schematic for the nice!nano nicekeyboards.com [1] Pinout for nice!nano boards. Note that P0.15 means gpio port 0 pin 15, they can be referenced in zmk when setting column and row pins. ``` c #include / { chosen { zmk,kscan = &default_kscan; zmk,matrix_transform = &default_transform; /delete-property/ zephyr,console; /delete-property/ zephyr,shell-uart; }; default_kscan: kscan { compatible = "zmk,kscan-gpio-matrix"; label = "default_kscan"; diode-direction = "col2row"; col-gpios = , , ; row-gpios = , , ; }; default_transform: matrix_transform { compatible = "zmk,matrix-transform"; columns = ; rows = ; map = ; }; }; ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://nicekeyboards.com/docs/nice-nano/pinout-schematic/ [2]: /thoughts/ [3]: /tags/thoughts/