mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 17:35:30 +00:00
b5e26ccb94
* info.json: apply friendly formatting * nz67v2.h: use ____ for KC_NO * nz67v2.h: add matrix diagram * add LAYOUT_all Same matrix as `LAYOUT`, but physically arranged to mimic the keyboard layout. Rotary encoder positions move from the bottom row to the top row. * refactor keymaps to use LAYOUT_all macro * info.json: add LAYOUT_all data * remove LAYOUT macro Now unused. * add LAYOUT_65_ansi_blocker * add LAYOUT_65_ansi_blocker_split_space * remove dead space from layouts Remove empty space from `LAYOUT_65_ansi_blocker` and `LAYOUT_65_ansi_blocker_split_space` layouts. |
||
---|---|---|
.. | ||
keymaps | ||
board.h | ||
config.h | ||
halconf.h | ||
info.json | ||
mcuconf.h | ||
nz67v2.c | ||
nz67v2.h | ||
readme.md | ||
rules.mk |
nz67v2
A 67 keys keyboard with rgb (key and underground). This keyboard use 16mhz HSE and APM32F103 as MCU.
- Keyboard Maintainer: https://github.com/jiaxin96
- Hardware Supported: nz67v2
- Hardware Availability: Y&R Works, 5162
Make example for this keyboard (after setting up your build environment):
make yandrstudio/nz67v2:default
See build environment setup then the make instructions for more information.
Bootloader
Enter the bootloader in 2 ways:
- Bootmagic reset: Hold down the key at (0,0) in the matrix (usually the top left key which is Escape in this keyboard) and plug in the keyboard
- Keycode in layout: Press the key mapped to
QK_BOOT
if it is available.