Skip to content

Instantly share code, notes, and snippets.

View ipetepete's full-sized avatar

Peter Peterson ipetepete

  • NOIRLab
  • Tucson, AZ
View GitHub Profile
@joshschools
joshschools / moonraker.cfg
Last active March 11, 2024 23:45
Klipper Configs
[server]
host: 0.0.0.0
port: 7125
enable_debug_logging: False
[file_manager]
config_path: ~/klipper_config
log_path: ~/klipper_logs
[data_store]

KC60 Keyboard end-user tips, tricks, programming notes, etc.

Leimi's note: removed lots of stuff from the original gist of scottjl, (thanks to him by the way!), as in the end some wasn't useful for me. If you are intestered, go check the gist revisions.

The KC60 is kinda like a premade GH60 that was first sold on Massdrop during summer 2015.
It runs on TMK firmware, or something based on it at least (not sure this is the real source for the keyboard but it seems it is), which means it's heavily programmable.
There is a GUI tool (the source of this tool seems to be here) and a command-line tool to ease up the process of programming the board.
**Go check this great article on Key

@igravious
igravious / html5_boilerplate.rb
Created November 1, 2011 22:55
html5 boilerplate say hello to markaby
# convert the index.html of html5 boilerplate to markaby
# html5 boilerplate repo: https://github.com/h5bp/html5-boilerplate
# needs HTML5 additions from my fork of markaby: https://github.com/igravious/markaby
def layout
comments = []
comments << '[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]'