gitea repo

This commit is contained in:
fred 2025-06-20 11:59:24 -07:00
commit f610209aff
66 changed files with 2439 additions and 0 deletions

View file

@ -0,0 +1,52 @@
- 1.1.14
- _NAME: MX Master 3S
_absent: [hi-res-scroll, lowres-scroll-mode, onboard_profiles, report_rate, report_rate_extended, pointer_speed, dpi_extended, speed-change, backlight,
backlight_level, backlight_duration_hands_out, backlight_duration_hands_in, backlight_duration_powered, backlight-timed, led_control, led_zone_, rgb_control,
rgb_zone_, brightness_control, per-key-lighting, fn-swap, persistent-remappable-keys, disable-keyboard-keys, crown-smooth, divert-crown, divert-gkeys,
m-key-leds, mr-key-led, multiplatform, gesture2-gestures, gesture2-divert, gesture2-params, sidetone, equalizer, adc_power_management]
_battery: 4100
_modelId: B03400000000
_sensitive: {change-host: false, divert-keys: false, reprogrammable-keys: false, scroll-ratchet: true, thumb-scroll-invert: false, thumb-scroll-mode: false}
_serial: 51EA2265
_unitId: 51EA2265
_wpid: B034
change-host: null
divert-keys: {82: 0, 83: 0, 86: 0, 195: 1, 196: 1}
dpi: 1000
hires-scroll-mode: false
hires-smooth-invert: false
hires-smooth-resolution: false
reprogrammable-keys: {80: 80, 81: 81, 82: 82, 83: 83, 86: 86, 195: 195, 196: 196}
scroll-ratchet: 1
smart-shift: 1
thumb-scroll-invert: true
thumb-scroll-mode: false
- _NAME: Wireless Keyboard MK270
_modelId: Wireless Keyboard MK270
_sensitive: {hires-scroll-mode: ignore, hires-smooth-invert: ignore, hires-smooth-resolution: ignore}
_serial: '00000000'
_unitId: '00000000'
_wpid: '4023'
fn-swap: false
- _NAME: Wireless Mouse M185 new
_sensitive: {hires-scroll-mode: ignore, hires-smooth-invert: ignore, hires-smooth-resolution: ignore}
_serial: '00000000'
_wpid: '4054'
divert-keys: {82: 0}
lowres-scroll-mode: false
pointer_speed: 256
reprogrammable-keys: {80: 80, 81: 81, 82: 82}
- _NAME: MX Master 3 Wireless Mouse
_modelId: B02340820000
_sensitive: {hires-scroll-mode: ignore, hires-smooth-invert: ignore, hires-smooth-resolution: ignore}
_serial: 73738B2B
_unitId: 73738B2B
_wpid: '4082'
change-host: null
divert-keys: {82: 0, 83: 0, 86: 0, 195: 0, 196: 0}
dpi: 1000
reprogrammable-keys: {80: 80, 81: 81, 82: 82, 83: 83, 86: 86, 195: 195, 196: 196}
scroll-ratchet: 1
smart-shift: 1
thumb-scroll-invert: false
thumb-scroll-mode: false

View file

@ -0,0 +1,20 @@
%YAML 1.3
---
- Rule:
- KeyIsDown: Mouse Gesture Button
- KeyPress:
- Alt_L
- depress
- MouseClick: [left, depress]
- Rule:
- Key: [Mouse Gesture Button, released]
- KeyPress:
- Alt_L
- release
- MouseClick: [left, release]
- Rule:
- Key: [Smart Shift, pressed]
- KeyPress:
- [Control_L, Shift_L, Q]
- click
...