aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cospad/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove HD44780 References, Part 2 (#9918)James Young2020-08-071-1/+0
| | | | | * remove HD44780_ENABLE rules: C-F * remove HD44780_ENABLE config: C-F
* [Keyboard] Cospad refactor (#7957)fauxpark2020-01-211-12/+12
| | | | | | | | | | | | * Cospad refactor * Add num lock indicator code * Add led_init_ports() * Revert change to matrix position blanks * Define BACKLIGHT_ON_STATE explicitly, in anticipation of PR6749
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-051-49/+2
| | | | | | * Cleanup rules.mk for 32U4 keyboards, A-F * Put back stuff in VIA keymaps
* Refactor cospad to current standards and enable support for backlight ↵zvecr2019-04-241-14/+29
| | | | keycodes (#5582)
* Add COSPAD to QMK and add functions to read HSV (#2156)kamisamamizu2017-12-171-0/+66
* 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