Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfreerksen/whitefox
https://github.com/dfreerksen/whitefox
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfreerksen/whitefox
- Owner: dfreerksen
- Created: 2016-12-28T23:02:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T03:03:04.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T14:08:27.144Z (3 months ago)
- Language: C++
- Size: 185 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - dfreerksen/whitefox - (C++)
README
# WhiteFox
Aria keyboard with custom layout. [Configurator](https://input.club/configurator-whitefox/) available.
![Whitefox Aria](https://github.com/dfreerksen/whitefox/raw/master/img/aria.png "Whitefox Aria")
## Requirements
- [Homebrew](http://brew.sh/)
## Setup
1. Install [dfu-util](http://dfu-util.sourceforge.net/)
```
$ brew install dfu-util
```2. Put the keyboard in programming mode.
There is a small hole on the bottom of the keyboard. The hole will light up in orange when pushed. LED lights on your keyboard will turn off.
3. Flash the keyboard using `dfu-util`
```
$ dfu-util -a 0 -R -D ./aria/kiibohd.dfu.bin
```4. Start using the keyboard
The hole on the bottom of the keyboard will turn off. LED lights on your keyboard will turn on again.