Joel Challis dd905c9531 Split `ducky/one2sf/1967st` into `ansi`/`iso` variants (#26277) hai 1 mes
..
ansi dd905c9531 Split `ducky/one2sf/1967st` into `ansi`/`iso` variants (#26277) hai 1 mes
boards 81b7d6f67f [Keyboard] Add Support to Ducky One2 SF (#17260) %!s(int64=4) %!d(string=hai) anos
iso dd905c9531 Split `ducky/one2sf/1967st` into `ansi`/`iso` variants (#26277) hai 1 mes
1967st.c dd905c9531 Split `ducky/one2sf/1967st` into `ansi`/`iso` variants (#26277) hai 1 mes
chconf.h dd905c9531 Split `ducky/one2sf/1967st` into `ansi`/`iso` variants (#26277) hai 1 mes
config.h dd905c9531 Split `ducky/one2sf/1967st` into `ansi`/`iso` variants (#26277) hai 1 mes
info.json dd905c9531 Split `ducky/one2sf/1967st` into `ansi`/`iso` variants (#26277) hai 1 mes
mcuconf.h dd905c9531 Split `ducky/one2sf/1967st` into `ansi`/`iso` variants (#26277) hai 1 mes
readme.md dd905c9531 Split `ducky/one2sf/1967st` into `ansi`/`iso` variants (#26277) hai 1 mes
rules.mk dd905c9531 Split `ducky/one2sf/1967st` into `ansi`/`iso` variants (#26277) hai 1 mes

readme.md

One 2 SF (DKON1967ST)

A 65% keyboard by Ducky.

  • Keyboard Maintainer: f7urry
  • Hardware Supported: Ducky One 2 SF RGB (DKON1967ST), NUC123SD4AN0 + MBI5043GP
    • VIA still WIP.
    • RGB LEDs are currently disabled until the driver is merged.
    • DIP switches are disabled due to hardware incompatibilities

Compiling the Firmware:

make ducky/one2sf/1967st/ansi:default
make ducky/one2sf/1967st/iso:default

Accessing Bootloader Mode

To enter the 1967ST bootloader to flash, boot the keyboard while holding D+L.

Flashing the Firmware:

There are then two ways to flash the keyboard:

pip install --user nuvoton-isp
nuvoisp -f ducky_one2sf_1967st_ansi_default.bin

Alternatively you can use elfmimi's nu-isp-cli which is more complete than nuvoisp and allows flashing .hex files as well.

cargo install nu-isp-cli
nu-isp-cli flash ducky_one2sf_1967st_ansi_default.bin

or

make ducky/one2sf/1967st/ansi:default:flash
make ducky/one2sf/1967st/iso:default:flash

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