mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-30 17:41:54 +08:00
spi firmware
This commit is contained in:
@@ -24,10 +24,8 @@
|
||||
|
||||
#include <HID-Project.h>
|
||||
|
||||
#include "../inline.h"
|
||||
|
||||
<%! import operator %>
|
||||
INLINE KeyboardKeycode keymapUsb(uint8_t code) {
|
||||
KeyboardKeycode keymapUsb(uint8_t code) {
|
||||
switch (code) {
|
||||
% for km in sorted(keymap, key=operator.attrgetter("mcu_code")):
|
||||
case ${km.mcu_code}: return ${km.arduino_name};
|
||||
|
||||
Reference in New Issue
Block a user