8000 GitHub - zealws/satan_gh60
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zealws/satan_gh60

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Satan GH60

Firmware project for the Satan gh60 board based on tkg, kairyu's fork of tmk_keyboard, and tofagerl's gist

Setup

Install dfu-programmer, avr-gcc, avr-libc, and make

Keymaps

Drop a keymap file in keymaps/ named foo.c. See tmk/tmk_core/doc/keymap.md for details on keymap configurations.

Compiling and Installing

If you want to compile and install all at once, run:

make KEYMAP=foo all

Compiling

To compile the keymap to a .hex file (located in firmware/), run:

make KEYMAP=foo

Installing

To install the keymap, run:

make KEYMAP=foo install

During the install process you'll be asked to confirm. Just press Enter.

When it says Waiting for Bootloader..., press the button on the bottom of your keyboard.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0