diff options
| author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-02-18 03:16:21 +0100 |
|---|---|---|
| committer | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-03-02 15:15:58 +0100 |
| commit | fbe2eba4729a1d7b00b76243e146b5324d65976b (patch) | |
| tree | 6ae5143e0f35530ce285d2312d43b4b81201842c /users/konstantin/konstantin.c | |
| parent | de2e03650bd4d6056513991d4481679e246667bb (diff) | |
| download | qmk_firmware-fbe2eba4729a1d7b00b76243e146b5324d65976b.tar.gz qmk_firmware-fbe2eba4729a1d7b00b76243e146b5324d65976b.zip | |
Add GODSPEED_YELLOW color
Diffstat (limited to 'users/konstantin/konstantin.c')
| -rw-r--r-- | users/konstantin/konstantin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/konstantin/konstantin.c b/users/konstantin/konstantin.c index a8f2a5f2c..753742fa7 100644 --- a/users/konstantin/konstantin.c +++ b/users/konstantin/konstantin.c | |||
| @@ -61,7 +61,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 61 | return false; | 61 | return false; |
| 62 | 62 | ||
| 63 | #ifdef LAYER_FN | 63 | #ifdef LAYER_FN |
| 64 | static bool fn_lock; | 64 | static bool fn_lock; |
| 65 | 65 | ||
| 66 | case FN_FNLK: | 66 | case FN_FNLK: |
| 67 | if (record->event.pressed && record->tap.count == TAPPING_TOGGLE) { | 67 | if (record->event.pressed && record->tap.count == TAPPING_TOGGLE) { |
