forked from mirrors/qmk_userspace
Migrate some common features to generic (#22403)
This commit is contained in:
parent
4e577cbbea
commit
147865cf57
9 changed files with 36 additions and 72 deletions
|
@ -36,10 +36,15 @@ This time is quite short, probably hundreds of milliseconds, but this data may b
|
|||
|
||||
If OS is guessed incorrectly, you may want to collect data about USB setup packets to refine the detection logic.
|
||||
|
||||
To do so in your `rules.mk` add:
|
||||
To do so in your `config.h` add:
|
||||
|
||||
```c
|
||||
#define OS_DETECTION_DEBUG_ENABLE
|
||||
```
|
||||
|
||||
And in your `rules.mk` add:
|
||||
|
||||
```make
|
||||
OS_DETECTION_DEBUG_ENABLE = yes
|
||||
CONSOLE_ENABLE = yes
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue