This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #![no_std] | |
| #![no_main] | |
| #![feature(type_alias_impl_trait)] | |
| use defmt::{panic, *}; | |
| use embassy_executor::Spawner; | |
| use embassy_stm32::usb::{self, Driver, Instance}; | |
| use embassy_stm32::{bind_interrupts, peripherals, Config}; | |
| use embassy_usb::class::cdc_acm::{CdcAcmClass, State}; | |
| use embassy_usb::driver::EndpointError; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/zsh | |
| /usr/libexec/PlistBuddy -c 'Set :AppleSymbolicHotKeys:60:value:parameters:2 131072' ~/Library/Preferences/com.apple.symbolichotkeys.plist |