- Custom keyboard firmware supporting 8Khz polling rate
- Key input processing is based on QMK firmware
- ST STM32U5A5RJT6
- Polling rate 8Khz
- Scan rate 8Khz or higher
- VIA support (via JSON)
- BARAM
- BARAM-45K
- BARAM-53K
- BARAM-68K
- GEON
- VENOM-60MX-7U
- VENOM-80MX-6.25U
- Architecture
- Memory Map
- CMake
- Make
- GCC ARM
- Requires setting environment variables (Windows)
- ARM_TOOLCHAIN_DIR
- ex) D:/tools/gcc-arm-none-eabi-9-2020-q2-update-win32/bin
- Requires setting environment variables (Windows)
- Python
cmake -S . -B build -DKEYBOARD_PATH='/keyboards/baram/68k'
cmake -S . -B build -G "MinGW Makefiles" -DKEYBOARD_PATH='/keyboards/baram/68k'
cmake --build build -j10