koron / yuiop60pi

YUIOP60Pi DIY Keyboard Firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YUIOP60Pi - DIY keyboard with PGA2040 firmware

Requirements

  • PICO SDK (v1.4.0)
    • cmake
    • compiler or so

How to build

$ make

Output: build\yuiop60pi\yuiop60pi.uf2

Hardware

How to modify for your own keyborads

Edit these files:

  • yuiop60pi/config.h - hardware information
  • yuiop60pi/keymap.c - keymap definition
  • yuiop60pi/main.c - add awesome extra features
  • yuiop60pi/CMakeLists.txt

Supported layer control special codes

  • TO(x) - Turn on a layer when pressing
  • MO(x) - Momentary turn a layer on.
  • TG(x) - Toggle a layer on/off.

Other special keycodes are not supported yet.

About

YUIOP60Pi DIY Keyboard Firmware

License:MIT License


Languages

Language:C 91.3%Language:CMake 8.0%Language:Makefile 0.7%