diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-08-07 16:54:11 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-08-07 16:54:11 +0000 |
commit | 4ec7604b487f17da9c2dff5a42726d66b435a1a7 (patch) | |
tree | d45213a3ac9d6167110b81325d10460afb9a402e /data/keyboards | |
parent | 8f0008900d77429e4723f3cde103d0fbb4ac2ba3 (diff) | |
parent | 7395b0a2650b84516def869139b765a927a87c67 (diff) |
Merge "Add KEYCODE_PROG_{BLUE,RED,GREEN,YELLOW} mappings to LKC equivalents"
Diffstat (limited to 'data/keyboards')
-rw-r--r-- | data/keyboards/Generic.kl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/keyboards/Generic.kl b/data/keyboards/Generic.kl index eeb7269536b5..caad45b46a21 100644 --- a/data/keyboards/Generic.kl +++ b/data/keyboards/Generic.kl @@ -345,10 +345,10 @@ key 377 TV # key 395 "KEY_LIST" # key 396 "KEY_MEMO" key 397 CALENDAR -# key 398 "KEY_RED" -# key 399 "KEY_GREEN" -# key 400 "KEY_YELLOW" -# key 401 "KEY_BLUE" +key 398 PROG_RED +key 399 PROG_GREEN +key 400 PROG_YELLOW +key 401 PROG_BLUE key 402 CHANNEL_UP key 403 CHANNEL_DOWN # key 404 "KEY_FIRST" |