[Keyboard] Add Runner3680 with 5x6+5x8 layout (#14617)

* [Keyboard] Add Runner3680 keyboard with 5x6 + 5x8 layout

* [Keymap] Use general audio key codes instead of MacOS specific ones

* [Keymap] Add via support

* [Keyboard] Add config for RGB Matrix feature for runner3680 5x6+5x8 layout

* Add license to .c and .h files

* Remove unused code

* [Keymap] Rename 'JIS' directory to be lower cased

* [Keyboard] Explicitly define enabled RGB lighting effects for Runner3680

* [Keyboard] Remove unused code of Runner3680

* [Keyboard] Move RGB Matrix related config to keyboard's rules.mk file

* [Keymap] Clean up default keymaps of Runner3680
This commit is contained in:
Derek Hsu
2021-12-27 10:39:57 +08:00
committed by GitHub
parent 51be57c287
commit 093d5c9991
17 changed files with 646 additions and 0 deletions

View File

@@ -14,6 +14,10 @@
#include "5x6.h"
#endif
#ifdef KEYBOARD_runner3680_5x6_5x8
#include "5x6_5x8.h"
#endif
#ifdef KEYBOARD_runner3680_4x8
#include "4x8.h"
#endif