Skip to content

Commit

Permalink
Add F17-24 Fixes #54
Browse files Browse the repository at this point in the history
  • Loading branch information
jbondeson committed Nov 21, 2017
1 parent 2b6266d commit 4f9793d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/kii/keys/firmware/predefined.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@
[:f14 "F14" nil :std]
[:f15 "F15" nil :std]
[:f16 "F16" nil :std]
[:f17 "F17"]
[:f18 "F18"]
[:f19 "F19"]
[:f20 "F20"]
[:f21 "F21"]
[:f22 "F22"]
[:f23 "F23"]
[:f24 "F24"]
[:f17 "F17" nil :std]
[:f18 "F18" nil :std]
[:f19 "F19" nil :std]
[:f20 "F20" nil :std]
[:f21 "F21" nil :std]
[:f22 "F22" nil :std]
[:f23 "F23" nil :std]
[:f24 "F24" nil :std]
[:nmlk "NMLK" ["NUMLOCK" "NUM LOCK"] :std]
[:sclk "SCLK" ["SCROLLLOCK" "SCROLL LOCK"] :std]
[:comma "," ["," "COMMA"] :core {:font-size "16px"}]
Expand Down

0 comments on commit 4f9793d

Please sign in to comment.