qmk-dactyl-manuform-a/keyboards/sirius/uni660/rev1
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 Uni660 refactor (#11526) 2021-01-14 11:17:47 +11:00
.noci Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
config.h Serial refactor (#11521) 2021-02-06 09:20:48 +11:00
info.json Fix info.json for Uni660 (#9489) 2020-06-22 09:49:47 +01:00
matrix.c Remove legacy print backward compatiblitly (#11805) 2021-02-06 16:56:13 +00:00
readme.md Move Backslash/ISO Hash key to home row for Uni660 rev2 ISO (#11657) 2021-01-22 09:10:52 -08:00
rev1.c Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
rev1.h Uni660 refactor (#11526) 2021-01-14 11:17:47 +11:00
rules.mk Fix Uni660 linker errors (#12341) 2021-03-24 13:03:43 +11:00

readme.md

Uni660 Rev1

Sirius Uni660

The Uni660 is an ergonomic wireless keyboard designed by Sirius.

Join the KeyCommerce Discord.

  • Keyboard Maintainer: danielhklein, The QMK Community
  • Hardware Supported: Uni660 Rev1, 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/rev1:default

Flashing example for this keyboard:

make sirius/uni660/rev1:default:flash

To get the U2U into DFU flashing mode, insert the U2U into the computer and connect the RST pins:

RST pins

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