summaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys/ortho48/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-151-1/+10
|
* Move keyboard USB IDs and strings to data driven: C (#17789)Ryan2022-07-261-7/+0
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-2/+0
| | | | (#16655)
* Remove `DESCRIPTION`, B-D (#11513)Ryan2021-01-151-1/+0
|
* Ortho48 VIA keymap (#10128)Nick Blyumberg2020-08-221-1/+1
|
* Remove keyboard level ws2812 spi drivers (#7694)Joel Challis2020-04-061-6/+2
|
* Refactor cannonkeys f103 boards to use core backlight (#8089)Joel Challis2020-04-061-2/+3
| | | | | * Refactor to use core backlight * Remove custom implementation
* Remove "ugly hack in usb_main.c" comments (#8296)Ryan2020-03-021-2/+0
|
* Moving cannonkeys boards to one place, eeprom fix (#4999)Andrew Kannan2019-01-291-0/+80
* Move boards to cannonkeys and share resources * Share common files between cannonkey boards * Fix ortho60 keymap * update LED numbers * Add RGB keys to Ortho60 and Ortho48 * Add Backlight control to default layout Ortho60 and 48 * Remove unnecessary ws2812.c SRC from rules.mk