qmk_firmware/keyboards/nightly_boards/n60_s
Ryan ace372d90d
Move matrix config to info.json, part 3 (#19991)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-11 00:34:34 +11:00
..
keymaps RESET -> QK_BOOT user keymaps (#17940) 2022-08-21 23:55:30 +01:00
config.h Move matrix config to info.json, part 3 (#19991) 2023-03-11 00:34:34 +11:00
encoder_action.c Move encoder config to data driven (#19923) 2023-02-26 09:45:12 +11:00
encoder_action.h Add some missing #pragma onces (#19902) 2023-02-21 15:55:23 +00:00
info.json Move matrix config to info.json, part 3 (#19991) 2023-03-11 00:34:34 +11:00
n60_s.c Convert Encoder callbacks to be boolean functions (#12805) 2021-05-21 23:17:32 -07:00
n60_s.h Added n60_s folder (#11455) 2021-02-28 16:43:58 +11:00
readme.md Added n60_s folder (#11455) 2021-02-28 16:43:58 +11:00
rules.mk Migrate MCU and BOOTLOADER to data-driven (#19529) 2023-02-08 18:41:46 +11:00

[n]60-s

n60-s

A 60% pcb that supports standard and tsangan bottom row, split backspace, and split right shift. It supports a piezo buzzer right under the spacebar and a rotary encoder either on the right 1u of a split backspace or split right right shift.

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

make nightly_boards/n60_s:default

Flashing example for this keyboard:

make nightly_boards/n60_s:default:flash

You can enter bootloader mode by pressing the physical reset button at the back of the pcb or by holding the escape key 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.