qmk_firmware/keyboards/nightly_boards/n60_s
Ryan 363bfdbfda
Move RGBLIGHT_LIMIT_VAL to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-27 12:27:44 +10:00
..
keymaps RESET -> QK_BOOT user keymaps (#17940) 2022-08-21 23:55:30 +01:00
config.h Move RGBLIGHT_LIMIT_VAL to data driven (#20974) 2023-05-27 12:27:44 +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
n60_s.c Convert Encoder callbacks to be boolean functions (#12805) 2021-05-21 23:17:32 -07:00
n60_s.h Move 60% layouts to data driven (#20477) 2023-04-27 07:49:03 +10: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.