This commit is contained in:
Maxim Devaev
2022-07-22 06:47:47 +03:00
parent f277160396
commit e46229e1d1
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
#include <HID-Project.h>
<%! import operator %>
KeyboardKeycode keymapUsb(uint8_t code) {
uint8_t keymapUsb(uint8_t code) {
switch (code) {
% for km in sorted(keymap, key=operator.attrgetter("mcu_code")):
% if km.usb_key.is_modifier: