Skip to content
Thomas Cherry edited this page Jun 16, 2017 · 1 revision

Welcome to the tmk_keyboard_custom wiki!

Code for the RedScarf II keyboards.

Compile

To compile, don't forget to pull down the submodules as so:

  1. >git clone https://github.com/kairyu/tmk_keyboard_custom.git
  2. >cd tmk_keyboard_custom
  3. >git submodule init
  4. >git submodule update
Clone this wiki locally