Skip to content

Commit 00128df

Browse files
committed
some recommended fixes added
1 parent 6124b16 commit 00128df

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/KeyboardLayout_hu_HU.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ extern const uint8_t KeyboardLayout_hu_HU[128] PROGMEM =
141141
0x11|ALT_GR, // }
142142
0x1e|ALT_GR, // ~
143143
0x00 // DEL
144-
};
144+
};

src/Keyboard_hu_HU.h

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Keyboard_hu_HU.h
33
4-
Copyright (c) 2022, Edgar Bonet
4+
Copyright (c) 2023, Barab(0x34)si Rich(0x34)rd
55
66
This library is free software; you can redistribute it and/or
77
modify it under the terms of the GNU Lesser General Public
@@ -34,19 +34,19 @@
3434
// Keyboard
3535

3636
// 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)
4040

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)
4444

45-
#define KEY_A_SLASH 0x34
45+
#define KEY_A_ACUTE (136+0x34)
4646

47-
#define KEY_E_SLASH 0x33
47+
#define KEY_E_ACUTE (136+0x33)
4848

49-
#define KEY_I_SLASH 0x32
49+
#define KEY_I_ACUTE (136+0x32)
5050

5151
#endif
52-
#endif
52+
#endif

0 commit comments

Comments
 (0)