According to https://keycapsss.com/keyboard-parts/pcb/71/lily58-pro-split-keyboard-pcb?number=KC10040_PARTS
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
<template> | |
<div id="app"> | |
<p> | |
Pending: {{ $store.state.getInfoPending }} | |
</p> | |
<p> | |
{{ $store.state.getInfoData }} | |
</p> | |
</div> | |
</template> |
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
from collections import deque | |
from queue import Queue | |
from threading import Thread | |
import threading | |
from time import sleep | |
from collections import Counter | |
import os | |
import socket | |
import sys | |
import argparse |
OlderNewer