Git Product home page Git Product logo

keybow-firmware's Introduction

Keybow and Keybow MINI

Buy Keybow and Keybow MINI here

Keybow is an easy-to-build, solderless, DIY mini mechanical keyboard, Raspberry Pi-powered, with twelve illuminated keys, hot-swap clicky or linear switches, clear keycaps, and awesome customisable layouts and macros. It's the ultimate macro pad.

Keybow MINI is a three-key version of it's older sibling, Keybow.

This Keybow OS is RAM-disk-based and built upon a stripped-down Raspbian, with C bindings that setup and run the USB HID, and a series of Lua-based scripts to customise the key layouts and lighting.

Using the Keybow software

Format a micro-SD card in FAT32 format (we recommend the SD Association's SD Card Formatter, and then drop the contents of the sdcard folder (only the files inside the folder) onto the freshly-formatted micro-SD card.

You can grab the latest keybow-x.x.x.zip file from https://github.com/pimoroni/keybow-firmware/releases and unzip it directly to your SD card.

Learn more about how to use Keybow on our learning portal.

Building

bcm2835

Build the bcm2835 library and install into a local build directory for static linking.

cd bcm2835-x.xx
autoreconf -f -i
mkdir build
./configure --prefix=$(pwd)/build
make
make install

libusbgx

sudo apt install libconfig-dev
cd libusbgx
autoreconf -i
mkdir build
./configure --prefix=$(pwd)/build
make
make install

lua

sudo apt install libreadline-dev
cd lua-5.3.5
make linux

keybow-firmware's People

Contributors

gadgetoid avatar sandyjmacdonald avatar manustoessel avatar dglaude avatar oliverm avatar thediveo avatar

Watchers

James Cloos avatar  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.