qmk_firmware/keyboards/input_club/whitefox
Less/Rikki 346b06d391
refactor: move default RGB/LED matrix #defines (#21938)
* refactor: move default RGB/LED matrix #defines

Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and
RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to
leverage these defaults without requiring #ifdef guards (and often
repeating said fallback definitions).

* style: use if(n)def for consistency

and remove redundant UINT8_MAX checks on maximum brightness

Co-authored-by: Joel Challis <git@zvecr.com>

* refactor: remove INDICATOR_MAX_BRIGHTNESS macro

Co-authored-by: Joel Challis <git@zvecr.com>

---------

Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-28 11:51:18 +01:00
..
keymaps
board_is31fl3731c.h
chconf.h
config.h Add and use I2C address defines for ISSI LED drivers (#22008) 2023-09-19 19:31:54 +10:00
halconf.h
info.json LED Matrix: driver naming cleanups (#21580) 2023-07-29 15:25:00 +10:00
mcuconf.h
readme.md
rules.mk Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) 2023-06-23 20:31:25 +01:00
whitefox.c refactor: move default RGB/LED matrix #defines (#21938) 2023-09-28 11:51:18 +01:00

WhiteFox

A compact 65% keyboard.

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

make input_club/whitefox:default

Flashing example for this keyboard:

make input_club/whitefox:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.