Skip to content

Instantly share code, notes, and snippets.

View kylemisner's full-sized avatar

Kyle Misner kylemisner

View GitHub Profile
@kylemisner
kylemisner / readme.js
Created September 30, 2022 21:13 — forked from 573/readme.js
Add this bookmarklet for archive.today
javascript:void(open('http://archive.today/?run=1&url='+encodeURIComponent(document.location)))
@kylemisner
kylemisner / ABOUT.md
Created March 7, 2019 00:48 — forked from fdidron/ABOUT.md
Ergodox-EZ Glow per layer / per key illumination

rules.mk

Contains all the directives required to activate QMK's rgb matrix features.

config.h

Sets a constant required to read the rgb matrix config from the EEPROM.

keymap.c

Custom keymap based on my layout. This is where the magic happens.

First let's declare a rgb_matrix_config variable of type rgb_config_t :