|
|
||
|---|---|---|
| .. | ||
| keymaps | ||
| config.h | ||
| fp_build.json | ||
| halconf.h | ||
| info.json | ||
| mcuconf.h | ||
| readme.md | ||
| rules.mk | ||
| xivik.c | ||
| xivik.h | ||
readme.md
xivik
- Keyboard Maintainer: sadekbaroudi
- Hardware Supported: xivik controller
Description
This is a controller, not a keyboard. This firmware is intended to serve two purposes:
- To test your controller
- A template for copying over the firmware to any keyboard that you use it on.
Building
Make example for this keyboard (after setting up your build environment):
make fingerpunch/xivik:default RGBLIGHT_ENABLE=yes
Options are:
RGBLIGHT_ENABLE=yes
HAPTIC_FEEDBACK=yes
// for the options below, select only one, or none, used for testing [VIK modules](https://github.com/sadekbaroudi/vik#known-list-of-vik-certifications)
VIK_ILI9341=yes
VIK_PER56_CIRQUE_LEDS=yes
VIK_PER56_PMW3360_LEDS=yes
VIK_PMW3360=yes
VIK_WEACT_ST7735=yes
VIK_GC9A01=yes
VIK_WAVESHARE_22224=yes
VIK_HAPTIC=yes
See build environment setup then the make instructions for more information.