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.

25 lines
975 B

  1. #include "vosechu.h"
  2. // void my_custom_function(void) {
  3. // }
  4. // [DV] = { /* ================================================== DVORAK ============================================================ */
  5. // { KC_1, KC_A, KC_B, KC_C, KC_D, KC_E, _______ , KC_G, KC_H, KC_J, KC_K, KC_L, KC_M },
  6. // { KC_2, KC_A, KC_B, KC_C, KC_D, KC_E, _______ , KC_G, KC_H, KC_J, KC_K, KC_L, KC_M },
  7. // { KC_3, KC_A, KC_B, KC_C, KC_D, KC_E, _______ , KC_G, KC_H, KC_J, KC_K, KC_L, KC_M },
  8. // { KC_4, KC_A, KC_B, KC_C, KC_D, KC_E, KC_F , KC_G, KC_H, KC_J, KC_K, KC_L, KC_M },
  9. // { KC_5, KC_A, KC_B, KC_C, KC_D, KC_E, KC_F , KC_G, KC_H, KC_J, KC_K, KC_L, KC_M }
  10. // },
  11. // bool process_record_user(uint16_t keycode, keyrecord_t *record) {
  12. // if (record->event.pressed) {
  13. // // These also need to be defined in the header file
  14. // switch(keycode) {
  15. // case PAWFIVE:
  16. // SEND_STRING(":pawfive:");
  17. // return false;
  18. // }
  19. // }
  20. // return true;
  21. // };