2022-07-09 14:25:45 -07:00
|
|
|
# Betalupi QMK environment
|
|
|
|
|
|
|
|
This repository contains everything required to build qmk firmware.
|
|
|
|
|
|
|
|
|
|
|
|
### TODO
|
2022-07-09 20:34:55 -07:00
|
|
|
- **Core:**
|
2022-07-09 14:28:36 -07:00
|
|
|
- Better build/flash command
|
|
|
|
- Warning when directory is moved
|
2022-07-09 20:34:55 -07:00
|
|
|
- **Keyboard:**
|
|
|
|
- Random FFT animation
|
2022-07-11 10:40:41 -07:00
|
|
|
- Clear leds on sleep (fft anim)
|
2022-07-09 14:25:45 -07:00
|
|
|
|
|
|
|
-------------------------------------------------
|
|
|
|
|
|
|
|
|
2022-11-18 23:33:15 -08:00
|
|
|
## Building
|
2022-07-09 14:25:45 -07:00
|
|
|
|
2022-11-18 23:49:08 -08:00
|
|
|
`mkdir ./output` manually.
|
|
|
|
|
2022-11-18 23:33:15 -08:00
|
|
|
Run `./build.sh`. Uses docker, doesn't need a local install of qmk.
|
2022-07-09 14:25:45 -07:00
|
|
|
|