HYTE-ProductTeam
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Help
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # Keeb TKL Protocol 11/7/2023 Keeb's protocol includes the following functions: 1. Set Keeb Settings 1. Get Keeb Settings 1. Set Key Assignments 1. Get Key Assignments 1. Set Current Profiles 1. Get Current Profiles 1. Set Macros 1. Get Macros 2. Dual Roller Software Mode Index Callback 3. Key Matrix Index Callback 4. Software Key Callback 5. Get Device Info 6. LED Streaming ![](https://hackmd.io/_uploads/rJCAKz0-a.png) Keeb includes a total of: * 93 Keys (includes 87 keys + 5 media keys + 1 button between the rotary encoders) * 2 Dual Rollers (rotary encoders) * 155 qRGB Pixels (includes 87 keys + 4 for the space bar + 5 media keys + 9 for the Dual Rollers + 50 on the bottom) --- ## 1. Set Keeb Settings Keeb Settings include: * Firmware Animation (6 types) * Game Mode * Dual Roller Settings **Firmware Animations** | Type | Brightness | Speed | Select Color | Direction | | -------- | ---------- | ----- | ------------ | --- | | Static | Yes | No | Yes | No | | Breathing | Yes | Yes | Yes | No | | Rainbow | Yes | Yes | No (preset rainbow) | No | | Wave | Yes | Yes | No (preset rainbow) | Yes | | Flow | Yes | Yes | Yes | Yes | | PingPong | Yes | Yes | Yes | Yes| Set Feature (USB) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x21 | 09h | 00h | 03h | 02h | 00h | 08h | 00h | Set Feature (*need to send 9 bytes, the first byte is 0x00 (byte 5)*) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x04 | 0x06 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | EP6 out (write) (1 page (65 bytes)) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | Byte 8 | Byte 9 | Byte 10 | | ------------------- | -------------- | ------------ | -------------- | --------- | --------- | ------------- | -------- | -------- | -------- | --- | | Debounce (reserved) | Game Mode | FW Animation | LED Brightness | LED Speed | LED Color Index | LED Direction | reserved | reserved | reserved | reserved | **Byte 1: Game Mode** Bit 0: Windows Key on/off (1: off, 0: on) Bit 1: Shift + Tab on/off (1: off, 0: on) Bit 2: Alt + F4 on/off (1: off, 0: on) Bit 3: Alt + Tab on/off (1: off, 0: on) Bit 4: LED on/off (1: on, 0: off) | Bit 7 | Bit 6 | Bit 5 | Bit 4 | Bit 3 | Bit 2 | Bit 1 | Bit 0 | | -------- | -------- | -------- | --- | --- | --- | --- | --- | | 0 | 0 | 0 | LED | Alt + Tab | Alt + F4 | Shift + Tab | Windows Key | Example: If Windows Key is off (1), and others are on (0), and LED is off(0) = 0000 0001 -> 1 **Byte 2: Firmware Animation** 0x01: Static 0x02: Breathing 0x03: Breathing Rainbow 0x04: Rainbow Wave 0x05: Color Flow 0x06: PingPong **Byte 3: LED Brightness** Brightness goes from 0 - 255 (dll should be %) **Byte 4: LED Speed** Speed goes from 1 - 5 (1 is fastest, 5 is slowest) **Byte 5: LED Color Index** You can store 8 colors in FW Index range is from 0 - 8 For static color, select one color to show from the color list (use index 0 - 7) For other animations, use index 8 for multiple colors **Byte 6: LED Direction** 0x00: Left to Right 0x01: Right to Left 0x02: Top to Bottom 0x03: Bottom to Top | Byte 11 | Byte 12 | Byte 13 | Byte 14 | Byte 15 | Byte 16 | Byte 17 | Byte 18 | Byte 19 | Byte 20 | Byte 21 | Byte 22 | Byte 23 | Byte 24 | Byte 25 | Byte 26 | Byte 27 | Byte 28 | Byte 29 | Byte 30 | Byte 31 | Byte 32 | Byte 33 | Byte 34 | | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | | color1_r | color1_g | color1_b | color2_r | color2_g | color2_b | color3_r | color3_g | color3_b | color4_r | color4_g | color4_b | color5_r | color5_g | color5_b | color6_r | color6_g | color6_b | color7_r | color7_g | color7_b | color8_r | color8_g | color8_b | **Byte 11 - 34 (8 Colors)** 8 color RGB array | Byte 35 | Byte 36 | Byte 37 | Byte 38 | Byte 39 | Byte 40 | Byte 41 | Byte 42 | Byte 43 | Byte 44 | ... | Byte 63 | | ------------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------- | ------------------- | ------------------- | -------- | --- | --- | -------- | | Rotary Encoder Control Mode | Right Encoder Code_0 | Right Encoder Code_1 | Right Encoder Code_2 | Right Encoder Code_3 | Left Encoder Code_0 | Left Encoder Code_1 | Left Encoder Code_2 | Left Encoder Code_3 | reserved | ... | reserved | **Byte 35: Rotary Encoder Control Mode** 0x10: Firmware 0x11: Software **Byte 36 - 39: Left Encoder** | Byte 36 | Byte 37 | Byte 38 | Byte 39 | | ------- | ------- | ------- | --- | | Code 0 | Code 1 | Code 2 | Code 3 | **Byte 40 - 43: Right Encoder** | Byte 40 | Byte 41 | Byte 42 | Byte 43 | | ------- | ------- | ------- | --- | | Code 0 | Code 1 | Code 2 | Code 3 | KeyCode Document ## 2. Get Keeb Settings Set Feature (USB) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x21 | 09h | 00h | 03h | 02h | 00h | 08h | 00h | Set Feature (*need to send 9 bytes, the first byte is 0x00 (byte 5)*) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x84 | 0x06 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | EP6 in (read) (1 page (65 bytes)) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | Byte 8 | Byte 9 | Byte 10 | | ------------------- | -------------- | ------------ | -------------- | --------- | --------- | ------------- | -------- | -------- | -------- | --- | | Debounce (reserved) | Special Option | FW Animation | LED Brightness | LED Speed | LED Color | LED Direction | reserved | reserved | reserved | reserved | | Byte 11 | Byte 12 | Byte 13 | Byte 14 | Byte 15 | Byte 16 | Byte 17 | Byte 18 | Byte 19 | Byte 20 | Byte 21 | Byte 22 | Byte 23 | Byte 24 | Byte 25 | Byte 26 | Byte 27 | Byte 28 | Byte 29 | Byte 30 | Byte 31 | Byte 32 | Byte 33 | Byte 34 | | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | | color1_r | color1_g | color1_b | color2_r | color2_g | color2_b | color3_r | color3_g | color3_b | color4_r | color4_g | color4_b | color5_r | color5_g | color5_b | color6_r | color6_g | color6_b | color7_r | color7_g | color7_b | color8_r | color8_g | color8_b | | Byte 35 | Byte 36 | Byte 37 | Byte 38 | Byte 39 | Byte 40 | Byte 41 | Byte 42 | Byte 43 | Byte 44 | ... | Byte 63 | | ------------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------- | ------------------- | ------------------- | -------- | --- | --- | -------- | | Rotary Encoder Control Mode | Right Encoder Code_0 | Right Encoder Code_1 | Right Encoder Code_2 | Right Encoder Code_3 | Left Encoder Code_0 | Left Encoder Code_1 | Left Encoder Code_2 | Left Encoder Code_3 | reserved | ... | reserved | ## 3. Set Key Assignments Set Feature (USB) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x21 | 09h | 00h | 03h | 02h | 00h | 08h | 00h | Set Feature (*need to send 9 bytes, the first byte is 0x00 (byte 5)*) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x04 | 0xF2 | Profile Index | Layer Index | 0x00 | 0x00 | 0x00 | 0x00 | **Byte 2: Profile Index** Profile 0 or 1 **Byte 3: Layer Index** Layer from 0 - 3 (4 layers) EP6 out (write) (8 page (65 bytes/page)) Keeb matrix is reserved for the full keyboard -> 6*21 switches Each key contains 4 bytes *Note: button between Dual Rollers uses M1 (2)* ![](https://hackmd.io/_uploads/HJJoADPMa.png) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | Byte 8 | ... | Byte 63 | | ------------------- | -------------- | ------------ | -------------- | --------- | --------- | ------------- | -------- | -------- | -------- | --- | | Key_1 KeyCode_0 | Key_1 KeyCode_1 | Key_1 KeyCode_2 | Key_1 KeyCode_3 | Key_2 KeyCode_0 | Key_2 KeyCode_1 | Key_2 KeyCode_2 | Key_2 KeyCode_3 | Key_3 KeyCode_0 | ... | Key_N KeyCode_3 | ## 4. Get Key Assignments **Set Feature** (USB) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x21 | 09h | 00h | 03h | 02h | 00h | 08h | 00h | **Set Feature** (*need to send 9 bytes, the first byte is 0x00 (byte 5)*) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x84 | 0xF2 | Profile Index | Layer Index | 0x00 | 0x00 | 0x00 | 0x00 | **EP6 in (read) (8 page (65 bytes/page))** Keeb matrix is reserved for the full keyboard -> 6*21 switches Each key contains 4 bytes *Note: button between Dual Rollers uses M1 (2)* | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | Byte 8 | ... | Byte 63 | | ------------------- | -------------- | ------------ | -------------- | --------- | --------- | ------------- | -------- | -------- | -------- | --- | | Key_1 KeyCode_0 | Key_1 KeyCode_1 | Key_1 KeyCode_2 | Key_1 KeyCode_3 | Key_2 KeyCode_0 | Key_2 KeyCode_1 | Key_2 KeyCode_2 | Key_2 KeyCode_3 | Key_3 KeyCode_0 | ... | Key_N KeyCode_3 | ## 5. Set Current Profiles **Set Feature** (USB) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x21 | 09h | 00h | 03h | 02h | 00h | 08h | 00h | **Set Feature** (*need to send 9 bytes, the first byte is 0x00 (byte 5)*) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x04 | 0x02 | Profile Index | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | **Byte 2: Profile Index** Profile 0 or 1 ## 6. Get Current Profiles **Set Feature** (*need to send 9 bytes, the first byte is 0x00 (byte 5)*) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x84 | 0x02 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | **EP2 in** (Read (8 bytes)) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x05 | 0x02 | Profile Index | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | **Byte 2: Profile Index** Profile 0 or 1 ## 7. Set Macros **Set Feature** (*need to send 9 bytes, the first byte is 0x00 (byte 5)*) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x04 | 0xF3 | 0x00 | Macro Index | 0x00 | 0x00 | 0x00 | 0x00 | **Byte 3: Macro Index** Macro index goes from 0 - 31 (16 macros per profile) **EP6 out (write) (4 page (65 bytes/page))** Each macro can save up to 256 bytes The first 2 bytes are **repeat count** and every successive **2 bytes is an action**. When both bytes are **00**, it means the macro is finished. * Delays in between press and release are defined in **milliseconds** | Byte 0 | Byte 1 | Byte 2 | Byte 3 | ... | Byte 5 | Byte 6 | | -------- | -------- | ----------- | --------- | --- | ----------- | --------- | | Repeat_L | Repeat_H | Attribute 1 | KeyCode 1 | ... | Attribute n | KeyCode n | **Byte 0 & 1: Repeat** Provide a range of values from 1 - 65535 for the repeat count **Byte 2: Attribute** Includes **key press/release** and **delay time** | Bit 7 | Bit 6 | Bit 5 | Bit 4 | Bit 3 | Bit 2 | Bit 1 | Bit 0 | | ------------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | | Press/Release | Delay Time | Delay Time | Delay Time | Delay Time | Delay Time | Delay Time | Delay Time | **Bit 7: Press/Release** Press: 0 Release: 1 **Bit 0 - 6: Delay Time** Range goes from 0.01 - 1.27 s (1 - 127 * 10 ms) If the delay is equal to 0 then go to the next action If the delay is equal to 7F(127) then the next action (2 bytes) is a delay. The delay can be up to 65.535s ## 8. Get Macros **Set Feature** (*need to send 9 bytes, the first byte is 0x00 (byte 5)*) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | --- | --- | --- | --- | --- | | 0x84 | 0xF3 | 0x00 | Macro Index | 0x00 | 0x00 | 0x00 | 0x00 | **Byte 3: Macro Index** Macro index goes from 0 - 31 (16 macros per profile) **EP6 in (read) (4 page (65 bytes/page))** Each macro can save up to 256 bytes | Byte 0 | ... | Byte 64 | | ------ | --- | --- | | | | | ## 9. Dual Roller Software Mode Index Callback **EP2 in** (read) **Right Encoder UP** | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | | 0x05 | 0x09 | 0x20 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | **Right Encoder Down** | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | | 0x05 | 0x09 | 0x40 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | **Left Encoder UP** | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | | 0x05 | 0x09 | 0x00 | 0x20 | 0x00 | 0x00 | 0x00 | 0x00 | **Left Encoder UP** | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | | 0x05 | 0x09 | 0x00 | 0x40 | 0x00 | 0x00 | 0x00 | 0x00 | **Dual Roller Middle Button Click** | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | | 0x05 | 0x09 | 0x00 | 0x10 | 0x00 | 0x00 | 0x00 | 0x00 | ## 10. Key Matrix Index Callback **EP2 in** (read) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | | 0x05 | 0xFA | Row | Column | 0x00 | 0x00 | 0x00 | 0x00 | Row goes from 0 - 5 Column goes from 0 - 20 ## 11. Software Key Callback **EP2 in** (read) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | | 0x05 | 0xF1 | AP_Code | Action | 0x00 | 0x00 | 0x00 | 0x00 | **Byte 2: AP_Code** 0 - FF **Byte 3: Action** 0x01: Click 0x00: Release ## 12. Get Device Info **Set Feature** (*need to send 9 bytes, the first byte is 0x00 (byte 5)*) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | | 0x84 | 0x05 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | **EP5 in** (read 65 bytes) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | ... | Byte 63 | | ------ | ------ | ------ | ------ | --------- | --------- | ------ | --- | --- | | VID_L | VID_H | PID_L | PID_H | version_L | version_H | Layout | ... | | **byte 6: Layout** 0x01: ISO 0x02: ANSI (US) ## 13. LED Streaming LED streaming will stop firmware animations Keyboard RGB **Set Feature** (*need to send 9 bytes, the first byte is 0x00 (byte 5)*) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | | 0x04 | 0xF0 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | **EP6 out** Write (6 page (65 bytes/page)) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | ... | Byte 63 | | ------- | ------- | ------- | ------- | ------- | ------- | ------- | --- | ------- | | LED_1_R | LED_1_G | LED_1_B | LED_2_R | LED_2_G | LED_2_B | LED_3_R | ... | | Surround RGB **Set Feature** (*need to send 9 bytes, the first byte is 0x00 (byte 5)*) | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | | 0x04 | 0xF1 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | **EP6 out** Write (3 page (65 bytes/page)) *Surround RGB lighting starts from 127* | Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | ... | Byte 63 | | ------- | ------- | ------- | ------- | ------- | ------- | ------- | --- | ------- | | LED_127_R | LED_127_G | LED_127_B | LED_128_R | LED_128_G | LED_128_B | LED_129_R | ... | | --- The HYTE Keeb TKL Protocol is provided under the terms of the GNU General Public License version 2.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully