f0b30e0027
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. |
||
---|---|---|
.. | ||
ansi | ||
iso | ||
.noci | ||
matrix.c | ||
readme.md | ||
rev2.c | ||
rev2.h | ||
rules.mk |
readme.md
Uni660 Rev2
The Uni660 is an ergonomic wireless keyboard designed by Sirius.
Join the KeyCommerce Discord.
- Keyboard Maintainer: danielhklein, The QMK Community
- Hardware Supported: Uni660 Rev2 ANSI, Uni660 Rev2 ISO, ATmega32U4
- Hardware Availability: Not currently available as of 2021-01-21
Make example for this keyboard (after setting up your build environment):
make sirius/uni660/rev2/ansi:default # for ANSI version
make sirius/uni660/rev2/iso:default # for ISO version
Flashing example for this keyboard:
make sirius/uni660/rev2/ansi:default:flash # for ANSI version
make sirius/uni660/rev2/iso:default:flash # for ISO version
To get the U2U into DFU flashing mode, insert the U2U into the computer and connect the RST pins:
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.