diff options
author | Reibl János Dániel <janos.daniel.reibl@protonmail.com> | 2020-11-02 22:20:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 21:20:22 +0000 |
commit | 4ba0cb7ebc7607ba235f34c32a66ccde880ca4a0 (patch) | |
tree | 5ce269803a0ad3aa29a947e4615c5585fabe13b8 /users/riblee/riblee.h | |
parent | 4b839db3841f001f78291373b2b6c3eca34582ed (diff) | |
download | qmk_firmware-4ba0cb7ebc7607ba235f34c32a66ccde880ca4a0.tar.gz qmk_firmware-4ba0cb7ebc7607ba235f34c32a66ccde880ca4a0.zip |
Add OLED support for Riblee F411 (#10778)
* Add OLED support for Riblee F422
* Fix typo
Diffstat (limited to 'users/riblee/riblee.h')
-rw-r--r-- | users/riblee/riblee.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/users/riblee/riblee.h b/users/riblee/riblee.h index bdaa9f321..a4038765a 100644 --- a/users/riblee/riblee.h +++ b/users/riblee/riblee.h | |||
@@ -18,8 +18,9 @@ | |||
18 | 18 | ||
19 | #include QMK_KEYBOARD_H | 19 | #include QMK_KEYBOARD_H |
20 | 20 | ||
21 | enum preonic_layers { | 21 | enum layer_names { |
22 | _QWERTY, | 22 | _QWERTY, |
23 | _HUNGARIAN, | ||
23 | _COLEMAK, | 24 | _COLEMAK, |
24 | _DVORAK, | 25 | _DVORAK, |
25 | _LOWER, | 26 | _LOWER, |
@@ -27,8 +28,9 @@ enum preonic_layers { | |||
27 | _ADJUST | 28 | _ADJUST |
28 | }; | 29 | }; |
29 | 30 | ||
30 | enum preonic_keycodes { | 31 | enum custom_keycodes { |
31 | QWERTY = SAFE_RANGE, | 32 | QWERTY = SAFE_RANGE, |
33 | HUNGARIAN, | ||
32 | COLEMAK, | 34 | COLEMAK, |
33 | DVORAK, | 35 | DVORAK, |
34 | BACKLIT | 36 | BACKLIT |