[Keyboard] Redox media (#13084)
* adding a new revision 'media' to the redox keyboard * readme update * encoder fix * video link * drashna change requests * removing SPLIT_USB_TIMEOUT * intermediate rename * lowercase * drashna comments * include if defined KEYBOARD_redox_media * lowercase readme, tmp step * lowercase readme * drashna changes * more drashna comments * readme update * readme update * fauxpark and drashna comments * fauxpark comments * Update keyboards/redox/media/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
85a14ac25b
commit
1dbe4e7dd0
10 changed files with 305 additions and 2 deletions
|
@ -16,8 +16,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifdef KEYBOARD_redox_rev1
|
||||
#include "rev1.h"
|
||||
#if defined(KEYBOARD_redox_rev1)
|
||||
# include "rev1.h"
|
||||
#elif defined(KEYBOARD_redox_media)
|
||||
# include "media.h"
|
||||
#endif
|
||||
|
||||
#include "quantum.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue