qmk-dactyl-manuform-a/keyboards/niu_mini
Drashna Jaelre f0b30e0027
Make Swap Hands use PROGMEM (#12284)
This converts the array that the Swap Hands feature uses to use PROGMEM,
and to read from that array, as such. Since this array never changes at
runtime, there is no reason to keep it in memory. Especially for AVR
boards, as memory is a precious resource.
2021-05-09 23:21:09 -07:00
..
keymaps Remove `MIDI_ENABLE_STRICT` from user keymaps (#11750) 2021-02-06 09:35:10 +11:00
config.h Remove `DESCRIPTION`, N-Q (#11631) 2021-01-20 11:57:45 +11:00
info.json NIU Mini Settings update and Refactor (#6651) 2019-09-01 17:54:13 +10:00
niu_mini.c Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
niu_mini.h NIU Mini Settings update and Refactor (#6651) 2019-09-01 17:54:13 +10:00
readme.md NIU Mini Settings update and Refactor (#6651) 2019-09-01 17:54:13 +10:00
rules.mk Add a <FEATURE>_SUPPORTED flag (#9058) 2021-01-30 13:08:58 -08:00

readme.md

NIU Mini

NIU Mini

A compact 40% (12x4) ortholinear keyboard kit sold by KBDFans.

Keyboard Maintainer: QMK Community
Hardware Supported: NIU Mini PCB
Hardware Availability: KBDFans

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

make niu_mini:default

Flashing example for this keyboard (using the command line):

make niu_mini:default:flash

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