#ifndef OLED_USER_H #define OLED_USER_H //SSD1306 OLED update loop, make sure to add #define SSD1306OLED in config.h #include "ssd1306.h" #include "edvorakjp.h" //assign the right code to your layers for OLED display #define L_BASE 0 extern uint8_t is_master; extern bool japanese_mode; // method prototypes defined in crkbd/lib extern const char *read_logo(void); const char *read_mode_icon(bool swap); const char *read_layer_state(void); const char *read_host_led_state(void); void matrix_update(struct CharacterMatrix *dest, const struct CharacterMatrix *source); void iota_gfx_task_user(void); #endif // OLED_CONFIG_USER_H ='/cgit/'>cgit logo index : avr/qmk/firmware
[no description]
aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/converter/hp_46010a/hp_46010a.h
blob: fd5adfc63998d18809542d4765f40b711e2808c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60