티스토리 뷰


덱 헤슘 & 덱 프로 키보드 매크로 프로그래밍 설명








덱 키보드 프로그래밍 하는 방법


1. Fn+Pn 누르면 프로그래밍 모드로 진입하며, Pn(프로그램) LED 가 깜박거립니다. 이 상태를 “SELECT(선택)” 상태라고 부릅니다.


2. 프로그램을 넣을 키를 선택하시어 누르시면, 프로그램(Pn) LED 가 켜지며 이 상태를 “PROGRAMMING(프로그래밍)” 모드라 부릅니다. 이 상태에서는 FN(기능키), Pn(프로그램키), 토글(변환모드키) 기능을 사용할 수 없습니다.


3. 원하는 글자를 입력 하십시오. 최대 16 키 입력 혹은 32 개의 키코드 값을 넣을 수 있습니다. (각각의 키는 Make(키 눌림의 코드, Break(키를 놓았을 때 코드) 코드로 이루어져 있습니다. 이 의미는 누르는 순서와 키를 놓는 순서가 다를 수 있다는 의미입니다.


4. 입력을 다 하였으면 프로그램(Pn)키를 누르시면 끝납니다. 다른 글자를 프로그램 하실 수 있으며 프로그램(Pn) LED 가 깜박이며, 다시 “SELECT(선택)” 상태로 돌아갑니다.


5. 모든 키에 프로그래밍이 가능하며, Fn+Pn 을 누르시면 프로그래밍 모드를 나올 수 있습니다.


6. 15 초 동안 어떤 키도 입력하지 않으면, 자동으로 프로그래밍 모드에서 나오게 됩니다.


7. 프로그래밍을 하는 동안 Pn 를 누르기 전에 Fn+Pn 키를 누르시면 프로그램 하였던 코드들은 저장이 되지 않습니다.


8. 아래와 같은 일들이 일어나게 되면 Pn LED 가 빠르게 깜박이게 되며, 프로그래밍 모드에서 빠져 나오게 됩니다.


9. 16 개가 넘는 키코드 값이 입력 되었을 때. (시간 지연키 입력 시 역시 한 개의 키 값으로 인정이 되며, 15ms 세 번을 누르게 되면 45ms 지연이 됩니다.)


10. “PROGRAMMING(프로그래밍)” 모드 시 변환키(토글키) 혹은 N 키를 누르실 경우.


11. 프로그램을 끝내기 위해서는 Pn 키를 누르기 전에는 저장이 되지 않습니다.


프로그램하는 방법 예시


A 키에 Z 넣기 : Fn+Pn, A, Z, Pn, Fn+Pn

B 키에 123 넣기 : Fn+Pn, B, 1, 2, 3, Pn, Fn+Pn

C 키에 CTRL+C 넣기 : Fn+Pn, C, LCTRL (컨트롤 C 는 카피(복사하기)의 동시 입력이므로 CTRL 를 놓지 마십시요, CTRL 을 놓게 되면 C 를 다음글자로 프로그램 되기 때문입니다.) C, LCTRL 을 놓으신 후, Pn, Fn+Pn.

D 키에 XY 60msec 후 56 : Fn+Pn, D, X, Y, Fn+INS, Fn+INS, Fn+INS, Fn+INS, 5, 6, Pn, Fn+Pn








Keyboard Programming


1. Press Fn+Pn to enter the programming mode, Pn LED is flashing. We call this the "SELECT" state.


2. Press the key you want to program, Pn LED is on. We call this the "PROGRAMMING" state. You are not allowed to program Fn, Pn, Toggle and N-key key. Please note that no key code will be sent.


3. Press the key sequence you want to program. Maximum 16 keys or 32 key codes (Every key has MAKE code and BREAK code)


4. Press Pn to finish the programming for the key you selected in step 2, Pn LED is flashing. We return to the "SELECT" state.


5. You can continue to program other keys or press Fn+Pn to exit the programming mode.


6. If no key is pressed for 15s, it will exit the programming mode automatically.


7. While programming a key, if you press Fn+Pn prior to press Pn, the key sequence you pressed before will not be saved.


8. If one of the below events happen, the Pn LED will flash quickly and the keyboard will exit the programming mode.


9. Try to program more than 16 keys (Consecutive time delay will just be counted as a single key step. For example, pressing Fn+INS three times to get a time delay of 45ms).


10. Try to input Toggle or N-key in the "PROGRAMMING" state.


11. Have not released all the keys before you press Pn to finish the programming.


Examples of the Programming 


Program A as Z: Fn+Pn, A, Z, Pn, Fn+Pn


Program B as 123: Fn+Pn, B, 1, 2, 3, Pn, Fn+Pn


Program C as CTRL+C: Fn+Pn, C, LCTRL (do not release LCTRL at this moment), C, Release LCTRL, Pn, Fn+Pn


Program D as XY[delay 60ms]56: Fn+Pn, D, X, Y, Fn+INS, Fn+INS, Fn+INS, Fn+INS, 5, 6, Pn, Fn+Pn


댓글