Skip to content

Instantly share code, notes, and snippets.

View rcarteraz's full-sized avatar

rcarteraz rcarteraz

View GitHub Profile
@rcarteraz
rcarteraz / code.py
Created October 15, 2022 18:58 — forked from dglaude/code.py
PASsive aggRESiVE writING with CirCUITPYthon (i diD IT oN A QT pY M0)
import usb_hid
from adafruit_hid.keyboard import Keyboard
from adafruit_hid.keycode import Keycode
import time
import random
# Initialize Keyboard
kbd = Keyboard(usb_hid.devices)
# Press and release CapsLock in loop.