You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
2.3 KiB

  1. # XD68
  2. ![Kitteh](https://i.imgur.com/qkA5Of5.jpg)
  3. 65% board with USB-C, RGB underglow and backlight. Powered by ATM32U4.
  4. ![Top View of XD68 Keyboard](https://i.imgur.com/OLkQQ17.jpg)
  5. * Keyboard Maintainer: QMK Community
  6. * Hardware Supported: XD68
  7. * Hardware Availability: [KPRepublic on AliExpress](http://kprepublic.com/products/xiudi-xd68-pcb-65-custom-mechanical-keyboard-support-tkg-tools-underglow-rgb-pcb-programmed-kle-lots-of-layouts)
  8. Make example for this keyboard (after setting up your build environment):
  9. make xd68:default
  10. make xd68:default_iso # default ISO UK layout
  11. ## Layouts
  12. ### ANSI
  13. ```
  14. ,----------------------------------------------------------------.
  15. |Esc | 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =|Backsp |Home|
  16. |----------------------------------------------------------------|
  17. |Tab | Q| W| E| R| T| Y| U| I| O| P| [| ]| \ |PgUp|
  18. |----------------------------------------------------------------|
  19. |CAPS | A| S| D| F| G| H| J| K| L| ;| '|Return |PgDn|
  20. |----------------------------------------------------------------|
  21. |Shift | Z| X| C| V| B| N| M| ,| .| /|Shift | Up|End |
  22. |----------------------------------------------------------------|
  23. |Ctrl|Win |Alt | Space |App|Ctrl|FN |Lef|Dow|Rig |
  24. `----------------------------------------------------------------'
  25. ```
  26. ### ISO-UK
  27. ```
  28. ,----------------------------------------------------------------.
  29. |Esc | 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =|Backsp |Home|
  30. |----------------------------------------------------------------|
  31. |Tab | Q| W| E| R| T| Y| U| I| O| P| [| ]| |PgUp|
  32. |------------------------------------------------------- -----|
  33. |CAPS | A| S| D| F| G| H| J| K| L| ;| '| #|Entr|PgDn|
  34. |----------------------------------------------------------------|
  35. |Shift| \ | Z| X| C| V| B| N| M| ,| .| /|Rshift|Up|End |
  36. |----------------------------------------------------------------|
  37. |Ctrl|Win |Alt | Space |Alt| FN|Ctrl|Lef|Dow|Rig |
  38. `----------------------------------------------------------------'
  39. ```
  40. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).