You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/keyboards/whitefox
noroadsleft 7f4f0f7685 Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)
* Remove QUANTUM_DIR code blocks from keyboard rules

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect entire keyboards.

* remove QUANTUM_DIR code blocks from rules for default keymaps

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect default keymaps.

* remove QUANTUM_DIR code blocks from rules for user keymaps

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect "user" keymaps. (It's actually any keymap
that isn't named `default`.)

* remove QUANTUM_DIR code blocks from rules for community layouts

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for community layouts.

* remove QUANTUM_DIR code blocks from rules for userspaces

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for userspaces.
7 years ago
..
keymaps Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754) 7 years ago
board_is31fl3731c.h Fix apparent typo in WhiteFox LED config 7 years ago
bootloader_defs.h Initial whitefox support 9 years ago
chconf.h Increase tick frequency for responsiveness 9 years ago
config.h Make `PREVENT_STUCK_MODIFIERS` the default (#3107) 7 years ago
gfxconf.h Make it easier to use drivers 8 years ago
halconf.h Add a custom USB driver for ARM (#2750) 7 years ago
info.json Fix a few minor formatting annoyances in WhiteFox (#3331) 7 years ago
led.c Initial whitefox support 9 years ago
matrix.c Fix call to memset for various keyboards 8 years ago
mcuconf.h Update clock frequencies to match the infinity ergodox 9 years ago
readme.md Fix a few minor formatting annoyances in WhiteFox (#3331) 7 years ago
rules.mk Update whitefox to use the K-Type teensy workaround 7 years ago
visualizer.c Shared default animations 8 years ago
whitefox.c Enable tap dance and other features for Whitefox 8 years ago
whitefox.h Dhertz' keymaps (#3094) 7 years ago

readme.md

WhiteFox

A compact 65% keyboard.

Keyboard Maintainer: QMK Community
Hardware Supported: Whitefox PCB
Hardware Availability: https://input.club/whitefox/

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

make whitefox:default

See build environment setup then the make instructions for more information.