Skip to content

Instantly share code, notes, and snippets.

View markusressel's full-sized avatar
🤓
Just coding.

Markus Ressel markusressel

🤓
Just coding.
View GitHub Profile
@erdnuesse
erdnuesse / pc-keyboard-ger.keylayout
Created February 13, 2020 18:23
Deutsches Keyboardlayout für Windows Tastaturen auf OSX.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard PUBLIC "" "file://localhost/System/Library/DTDs/KeyboardLayout.dtd">
<keyboard group="0" id="4711" name="Win DE" maxout="1">
<layouts>
<layout first="0" last="17" modifiers="Modifiers" mapSet="ANSI"/>
<layout first="18" last="18" modifiers="Modifiers" mapSet="JIS"/>
<layout first="21" last="23" modifiers="Modifiers" mapSet="JIS"/>
<layout first="30" last="30" modifiers="Modifiers" mapSet="JIS"/>
<layout first="33" last="33" modifiers="Modifiers" mapSet="JIS"/>
<layout first="36" last="36" modifiers="Modifiers" mapSet="JIS"/>
@markusressel
markusressel / esphome_hx711_smart_scale.yaml
Last active August 24, 2024 20:43
ESPHome sample configuration for an HX711 powered Smart Scale including Auto-Tare functionality.
Moved to https://github.com/markusressel/ESPHome-Smart-Scale
#!/bin/bash
################################################################################
# cap - capture your screen
#
# This script allows you to capture your screen on Linux or macOS systems using
# the appropriate tools available on each platform. On Linux, it uses 'slop'
# and 'ffmpeg', while on macOS, it utilizes 'screencapture'. The script prompts
# you to select a desktop area for recording and saves the recording as an MP4/MOV
# file with customizable video quality.
@fracarvic
fracarvic / dfrobot-sen0610.yaml
Created July 26, 2024 16:25
ESPHome package for DFRobot SEN0610 (12m) mmwave radar using UART
esphome:
on_boot:
priority: 600
then:
- delay: 3s
- uart.write: "setUartOutput 1 1"
external_components:
- source:
type: git