qmk_firmware/keyboards/duck/lightsaver
MechMerlin cb2f2fd258 [Keyboard] Small Refactor of Duck boards (#5521)
* first [ass at pulling out common duck library functions

* use new library in jetfire

* use new library in duck lightsaver

* use new library in octagon v2

* put Device into the library

* refactor send_value

* refactor send_value and send_color

* use pragma once

* use pragma once

* use pragma once

* use pragma once

* rename backlight_led to indicator_leds to match with other duck boards

* rename enum

* make #define names consistent

* rename ducklib to duck_led

* update rules.mk ?= to =

* put rgb in the correct order

* add debounce debugging printouts

* turn on bootmagic lite and set it to the top left most key commonly programmed as Escape

* add reset key documentation

* fix that typo

* Update keyboards/duck/duck_led/duck_led.c

Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>

* include the correct library
2019-04-03 10:17:25 -07:00
..
keymaps Remove empty fn_actions[] 2019-01-11 18:32:43 -08:00
config.h [Keyboard] Small Refactor of Duck boards (#5521) 2019-04-03 10:17:25 -07:00
indicator_leds.c [Keyboard] Small Refactor of Duck boards (#5521) 2019-04-03 10:17:25 -07:00
indicator_leds.h
info.json
lightsaver.c
lightsaver.h [Keyboard] Small Refactor of Duck boards (#5521) 2019-04-03 10:17:25 -07:00
matrix.c [Keyboard] Small Refactor of Duck boards (#5521) 2019-04-03 10:17:25 -07:00
readme.md Modified URLs to point to new locations 2019-01-13 09:11:18 -08:00
rules.mk [Keyboard] Small Refactor of Duck boards (#5521) 2019-04-03 10:17:25 -07:00

readme.md

Duck Lightsaver V3

Lightsaver V3

Non official firmware for custom Korean keyboard with 96 key layout made by Duck.
Group buy was run 2017 May via geekhack and limited to 100 units.

Keyboard Maintainer: Rasmus Schults
Hardware Supported: Lightsaver PCB Ver 3.0, Atmega32u4
Hardware Availability: geekhack

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

make lightsaver:default

See build environment setup then the make instructions for more information.

Notes

Thanks to Ralf Schmitt for previous implementations in his TMK fork and few helping words.