qmk_firmare/keyboards/fingerpunch/vulpes_majora/v1
Sadek Baroudi eed5dd5b99 typo in VIK_GC9A01, was VIK_VIK_GC9A01 2024-06-24 22:01:03 -07:00
..
keymaps added reset keycodes to lower layer for vulpes majora 2023-08-10 10:42:00 -07:00
config.h vik ili9341 display support 2024-06-07 15:33:06 -07:00
fp_build.json typo in VIK_GC9A01, was VIK_VIK_GC9A01 2024-06-24 22:01:03 -07:00
halconf.h
info.json
mcuconf.h
readme.md vulpes majora - added compile time configs for all the rgb combinations 2023-08-12 10:46:18 -07:00
rules.mk QMK breaking change update: driver names in rules.mk changed from all upper case to all lower case, updating 2023-10-30 01:59:33 -07:00
v1.c fixed rgb matrix for vulpes majora 2023-07-24 13:38:26 -07:00
v1.h fix 5 way switches and scroll wheel rotation behavior 2023-07-17 07:39:08 -07:00

readme.md

vulpes majora

An ergonomic 40% keyboard

Vulpes Majora

Make example for this keyboard (after setting up your build environment):

    make fingerpunch/vulpes_majora/v1:default RGBLIGHT_ENABLE=yes

Options are:

CIRQUE_ENABLE=yes
FP_TRACKBALL_ENABLE=yes
RGBLIGHT_ENABLE=yes
RGB_MATRIX_ENABLE=yes
ENCODER_ENABLE=yes
AUDIO_ENABLE=yes
HAPTIC_ENABLE=yes
FP_VM_RGB_6COL_WITH_CENTER=yes
FP_VM_RGB_5COL=yes
FP_VM_RGB_5COL_WITH_CENTER=yes
FP_VM_RGB_CENTER_ONLY=yes

Parameters

  • CIRQUE_ENABLE - enable if you have a cirque trackpad installed
  • FP_TRACKBALL_ENABLE - enable if you have a trackball installed
  • RGBLIGHT_ENABLE - enable if you are using leds and want to use qmk rgblight, required if you are using the trackball leds in the center, do not use rgb matrix if using this
  • RGB_MATRIX_ENABLE - enable if you are using leds and want to use qmk rgb matrix, don't use if you have the trackball leds in the center, as they won't light up
  • ENCODER_ENABLE - enable if you are using the vik center scroll ring (PER56)
  • AUDIO_ENABLE - installed on the pcb by default. If you don't like the audio feature, don't enable this
  • HAPTIC_ENABLE - enable if you installed the pimoroni haptic feedback module
  • FP_VM_RGB_6COL_WITH_CENTER - enable if you have a 6 col build with rgb and the 4 leds in the center
  • FP_VM_RGB_5COL - enable if you have a 5 col build with no leds in the center
  • FP_VM_RGB_5COL_WITH_CENTER - enable if you have a 5 col build with leds in the center
  • FP_VM_RGB_CENTER_ONLY - enable if you have no per key leds, but installed the 4 in the center

Build Guide

See: https://github.com/sadekbaroudi/fingerpunch/blob/master/keyboards/vulpes-majora/