소스 검색

Merge remote-tracking branch 'origin/master' into develop

QMK Bot 3 년 전
부모
커밋
464d67c68f
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      docs/feature_oled_driver.md

+ 5 - 0
docs/feature_oled_driver.md

@@ -149,6 +149,11 @@ bool oled_task_user(void) {
 
 ## Basic Configuration
 
+These configuration options should be placed in `config.h`. Example:
+```c
+#define OLED_BRIGHTNESS 128
+```
+
 |Define                     |Default          |Description                                                                                                               |
 |---------------------------|-----------------|--------------------------------------------------------------------------------------------------------------------------|
 |`OLED_DISPLAY_ADDRESS`     |`0x3C`           |The i2c address of the OLED Display                                                                                       |