Skip to content
/ amk Public
forked from yulei/amk

Firmware for ARM based keyboard

License

Notifications You must be signed in to change notification settings

Solodros/amk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMK

Keyboard firmware for NRF52 and STM32. TMK QMKwas 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 update --init --recursive
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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.5%
  • Assembly 3.0%
  • HTML 2.2%
  • Makefile 1.2%
  • CMake 0.7%
  • C++ 0.2%
  • Other 0.2%