Skip to content

Instantly share code, notes, and snippets.

@jimmyhchan
jimmyhchan / lets split build guide.md
Last active January 29, 2017 04:38 — forked from nicinabox/lets split build guide.md
This guide covers building a Let's Split v2.

An Overly Verbose Guide to Building a Let's Split Keyboard

This guide covers building a Let's Split v2. Order your parts and read over this guide while you wait.

  • I2C isn't covered in this guide (yet), mostly because I didn't do it for my build.
  • Flashing isn't covered. I'm hoping to add this to the QMK Let's Split readme instead.

Helpful references

@jimmyhchan
jimmyhchan / intro.js
Last active January 2, 2016 13:19 — forked from seriousManual/intro.js
//whitespaces added for clarification
module.exports = (function(){
dust.register("intro",body_0);
function body_0(chk,ctx){
return chk.write("Hello ").reference(ctx._get(false, ["name"]),ctx,"h").write("!");
}
return body_0;
})();
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>LinkedIn Colleague Search</title>
<style type="text/css" media="screen">
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,