masterzen / amk

Firmware for ARM based keyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMK

Keyboard firmware for NRF52 and STM32. TMK was used for key processing. tinyusb was used for usb protocol handling. NRF5 SDK and STM32 HAL library were used for driving peripherals of the MCU.

How to build

git clone https://github.com/yulei/amk.git
cd amk
git submodule init
git submodule update
make onekey

Current available keyboards can be listed with:

make

Note:

If want to compile keyboards which were made by nrf52 (like the hhkbble), the NRF5 SDK must be downloaded and unzipped to the vendor/nordic directory. The current version used by amk was 17.0.2.

About

Firmware for ARM based keyboard

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 91.0%Language:HTML 3.3%Language:Assembly 2.9%Language:Makefile 1.5%Language:CMake 0.9%Language:Python 0.2%Language:CSS 0.0%Language:C++ 0.0%Language:Batchfile 0.0%Language:Shell 0.0%