kmk_firmware/entrypoints/feather_nrf52832.py

5 lines
74 B
Python

from kmk_keyboard_user import main
if __name__ == '__main__':
main()