You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling: quantum/keymap_introspection.c [ERRORS]
In file included from quantum/keymap_introspection.c:5:
./keyboards/keyball/keyball44/keymaps/tongari07/keymap.c:99:34: error: unknown type name 'os_variant_t'
bool process_detected_host_os_kb(os_variant_t detected_os) {
^~~~~~~~~~~~
gmake[1]: *** [builddefs/common_rules.mk:357: .build/obj_keyball_keyball44_tongari07/quantum/keymap_introspection.o] Error 1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
QMKのOS Detectionを参考に下記のようにWindowsとその他でデフォルトのレイヤーを変更しようとしたのですが、ファームウェアのbuildでエラーが発生しました。
対応策はありますでしょうか。
該当のコード(keymap.c)
Beta Was this translation helpful? Give feedback.
All reactions