Skip to content

Firmware for the Keyboardio Model 01 and other keyboards with AVR or ARM MCUs.

License

Notifications You must be signed in to change notification settings

monadplus/Kaleidoscope

 
 

Repository files navigation

Kaleidoscope

My custom layouts for Keyboardio Model 01 and Model 100.

layout

Usage

Clone this repo to $HOME.

$ make setup
$ export KALEIDOSCOPE_DIR=${HOME}/git/Kaleidoscope

# BASH
$ echo "export KALEIDOSCOPE_DIR=${HOME}/Kaleidoscope" >> ${HOME}/.bash_profile

# ZSH
$ echo "export KALEIDOSCOPE_DIR=${HOME}/Kaleidoscope" >> ${HOME}/.zshrc

Keyboardio Model 01

$ cd examples/Devices/Keyboardio/Model01/
$ make compile
$ make flash

Keyboardio Model 100

$ cd examples/Devices/Keyboardio/Model100/

Follow the README.md there.

Sync with upstream

git merge upstream/master

About

Firmware for the Keyboardio Model 01 and other keyboards with AVR or ARM MCUs.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 83.3%
  • Python 8.1%
  • C 6.1%
  • CMake 0.7%
  • Makefile 0.5%
  • Perl 0.5%
  • Other 0.8%