jack

Results 48 comments of jack

See [keyboards/handwired/onekey/blackpill_f401](https://github.com/qmk/qmk_firmware/tree/master/keyboards/handwired/onekey/blackpill_f401) & [I2C Driver Doc](https://docs.qmk.fm/#/i2c_driver?id=arm-configuration)

It wouldn't be too difficult to import the SVG to KiCad, and export gerber files yourself. [Importing Complex Board Outlines as Vector Graphics](https://community.element14.com/members-area/b/blog/posts/kicad-6---importing-complex-board-outlines-as-vector-graphics) [Generate Gerbers](https://www.youtube.com/watch?v=ENmDnoKs2hM)

If you made a custom keyboard, please follow [https://docs.qmk.fm/#/porting_your_keyboard_to_qmk](https://docs.qmk.fm/#/porting_your_keyboard_to_qmk).

No, community/user keymaps don't need to build successfully. Mostly, a lot of things here need to be migrated to data driven configuration. @rgoulter, see [updated PR checklist](https://docs.qmk.fm/#/pr_checklist?id=keyboard-prs) and [info.json doc](https://docs.qmk.fm/#/reference_info_json)....

Yes, the `rev1` firmware in QMK is used for all versions of the DIY PCBs.

Please do not close and open new PRs when your existing ones would have been fine to continue making changes to. This is now the third PR for this keyboard....

This appears to be exactly the same keyboard as `epomaker/tide65`? (#23356) ```diff diff loop65/info.json epomaker/tide65/info.json 3c3 < "keyboard_name": "KIIBOOM LOOP 65", --- > "keyboard_name": "EPOMAKER TIDE 65", Common subdirectories: loop65/keymaps...

As far the firmware is concerned, they are not distinct keyboards at all, which may not violate any policies per se, but that doesn't mean there are no issues. For...

Does the right half work on its own? I suggest flashing the [default firmware from here](https://qmk.tzarc.io/crkbd_rev1_default.hex). You should be able to put it in bootloader mode by pressing (or double...

The issue of right half not working when USB is connected to left, but both halves working when USB is connected to right is very strange. But the halves being...