Skip to content

Instantly share code, notes, and snippets.

View ToastyStoemp's full-sized avatar

Wolf Van Herreweghe ToastyStoemp

  • Belgium
View GitHub Profile
@ToastyStoemp
ToastyStoemp / keymap.c
Created August 19, 2021 22:12
default keymap
/*
Copyright 2020 <me@homedrop.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
@ToastyStoemp
ToastyStoemp / config.h
Created August 19, 2021 22:11
Config file
/*
Copyright 2020 <me@homedrop.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@ToastyStoemp
ToastyStoemp / rules.mk
Created August 19, 2021 22:10
Rules file
# MCU name
MCU = atmega32u4
# Processor frequency
F_CPU = 16000000
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
italic
/\*(?!\*)[a-z]+\*/igm
bold
/\*\*[a-z]+\*\*/igm
code blocks
/```[\s\S]+?(?=```)+```/gm
From 4df1364142bf08c425b189d308f6b10a363938bc Mon Sep 17 00:00:00 2001
From: Manuel Herrmann <>
Date: Tue, 17 Nov 2015 00:41:47 +0100
Subject: [PATCH] rafplayer fix
---
client/client.js | 6 ++++--
server.ChatServerBase.js | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
@ToastyStoemp
ToastyStoemp / HackChat Notify.user.js
Last active November 11, 2015 09:36
A notification system for Hack.Chat
// ==UserScript==
// @name HackChat Notify
// @namespace https://github.com/ToastyStoemp
// @namespace https://github.com/M4GNV5
// @version 0.2
// @description A notification system for Hack.Chat
// @author ToastyStoemp, M4GNV5
// @match https://hack.chat/?*
// ==/UserScript==