愿小键盘给你带来大快乐
原创小键盘工匠室 | 专注硬件极简,好用可靠的原创小键盘。 两年闲鱼 90+产品,3000+ 单,500+ 粉丝,L7顶级鱼小铺。不靠营销,只靠口碑。 https://www.goofish.com/personal?userId=137976734
May a small keyboard bring you great joy
Original mini keyboards. Minimal hardware, built to last. 3,000+ orders on Xianyu in two years, L7 Top-Tier Seller. Word of mouth only. URL: www.umux.com
修改键位:
- 支持的键盘:p20n / p31n / p48n / p61n / x35n / x36n / x3n2
- 在线改键位:连 USB 打开网站https://zmk.studio/, 实时修改,不用重新编译
- 改代码刷机:可安装本地编译环境,或使用以下的github Actions方式编译固件
- 改键 - 编辑对应键盘的 .keymap 文件。
- 编译 - Actions → Run workflow → 选键盘型号。
- 下载 - 等待编译完成,下载 .uf2 文件。
- 刷入 - 连电脑后,按一下 Bootloader 键,或打开后盖按 Reset 两次,把 .uf2 拖进出现的 U 盘。
- 注:也在Github Codespace的终端运行bash setup.sh安装ZMK编译环境,运行build.sh生成固件。
Edit Keymap
-
Supported Keyboards: p20n / p31n / p48n / p61n / x35n / x36n / x3n2
-
Edit Keymap Online: Connect via USB and open https://zmk.studio/ – modify your keymap in real time, no need to recompile.
-
You can build the firmware locally, or use the GitHub Actions workflow below.
- Edit keymap – Modify the .keymap file for your keyboard.
- Build – Go to Actions → Run workflow → Select your keyboard model.
- Download – Wait for the build to finish, then download the .uf2 file.
- Flash – Connect to your computer,press the Bootloader key once, or open the back cover and press Reset twice. Drag and drop the .uf2 file into the USB drive that appears.
-
Alternatively, you can run
bash setup.shin the Github Codespace terminal to install the ZMK build environment for editing and runbuild.shfor generating firmware.