You need to sign in or sign up before continuing.

A lot of custom-built or ethusiast-level keyboards such as the Planck, Zeal60, Let's Split and many more use an open-source firmware called QMK. This firmware allows you to freely define your keyboard layout and add a lot of functionality (i.e. emitting a different keycode on long and short keypress, dual-function keys, leader keys (think of vi's :)). We could use the Hack Week to add functionality, check the source code for security issues and add support for more keyboards.

If you own a qmk-running mechanical keyboard or plan on doing so feel free to join me :)

Looking for hackers with the skills:

keyboards embedded

This project is part of:

Hack Week 16

Activity

  • about 8 years ago: psmt joined this project.
  • about 8 years ago: SKaim liked this project.
  • about 8 years ago: SKaim disliked this project.
  • about 8 years ago: SKaim disliked this project.
  • about 8 years ago: ldevulder liked this project.
  • about 8 years ago: mbrugger liked this project.
  • about 8 years ago: SKaim added keyword "embedded" to this project.
  • about 8 years ago: SKaim added keyword "keyboards" to this project.
  • about 8 years ago: SKaim liked this project.
  • about 8 years ago: SKaim started this project.
  • about 8 years ago: SKaim disliked this project.
  • about 8 years ago: SKaim liked this project.
  • about 8 years ago: SKaim originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    Creating test suite using LLM on existing codebase of a solar router by fcrozat

    Description

    Two years ago, I evaluated solar routers as part of hackweek24, I've assembled one and it is running almost smoothly.

    However, its code quality is not perfect and the codebase doesn't have any testcase (which is tricky, since it is embedded code and rely on getting external data to react).

    Before improving the code itself, a testsuite should be created to ensure code additional don't cause regression.

    Goals

    Create a testsuite, allowing to test solar router code in a virtual environment. Using LLM to help to create this test suite.

    If succesful, try to improve the codebase itself by having it reviewed by LLM.

    Resources

    Solar router github project