mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-13 04:15:53 -04:00
Tidy up bool implementation
This commit is contained in:
@@ -27,6 +27,8 @@ def _xap_type_to_c_before(xt: str):
|
||||
return 'uint32_t'
|
||||
elif xt == 'u64':
|
||||
return 'uint64_t'
|
||||
elif xt == 'bool':
|
||||
return 'uint8_t'
|
||||
elif xt == 'string':
|
||||
return 'const char*'
|
||||
elif xt == 'token':
|
||||
|
||||
Reference in New Issue
Block a user