qmk_firmware/keyboards/input_club/whitefox
Ryan 74223c34a9
Remove legacy keycodes, part 6 (#18740)
* `KC_RSHIFT` -> `KC_RSFT`

* `KC_RCTRL` -> `KC_RCTL`

* `KC_LSHIFT` -> `KC_LSFT`

* `KC_LCTRL` -> `KC_LCTL`
2022-10-16 14:14:40 +01:00
..
keymaps Remove legacy keycodes, part 6 (#18740) 2022-10-16 14:14:40 +01:00
board_is31fl3731c.h move input club keyboards into vendor folder (#15788) 2022-02-05 21:16:21 -08:00
chconf.h move input club keyboards into vendor folder (#15788) 2022-02-05 21:16:21 -08:00
config.h Change DRIVER_LED_COUNT to {LED,RGB}_MATRIX_LED_COUNT (#18399) 2022-09-23 22:46:23 +10:00
halconf.h move input club keyboards into vendor folder (#15788) 2022-02-05 21:16:21 -08:00
info.json Move keyboard USB IDs and strings to data driven: I (#17836) 2022-07-29 13:40:16 +01:00
mcuconf.h move input club keyboards into vendor folder (#15788) 2022-02-05 21:16:21 -08:00
readme.md move input club keyboards into vendor folder (#15788) 2022-02-05 21:16:21 -08:00
rules.mk move input club keyboards into vendor folder (#15788) 2022-02-05 21:16:21 -08:00
whitefox.c Change DRIVER_LED_COUNT to {LED,RGB}_MATRIX_LED_COUNT (#18399) 2022-09-23 22:46:23 +10:00
whitefox.h move input club keyboards into vendor folder (#15788) 2022-02-05 21:16:21 -08: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.