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.

63 lines
2.4 KiB

[New keyboard]silverbullet44 (#7950) * make silverbullet44 * comment edit * venderID * Fix parentheses in macros, and in general clean up quantum.h (#5021) * Fix up GPIO macros * Fix up send string macros `string` arguments must not be parenthesized * Fix up miscellaneous macros * Make indentation uniform (4 spaces) * Make #ifdef vs #if defined usage consistent * Reorder standard includes * Revert indentation changes as per review comments * Revert #if defined(__AVR__) → #ifdef __AVR__ change * Change 2 space indent to 4 spaces on a couple of lines * Replace include guard with #pragma once * alt+tab * copy from master:silverbullet44 * adjust for pull request * clang-format * create info.json * Delete new_project.sh * Update keyboards/silverbullet44/keymaps/default/config.h Co-Authored-By: Max Rumpf <max.rumpf1998@gmail.com> * Update keyboards/silverbullet44/silverbullet44.c Co-Authored-By: Max Rumpf <max.rumpf1998@gmail.com> * Update keyboards/silverbullet44/silverbullet44.h Co-Authored-By: Max Rumpf <max.rumpf1998@gmail.com> * Apply suggestions from Maxr1998 * format default keymap * Apply suggestions from Maxr1998 (#2) * Apply suggestions from fauxpark * fix readme.md * Apply suggestion from Maxr1998. (custom_keycode to MO(_ADJUST)) * I became a tricky! Hahaha!! * Add original keymap made by FKML * deleated at config.h * Changed Copyright * Delete // Defines the keycodes used by our macros in process_record_user //enum custom_keycodes { // QMKBEST = SAFE_RANGE, // QMKURL //}; * Delete bool alt_pressed = false; * Delete ADJUST * Delete / * Delete void matrix_scan_user(void) { } void led_set_user(uint8_t usb_led) { } * Change Copyright's year. * Delete adjust * Delete adjust * Delete adjust * 列挙型に変更 * Enclose keymap with ```. * Delete #define _______ KC_TRNS #define XXXXXXX KC_NO * Fix indentation. * Delete some rows. * Aligned columns of ''readme.md''. * I got god's keymap...hahaha:) * Update keyboards/silverbullet44/readme.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/silverbullet44/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-authored-by: Konstantin Đorđević <vomindoraan@gmail.com> Co-authored-by: Max Rumpf <max.rumpf1998@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
  1. {
  2. "keyboard_name": "SilverBullet44",
  3. "url": "https://swanmatch.booth.pm/items/1561270",
  4. "maintainer": "swanmatch",
  5. "width": 18,
  6. "height": 4.5,
  7. "layouts": {
  8. "LAYOUT": {
  9. "layout": [
  10. {"label":"Tab", "x":0, "y":1.375},
  11. {"label":"Q", "x":1, "y":0.75},
  12. {"label":"W", "x":2, "y":0.25},
  13. {"label":"E", "x":3, "y":0},
  14. {"label":"R", "x":4, "y":0.25},
  15. {"label":"T", "x":5, "y":0.5},
  16. {"label":"Y", "x":12, "y":0.5},
  17. {"label":"U", "x":13, "y":0.25},
  18. {"label":"I", "x":14, "y":0},
  19. {"label":"O", "x":15, "y":0.25},
  20. {"label":"P", "x":16, "y":0.75},
  21. {"label":"=", "x":17, "y":1.375},
  22. {"label":"Shift", "x":0, "y":2.375},
  23. {"label":"A", "x":1, "y":1.75},
  24. {"label":"S", "x":2, "y":1.25},
  25. {"label":"D", "x":3, "y":1},
  26. {"label":"F", "x":4, "y":1.25},
  27. {"label":"G", "x":5, "y":1.5},
  28. {"label":"H", "x":12, "y":1.5},
  29. {"label":"J", "x":13, "y":1.25},
  30. {"label":"K", "x":14, "y":1},
  31. {"label":"L", "x":15, "y":1.25},
  32. {"label":":", "x":16, "y":1.75},
  33. {"label":"'", "x":17, "y":2.375},
  34. {"label":"N", "x":12, "y":2.5},
  35. {"label":"M", "x":13, "y":2.25},
  36. {"label":"<", "x":14, "y":2},
  37. {"label":">", "x":15, "y":2.25},
  38. {"label":"?", "x":16, "y":2.75},
  39. {"label":"-", "x":17, "y":3.375},
  40. {"label":"Ctrl", "x":0, "y":3.375},
  41. {"label":"Z", "x":1, "y":2.75},
  42. {"label":"X", "x":2, "y":2.25},
  43. {"label":"C", "x":3, "y":2},
  44. {"label":"V", "x":4, "y":2.25},
  45. {"label":"B", "x":5, "y":2.5},
  46. {"label":"Alt", "x":4, "y":3.25, "h":1.25},
  47. {"label":"BS", "x":5, "y":3.5},
  48. {"label":"Space", "x":-0.5, "y":3.5, "h":1.5},
  49. {"label":"Num", "x":7, "y":3.25, "h":1.5},
  50. {"label":"Cursol", "x":-3.0, "y":3.5, "h":1.5},
  51. {"label":"Enter", "x":-2, "y":3.5, "h":1.5},
  52. {"label":"Del", "x":12, "y":3.5},
  53. {"label":"Win", "x":13, "y":3.25, "w":1.25}
  54. ]
  55. }
  56. }
  57. }