logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1249B)


  1. # One 2 SF (DKON1967ST)
  2. A 65% keyboard by Ducky.
  3. This firmware was tested on the Ducky One 2 SF 1967ST version.
  4. * Keyboard Maintainer: [f7urry](https://github.com/f7urry)
  5. * Hardware Supported: Ducky One 2 SF RGB (DKON1967ST), NUC123SD4AN0 + MBI5043GP
  6. * Only ANSI layout is supported at this time
  7. * ISO compiles but is **untested**
  8. * VIA still WIP.
  9. * RGB LEDs are currently disabled until the driver is merged.
  10. ## Compiling the Firmware:
  11. make ducky/one2sf/1967st:default
  12. ## Accessing Bootloader Mode
  13. To enter the 1967ST bootloader to flash, boot the keyboard while holding D+L.
  14. ## Flashing the Firmware:
  15. There are then two ways to flash the keyboard:
  16. pip install --user nuvoton-isp
  17. nuvoisp -f ducky_one2sf_ansi.bin
  18. Alternatively you can use elfmimi's [nu-isp-cli](https://lib.rs/crates/nu-isp-cli) which is more complete than nuvoisp and allows flashing .hex files as well.
  19. cargo install nu-isp-cli
  20. nu-isp-cli flash ducky_one2sf_ansi.bin
  21. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).