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 / MEUpdate_add_Delay.CMD
Last active May 29, 2019 17:54
A corrected copy of the file to fix the Intel Management Engine (ME) won't upgrade issue for Lenovo P72 laptop ((a7) me fw downgrade - request mespilock failed error)
@ECHO OFF
SET RetCode=0
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set OS=x86 || set OS=x64
CLS
echo Checking if system needs to apply fix...
echo.
@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 :