]> git.donarmstrong.com Git - qmk_firmware.git/commit - keyboards/cospad/config.h
Add COSPAD to QMK and add functions to read HSV (#2156)
authorkamisamamizu <pacouniversitario69@gmail.com>
Sun, 17 Dec 2017 16:44:13 +0000 (17:44 +0100)
committerJack Humbert <jack.humb@gmail.com>
Sun, 17 Dec 2017 16:44:13 +0000 (11:44 -0500)
commit12e66330c5fad6dccc1e7be34f68f2db200b9f6e
tree4d8856f6e48b699ac8bef1c401d997fb884f7328
parentd91c9858c56d23c3197ced87c113b011562cdf8e
Add COSPAD to QMK and add functions to read HSV (#2156)

* Added functions to read HSV values

I have added three functions to rgb_light.c to be able to read the hue, saturation and value from other places.
They are rgblight_get_hue(), rgblight_get_sat(), adn rgblight_get_val().

* Create keymap.c

* Add COSPAD support to QMK

I have ported the COSPAD numpad to qmk.

* Update readme.md

* Update cospad.c
keyboards/cospad/config.h [new file with mode: 0644]
keyboards/cospad/cospad.c [new file with mode: 0644]
keyboards/cospad/cospad.h [new file with mode: 0644]
keyboards/cospad/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/cospad/readme.md [new file with mode: 0644]
keyboards/cospad/rules.mk [new file with mode: 0644]
quantum/rgblight.c
quantum/rgblight.h