File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -141,4 +141,4 @@ extern const uint8_t KeyboardLayout_hu_HU[128] PROGMEM =
141
141
0x11 |ALT_GR, // }
142
142
0x1e |ALT_GR, // ~
143
143
0x00 // DEL
144
- };
144
+ };
Original file line number Diff line number Diff line change 1
1
/*
2
2
Keyboard_hu_HU.h
3
3
4
- Copyright (c) 2022, Edgar Bonet
4
+ Copyright (c) 2023, Barab(0x34)si Rich(0x34)rd
5
5
6
6
This library is free software; you can redistribute it and/or
7
7
modify it under the terms of the GNU Lesser General Public
34
34
// Keyboard
35
35
36
36
// hu_HU keys
37
- #define KEY_O_SLASH 0x2e
38
- #define KEY_O_TWO_DOTS 0x27
39
- #define KEY_O_DOUBLE_SLASH 0x2f
37
+ #define KEY_O_ACUTE (136+ 0x2e)
38
+ #define KEY_O_UMLAUT (136+ 0x27)
39
+ #define KEY_O_DOUBLE_ACUTE (136+ 0x2f)
40
40
41
- #define KEY_U_SLASH 0x30
42
- #define KEY_U_TWO_DOTS 0x2d
43
- #define KEY_U_DOUBLE_SLASH 0x31
41
+ #define KEY_U_ACUTE (136+ 0x30)
42
+ #define KEY_U_UMLAUT (136+ 0x2d)
43
+ #define KEY_U_DOUBLE_ACUTE (136+ 0x31)
44
44
45
- #define KEY_A_SLASH 0x34
45
+ #define KEY_A_ACUTE (136+ 0x34)
46
46
47
- #define KEY_E_SLASH 0x33
47
+ #define KEY_E_ACUTE (136+ 0x33)
48
48
49
- #define KEY_I_SLASH 0x32
49
+ #define KEY_I_ACUTE (136+ 0x32)
50
50
51
51
#endif
52
- #endif
52
+ #endif
You can’t perform that action at this time.
0 commit comments