From 81423cc8178e760a641655ec8d82ebf78c41c9ef Mon Sep 17 00:00:00 2001 From: swanmatch Date: Fri, 21 Feb 2020 14:59:36 +0900 Subject: [New keyboard]silverbullet44 (#7950) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 * Update keyboards/silverbullet44/silverbullet44.c Co-Authored-By: Max Rumpf * Update keyboards/silverbullet44/silverbullet44.h Co-Authored-By: Max Rumpf * 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 * Update keyboards/silverbullet44/rules.mk Co-Authored-By: fauxpark Co-authored-by: Konstantin Đorđević Co-authored-by: Max Rumpf Co-authored-by: Ryan --- keyboards/silverbullet44/info.json | 64 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 keyboards/silverbullet44/info.json (limited to 'keyboards/silverbullet44/info.json') diff --git a/keyboards/silverbullet44/info.json b/keyboards/silverbullet44/info.json new file mode 100644 index 0000000000..65c54e538f --- /dev/null +++ b/keyboards/silverbullet44/info.json @@ -0,0 +1,64 @@ +{ + "keyboard_name": "SilverBullet44", + "url": "https://swanmatch.booth.pm/items/1561270", + "maintainer": "swanmatch", + "width": 18, + "height": 4.5, + "layouts": { + "LAYOUT": { + "layout": [ + {"label":"Tab", "x":0, "y":1.375}, + {"label":"Q", "x":1, "y":0.75}, + {"label":"W", "x":2, "y":0.25}, + {"label":"E", "x":3, "y":0}, + {"label":"R", "x":4, "y":0.25}, + {"label":"T", "x":5, "y":0.5}, + + {"label":"Y", "x":12, "y":0.5}, + {"label":"U", "x":13, "y":0.25}, + {"label":"I", "x":14, "y":0}, + {"label":"O", "x":15, "y":0.25}, + {"label":"P", "x":16, "y":0.75}, + {"label":"=", "x":17, "y":1.375}, + + {"label":"Shift", "x":0, "y":2.375}, + {"label":"A", "x":1, "y":1.75}, + {"label":"S", "x":2, "y":1.25}, + {"label":"D", "x":3, "y":1}, + {"label":"F", "x":4, "y":1.25}, + {"label":"G", "x":5, "y":1.5}, + + {"label":"H", "x":12, "y":1.5}, + {"label":"J", "x":13, "y":1.25}, + {"label":"K", "x":14, "y":1}, + {"label":"L", "x":15, "y":1.25}, + {"label":":", "x":16, "y":1.75}, + {"label":"'", "x":17, "y":2.375}, + + {"label":"N", "x":12, "y":2.5}, + {"label":"M", "x":13, "y":2.25}, + {"label":"<", "x":14, "y":2}, + {"label":">", "x":15, "y":2.25}, + {"label":"?", "x":16, "y":2.75}, + {"label":"-", "x":17, "y":3.375}, + + {"label":"Ctrl", "x":0, "y":3.375}, + {"label":"Z", "x":1, "y":2.75}, + {"label":"X", "x":2, "y":2.25}, + {"label":"C", "x":3, "y":2}, + {"label":"V", "x":4, "y":2.25}, + {"label":"B", "x":5, "y":2.5}, + + {"label":"Alt", "x":4, "y":3.25, "h":1.25}, + {"label":"BS", "x":5, "y":3.5}, + {"label":"Space", "x":-0.5, "y":3.5, "h":1.5}, + {"label":"Num", "x":7, "y":3.25, "h":1.5}, + + {"label":"Cursol", "x":-3.0, "y":3.5, "h":1.5}, + {"label":"Enter", "x":-2, "y":3.5, "h":1.5}, + {"label":"Del", "x":12, "y":3.5}, + {"label":"Win", "x":13, "y":3.25, "w":1.25} + ] + } + } +} \ No newline at end of file -- cgit v1.2.3