diff options
author | Andrew Kannan <andrew.kannan@klaviyo.com> | 2019-01-29 23:04:20 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-29 20:04:20 -0800 |
commit | 7186d1581abbd97d7c76626ae83fc866e85d217c (patch) | |
tree | 1a6cf65f38f00f48e1539a8c01418cf770119a37 /keyboards/cannonkeys/ortho48/ortho48.c | |
parent | 74fcfd533508d5743a20a7cd7faba404f8fc7cd3 (diff) | |
download | qmk_firmware-7186d1581abbd97d7c76626ae83fc866e85d217c.tar.gz qmk_firmware-7186d1581abbd97d7c76626ae83fc866e85d217c.zip |
Moving cannonkeys boards to one place, eeprom fix (#4999)
* 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
Diffstat (limited to 'keyboards/cannonkeys/ortho48/ortho48.c')
-rw-r--r-- | keyboards/cannonkeys/ortho48/ortho48.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/ortho48/ortho48.c b/keyboards/cannonkeys/ortho48/ortho48.c new file mode 100644 index 0000000000..fe38f02007 --- /dev/null +++ b/keyboards/cannonkeys/ortho48/ortho48.c @@ -0,0 +1,3 @@ + +#include "ortho48.h" + |