Skip to content

Instantly share code, notes, and snippets.

@dlaroe
dlaroe / CRS-4x12-ortholinear-layout.kbd.json
Last active October 13, 2023 16:45
CRS 4x12 ortholinear layout
[
{
"name": "CRS 4x12 ortholinear layout",
"author": "DRL https://github.com/qmk/qmk_firmware/tree/master/layouts/community/ortho_4x12/crs/",
"plate": false
},
[
{
"c": "#e8b0b0",
"a": 7
/******************************************************************************
Compass.ino
For the project here: http://www.instructables.com/id/DIY-Digital-Compass-for-your-car
Originally Created: August 10, 2015
Written by Perry Naseck (https://perrynaseck.com/)
Dependencies:
- Cardinal (in Library Manager and at https://github.com/DaAwesomeP/arduino-cardinal )
- Sparkfun Micro OLED Breakout (in Library Manager and at https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library )
- Wire (included with IDE)