qmk_firmware/keyboards/nightly_boards/octopad
2023-05-02 08:25:15 +10:00
..
keymaps RESET -> QK_BOOT default keymaps (#17037) 2022-05-15 20:26:27 +01:00
config.h Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin (#20303) 2023-04-06 18:00:54 +10:00
encoder_action.c [Core] Refactor keyevent_t for 1ms timing resolution (#15847) 2023-04-03 18:33:45 +10:00
encoder_action.h Add some missing #pragma onces (#19902) 2023-02-21 15:55:23 +00:00
info.json info.json whitespace cleanups (#20651) 2023-05-02 08:25:15 +10:00
octopad.c Convert Encoder callbacks to be boolean functions (#12805) 2021-05-21 23:17:32 -07:00
octopad.h Move small macropad-ish layouts to data driven (#20341) 2023-04-05 15:46:59 +10:00
readme.md [Keyboard] Add the Octopad (#9946) 2020-12-29 16:58:14 -08:00
rules.mk Migrate MCU and BOOTLOADER to data-driven (#19529) 2023-02-08 18:41:46 +11:00

Nightly Boards Octopad

octopad

An 8 key macropad with 2 rotary encoders

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

make nightly_boards/octopad:default

Flashing example for this keyboard:

make nightly_boards/octopad:default:flash

You can enter bootloader mode by pressing the physical reset button at the back of the pcb or by holding the upper left key (among the 8 keys) while plugging the usb cable.

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