-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try getting oled back on with some custom chconf config
- Loading branch information
Showing
4 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
* `qmk chibios-confmigrate -i firmware/nachie/syndrome/chconf.h -r ../keymaps_qmk/platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/chconf.h` | ||
*/ | ||
|
||
|
||
#pragma once | ||
|
||
#include_next <chconf.h> | ||
|
||
#undef CH_CFG_SMP_MODE | ||
#define CH_CFG_SMP_MODE TRUE | ||
|
||
#undef CH_CFG_ST_RESOLUTION | ||
#define CH_CFG_ST_RESOLUTION 32 | ||
|
||
#undef CH_CFG_ST_FREQUENCY | ||
#define CH_CFG_ST_FREQUENCY 1000000 | ||
|
||
#undef CH_CFG_INTERVALS_SIZE | ||
#define CH_CFG_INTERVALS_SIZE 32 | ||
|
||
#undef CH_CFG_TIME_TYPES_SIZE | ||
#define CH_CFG_TIME_TYPES_SIZE 32 | ||
|
||
#undef CH_CFG_ST_TIMEDELTA | ||
#define CH_CFG_ST_TIMEDELTA 100 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
// #define OLED_FONT_H "detourfont.c" | ||
#define OLED_FONT_H "detourfont.c" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters