Skip to content

Instantly share code, notes, and snippets.

@jtmchorse
jtmchorse / cloudSettings
Last active September 16, 2021 23:05
vs-code-sync
{"lastUpload":"2021-09-16T23:05:40.128Z","extensionVersion":"v3.4.3"}
// This is the canonical layout file for the Quantum project. If you want to add another keyboard,
// this is the style you want to emulate.
#include "timer.h"
#include "planck.h"
#ifdef BACKLIGHT_ENABLE
#include "backlight.h"
#endif
static uint16_t mute_time;
static uint8_t mute;