Git Product home page Git Product logo

keyball's Introduction

keyball

Keyball is split keyboard has 100% track ball

Firmware build guide

Keyball46 have separate firmwares for each of PCBs w/ trackball and w/o trackball. You can build those with this commands in root of QMK firmware source tree.

$ make keyball/rev1/ball:via
$ make keyball/rev1/noball:via

You will get two files:

  • keyball_rev1_ball_via.hex - Trackball PCB firmware with VIA support.
  • keyball_rev1_noball_via.hex - No trackball PCB firmware with VIA support.

Write each firmwares to correct PCB's Pro Micro.

In generally, you can build fimwares with this command.

$ make keyball/rev1/ball:{YOUR_FAVORITE_KEYMAP}
$ make keyball/rev1/noball:{YOUR_FAVORITE_KEYMAP}

Keyamaps

Keyball46 provides some keymaps as default:

  • via - VIA support, trackball is on right side
  • via_Left - VIA support, trackball is on left side
  • test - Test for building/soldering Keyball46 (w/ right trackball)
  • default - Template for customized keymap (w/ right trackball)

Prerequirements to build firmware

  1. Checkout QMK firmware source codes

  2. Setup QMK correctly (See also)

  3. Copy ./qmk_firmware/keyboards/keyball/ directory in this repository to QMK firmware's dir as {QMK_FIRMWARE_ROOT}/keyboards/keyball.

  4. Build Keyball46 firmwares (See above section)

    $ make keyball/rev1/ball:via
    $ make keyball/rev1/noball:via

keyball's People

Contributors

yowkees avatar koron avatar shoynoi avatar yutotnh avatar kyoh86 avatar mtsmfm avatar ellreka avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.