qmk_firmware/keyboards/donutcables/budget96/info.json

257 lines
12 KiB
JSON
Raw Permalink Normal View History

[Keyboard] Add Budget96 by Donut Cables (#5550) * initial commit of budget96 * non logic changes * add my name to readme * update matrix.c * make the matrix representation of the layout macro * fix up LAYOUT macro * add missing character * initial keymap commit * put KC_NO where they belong * basic keymap * fix matrix row and col definition * The diagram I was sent and the pins used I was sent were in opposite order from each other. This should fix the issues * update the readme * change up manufacturer for budget96 * update copyright date * fix up the switch matrix and provide a keymap * forgot the keymap * other matrix fixes * missing a few keys in the switch matrix * messed up the row tracing * tweak keymap a bit * use a lower case k * fix spacing for markdown rendering * put in the reset key documentation * clean up the file a little * use LAYOUT_96_ansi * add a second layer for lighting controls * add in lighting support * add QMK Configurator support * use pragma once * remove un needed matrix.c * convert to GPIO methods * turn on rgblight_enable and get rid of custom matrix * set bootloadhid_bootloader to 1 * set bootmagic to lite and set it to k50 * add reset information to readme * use i2c_master instead of custom i2c * restore the custom i2c code * introduce reset key and eep_rst in function layer 1 * fix up pip3 install commands * fix up device and manufacturer names * remove un needed comments * add an ALL layout macro along with QMK Configurator support * move budget96 into donutcables directory since he actually has different boards * add a short donut cables blurb taken from his website * update readme for make instructions to point to the new path * Update keyboards/donutcables/budget96/config.h Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update keyboards/donutcables/budget96/readme.md Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update keyboards/donutcables/budget96/info.json Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * turn on backlight * Update keyboards/donutcables/budget96/readme.md Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * remove extra UART and BOOTLOADER settings that are not needed
2019-04-04 14:25:35 -07:00
{
"keyboard_name": "Budget96",
"manufacturer": "DonutCables",
"url": "",
"maintainer": "qmk",
"usb": {
"vid": "0x4443",
"pid": "0xB960",
"device_version": "2.0.0"
},
"matrix_pins": {
"cols": ["A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "C7", "C6", "C5", "C4", "C3", "C2", "D7"],
"rows": ["B0", "B1", "B2", "B3", "B4", "B5", "B6", "B7"]
},
"diode_direction": "COL2ROW",
"backlight": {
"pin": "D4"
},
"rgblight": {
"led_count": 18
},
"ws2812": {
"driver": "i2c"
},
"indicators": {
"caps_lock": "D1",
"num_lock": "D0"
},
"processor": "atmega32a",
"bootloader": "bootloadhid",
[Keyboard] Add Budget96 by Donut Cables (#5550) * initial commit of budget96 * non logic changes * add my name to readme * update matrix.c * make the matrix representation of the layout macro * fix up LAYOUT macro * add missing character * initial keymap commit * put KC_NO where they belong * basic keymap * fix matrix row and col definition * The diagram I was sent and the pins used I was sent were in opposite order from each other. This should fix the issues * update the readme * change up manufacturer for budget96 * update copyright date * fix up the switch matrix and provide a keymap * forgot the keymap * other matrix fixes * missing a few keys in the switch matrix * messed up the row tracing * tweak keymap a bit * use a lower case k * fix spacing for markdown rendering * put in the reset key documentation * clean up the file a little * use LAYOUT_96_ansi * add a second layer for lighting controls * add in lighting support * add QMK Configurator support * use pragma once * remove un needed matrix.c * convert to GPIO methods * turn on rgblight_enable and get rid of custom matrix * set bootloadhid_bootloader to 1 * set bootmagic to lite and set it to k50 * add reset information to readme * use i2c_master instead of custom i2c * restore the custom i2c code * introduce reset key and eep_rst in function layer 1 * fix up pip3 install commands * fix up device and manufacturer names * remove un needed comments * add an ALL layout macro along with QMK Configurator support * move budget96 into donutcables directory since he actually has different boards * add a short donut cables blurb taken from his website * update readme for make instructions to point to the new path * Update keyboards/donutcables/budget96/config.h Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update keyboards/donutcables/budget96/readme.md Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update keyboards/donutcables/budget96/info.json Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * turn on backlight * Update keyboards/donutcables/budget96/readme.md Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * remove extra UART and BOOTLOADER settings that are not needed
2019-04-04 14:25:35 -07:00
"layouts": {
"LAYOUT_all": {
"layout": [
{"matrix": [5, 0], "x": 0, "y": 0},
{"matrix": [5, 2], "x": 1, "y": 0},
{"matrix": [5, 3], "x": 2, "y": 0},
{"matrix": [5, 4], "x": 3, "y": 0},
{"matrix": [5, 5], "x": 4, "y": 0},
{"matrix": [6, 0], "x": 5, "y": 0},
{"matrix": [6, 10], "x": 6, "y": 0},
{"matrix": [7, 10], "x": 7, "y": 0},
{"matrix": [7, 0], "x": 8, "y": 0},
{"matrix": [5, 11], "x": 9, "y": 0},
{"matrix": [5, 12], "x": 10, "y": 0},
{"matrix": [5, 13], "x": 11, "y": 0},
{"matrix": [5, 14], "x": 12, "y": 0},
{"matrix": [1, 13], "x": 13, "y": 0},
{"matrix": [2, 14], "x": 14, "y": 0},
{"matrix": [0, 13], "x": 15, "y": 0},
{"matrix": [7, 6], "x": 16, "y": 0},
{"matrix": [7, 8], "x": 17, "y": 0},
{"matrix": [7, 9], "x": 18, "y": 0},
{"matrix": [4, 0], "x": 0, "y": 1},
{"matrix": [4, 1], "x": 1, "y": 1},
{"matrix": [4, 2], "x": 2, "y": 1},
{"matrix": [4, 3], "x": 3, "y": 1},
{"matrix": [4, 4], "x": 4, "y": 1},
{"matrix": [4, 5], "x": 5, "y": 1},
{"matrix": [6, 1], "x": 6, "y": 1},
{"matrix": [6, 11], "x": 7, "y": 1},
{"matrix": [7, 11], "x": 8, "y": 1},
{"matrix": [7, 1], "x": 9, "y": 1},
{"matrix": [4, 10], "x": 10, "y": 1},
{"matrix": [4, 11], "x": 11, "y": 1},
{"matrix": [4, 12], "x": 12, "y": 1},
{"matrix": [4, 13], "x": 13, "y": 1},
{"matrix": [4, 14], "x": 14, "y": 1},
{"matrix": [4, 6], "x": 15, "y": 1},
{"matrix": [4, 7], "x": 16, "y": 1},
{"matrix": [4, 8], "x": 17, "y": 1},
{"matrix": [4, 9], "x": 18, "y": 1},
{"matrix": [3, 0], "x": 0, "y": 2, "w": 1.5},
{"matrix": [3, 1], "x": 1.5, "y": 2},
{"matrix": [3, 2], "x": 2.5, "y": 2},
{"matrix": [3, 3], "x": 3.5, "y": 2},
{"matrix": [3, 4], "x": 4.5, "y": 2},
{"matrix": [3, 5], "x": 5.5, "y": 2},
{"matrix": [6, 2], "x": 6.5, "y": 2},
{"matrix": [6, 12], "x": 7.5, "y": 2},
{"matrix": [7, 12], "x": 8.5, "y": 2},
{"matrix": [7, 2], "x": 9.5, "y": 2},
{"matrix": [3, 10], "x": 10.5, "y": 2},
{"matrix": [3, 11], "x": 11.5, "y": 2},
{"matrix": [3, 12], "x": 12.5, "y": 2},
{"matrix": [3, 13], "x": 13.5, "y": 2, "w": 1.5},
{"matrix": [3, 6], "x": 15, "y": 2},
{"matrix": [3, 7], "x": 16, "y": 2},
{"matrix": [3, 8], "x": 17, "y": 2},
{"matrix": [3, 9], "x": 18, "y": 2},
{"matrix": [2, 0], "x": 0, "y": 3, "w": 1.75},
{"matrix": [2, 1], "x": 1.75, "y": 3},
{"matrix": [2, 2], "x": 2.75, "y": 3},
{"matrix": [2, 3], "x": 3.75, "y": 3},
{"matrix": [2, 4], "x": 4.75, "y": 3},
{"matrix": [2, 5], "x": 5.75, "y": 3},
{"matrix": [6, 3], "x": 6.75, "y": 3},
{"matrix": [6, 13], "x": 7.75, "y": 3},
{"matrix": [7, 13], "x": 8.75, "y": 3},
{"matrix": [7, 3], "x": 9.75, "y": 3},
{"matrix": [2, 10], "x": 10.75, "y": 3},
{"matrix": [2, 11], "x": 11.75, "y": 3},
{"matrix": [2, 12], "x": 12.75, "y": 3},
{"matrix": [2, 13], "x": 13.75, "y": 3, "w": 1.25},
{"matrix": [2, 6], "x": 15, "y": 3},
{"matrix": [2, 7], "x": 16, "y": 3},
{"matrix": [2, 8], "x": 17, "y": 3},
{"matrix": [2, 9], "x": 18, "y": 3},
{"matrix": [1, 0], "x": 0, "y": 4, "w": 1.25},
{"matrix": [0, 3], "x": 1.25, "y": 4},
{"matrix": [1, 1], "x": 2.25, "y": 4},
{"matrix": [1, 2], "x": 3.25, "y": 4},
{"matrix": [1, 3], "x": 4.25, "y": 4},
{"matrix": [1, 4], "x": 5.25, "y": 4},
{"matrix": [1, 5], "x": 6.25, "y": 4},
{"matrix": [6, 4], "x": 7.25, "y": 4},
{"matrix": [6, 14], "x": 8.25, "y": 4},
{"matrix": [7, 14], "x": 9.25, "y": 4},
{"matrix": [7, 4], "x": 10.25, "y": 4},
{"matrix": [1, 10], "x": 11.25, "y": 4},
{"matrix": [1, 11], "x": 12.25, "y": 4, "w": 1.75},
{"matrix": [6, 8], "x": 14, "y": 4},
{"matrix": [1, 6], "x": 15, "y": 4},
{"matrix": [1, 7], "x": 16, "y": 4},
{"matrix": [1, 8], "x": 17, "y": 4},
{"matrix": [1, 9], "x": 18, "y": 4},
{"matrix": [0, 0], "x": 0, "y": 5, "w": 1.25},
{"matrix": [0, 1], "x": 1.25, "y": 5, "w": 1.25},
{"matrix": [0, 2], "x": 2.5, "y": 5, "w": 1.25},
{"matrix": [6, 5], "x": 3.75, "y": 5, "w": 6.25},
{"matrix": [7, 5], "x": 10, "y": 5},
{"matrix": [0, 10], "x": 11, "y": 5},
{"matrix": [0, 11], "x": 12, "y": 5},
{"matrix": [6, 6], "x": 13, "y": 5},
{"matrix": [6, 7], "x": 14, "y": 5},
{"matrix": [6, 9], "x": 15, "y": 5},
{"matrix": [0, 6], "x": 16, "y": 5},
{"matrix": [0, 8], "x": 17, "y": 5},
{"matrix": [0, 9], "x": 18, "y": 5}
]
[Keyboard] Add Budget96 by Donut Cables (#5550) * initial commit of budget96 * non logic changes * add my name to readme * update matrix.c * make the matrix representation of the layout macro * fix up LAYOUT macro * add missing character * initial keymap commit * put KC_NO where they belong * basic keymap * fix matrix row and col definition * The diagram I was sent and the pins used I was sent were in opposite order from each other. This should fix the issues * update the readme * change up manufacturer for budget96 * update copyright date * fix up the switch matrix and provide a keymap * forgot the keymap * other matrix fixes * missing a few keys in the switch matrix * messed up the row tracing * tweak keymap a bit * use a lower case k * fix spacing for markdown rendering * put in the reset key documentation * clean up the file a little * use LAYOUT_96_ansi * add a second layer for lighting controls * add in lighting support * add QMK Configurator support * use pragma once * remove un needed matrix.c * convert to GPIO methods * turn on rgblight_enable and get rid of custom matrix * set bootloadhid_bootloader to 1 * set bootmagic to lite and set it to k50 * add reset information to readme * use i2c_master instead of custom i2c * restore the custom i2c code * introduce reset key and eep_rst in function layer 1 * fix up pip3 install commands * fix up device and manufacturer names * remove un needed comments * add an ALL layout macro along with QMK Configurator support * move budget96 into donutcables directory since he actually has different boards * add a short donut cables blurb taken from his website * update readme for make instructions to point to the new path * Update keyboards/donutcables/budget96/config.h Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update keyboards/donutcables/budget96/readme.md Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update keyboards/donutcables/budget96/info.json Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * turn on backlight * Update keyboards/donutcables/budget96/readme.md Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * remove extra UART and BOOTLOADER settings that are not needed
2019-04-04 14:25:35 -07:00
},
"LAYOUT_96_ansi": {
"layout": [
{"matrix": [5, 0], "x": 0, "y": 0},
{"matrix": [5, 2], "x": 1, "y": 0},
{"matrix": [5, 3], "x": 2, "y": 0},
{"matrix": [5, 4], "x": 3, "y": 0},
{"matrix": [5, 5], "x": 4, "y": 0},
{"matrix": [6, 0], "x": 5, "y": 0},
{"matrix": [6, 10], "x": 6, "y": 0},
{"matrix": [7, 10], "x": 7, "y": 0},
{"matrix": [7, 0], "x": 8, "y": 0},
{"matrix": [5, 11], "x": 9, "y": 0},
{"matrix": [5, 12], "x": 10, "y": 0},
{"matrix": [5, 13], "x": 11, "y": 0},
{"matrix": [5, 14], "x": 12, "y": 0},
{"matrix": [1, 13], "x": 13, "y": 0},
{"matrix": [2, 14], "x": 14, "y": 0},
{"matrix": [0, 13], "x": 15, "y": 0},
{"matrix": [7, 6], "x": 16, "y": 0},
{"matrix": [7, 8], "x": 17, "y": 0},
{"matrix": [7, 9], "x": 18, "y": 0},
{"matrix": [4, 0], "x": 0, "y": 1},
{"matrix": [4, 1], "x": 1, "y": 1},
{"matrix": [4, 2], "x": 2, "y": 1},
{"matrix": [4, 3], "x": 3, "y": 1},
{"matrix": [4, 4], "x": 4, "y": 1},
{"matrix": [4, 5], "x": 5, "y": 1},
{"matrix": [6, 1], "x": 6, "y": 1},
{"matrix": [6, 11], "x": 7, "y": 1},
{"matrix": [7, 11], "x": 8, "y": 1},
{"matrix": [7, 1], "x": 9, "y": 1},
{"matrix": [4, 10], "x": 10, "y": 1},
{"matrix": [4, 11], "x": 11, "y": 1},
{"matrix": [4, 12], "x": 12, "y": 1},
{"matrix": [4, 14], "x": 13, "y": 1, "w": 2},
{"matrix": [4, 6], "x": 15, "y": 1},
{"matrix": [4, 7], "x": 16, "y": 1},
{"matrix": [4, 8], "x": 17, "y": 1},
{"matrix": [4, 9], "x": 18, "y": 1},
{"matrix": [3, 0], "x": 0, "y": 2, "w": 1.5},
{"matrix": [3, 1], "x": 1.5, "y": 2},
{"matrix": [3, 2], "x": 2.5, "y": 2},
{"matrix": [3, 3], "x": 3.5, "y": 2},
{"matrix": [3, 4], "x": 4.5, "y": 2},
{"matrix": [3, 5], "x": 5.5, "y": 2},
{"matrix": [6, 2], "x": 6.5, "y": 2},
{"matrix": [6, 12], "x": 7.5, "y": 2},
{"matrix": [7, 12], "x": 8.5, "y": 2},
{"matrix": [7, 2], "x": 9.5, "y": 2},
{"matrix": [3, 10], "x": 10.5, "y": 2},
{"matrix": [3, 11], "x": 11.5, "y": 2},
{"matrix": [3, 12], "x": 12.5, "y": 2},
{"matrix": [3, 13], "x": 13.5, "y": 2, "w": 1.5},
{"matrix": [3, 6], "x": 15, "y": 2},
{"matrix": [3, 7], "x": 16, "y": 2},
{"matrix": [3, 8], "x": 17, "y": 2},
{"matrix": [3, 9], "x": 18, "y": 2},
{"matrix": [2, 0], "x": 0, "y": 3, "w": 1.75},
{"matrix": [2, 1], "x": 1.75, "y": 3},
{"matrix": [2, 2], "x": 2.75, "y": 3},
{"matrix": [2, 3], "x": 3.75, "y": 3},
{"matrix": [2, 4], "x": 4.75, "y": 3},
{"matrix": [2, 5], "x": 5.75, "y": 3},
{"matrix": [6, 3], "x": 6.75, "y": 3},
{"matrix": [6, 13], "x": 7.75, "y": 3},
{"matrix": [7, 13], "x": 8.75, "y": 3},
{"matrix": [7, 3], "x": 9.75, "y": 3},
{"matrix": [2, 10], "x": 10.75, "y": 3},
{"matrix": [2, 11], "x": 11.75, "y": 3},
{"matrix": [2, 13], "x": 12.75, "y": 3, "w": 2.25},
{"matrix": [2, 6], "x": 15, "y": 3},
{"matrix": [2, 7], "x": 16, "y": 3},
{"matrix": [2, 8], "x": 17, "y": 3},
{"matrix": [2, 9], "x": 18, "y": 3},
{"matrix": [1, 0], "x": 0, "y": 4, "w": 2.25},
{"matrix": [1, 1], "x": 2.25, "y": 4},
{"matrix": [1, 2], "x": 3.25, "y": 4},
{"matrix": [1, 3], "x": 4.25, "y": 4},
{"matrix": [1, 4], "x": 5.25, "y": 4},
{"matrix": [1, 5], "x": 6.25, "y": 4},
{"matrix": [6, 4], "x": 7.25, "y": 4},
{"matrix": [6, 14], "x": 8.25, "y": 4},
{"matrix": [7, 14], "x": 9.25, "y": 4},
{"matrix": [7, 4], "x": 10.25, "y": 4},
{"matrix": [1, 10], "x": 11.25, "y": 4},
{"matrix": [1, 11], "x": 12.25, "y": 4, "w": 1.75},
{"matrix": [6, 8], "x": 14, "y": 4},
{"matrix": [1, 6], "x": 15, "y": 4},
{"matrix": [1, 7], "x": 16, "y": 4},
{"matrix": [1, 8], "x": 17, "y": 4},
{"matrix": [0, 0], "x": 0, "y": 5, "w": 1.25},
{"matrix": [0, 1], "x": 1.25, "y": 5, "w": 1.25},
{"matrix": [0, 2], "x": 2.5, "y": 5, "w": 1.25},
{"matrix": [6, 5], "x": 3.75, "y": 5, "w": 6.25},
{"matrix": [7, 5], "x": 10, "y": 5, "w": 1.5},
{"matrix": [0, 11], "x": 11.5, "y": 5, "w": 1.5},
{"matrix": [6, 6], "x": 13, "y": 5},
{"matrix": [6, 7], "x": 14, "y": 5},
{"matrix": [6, 9], "x": 15, "y": 5},
{"matrix": [0, 6], "x": 16, "y": 5},
{"matrix": [0, 8], "x": 17, "y": 5},
{"matrix": [0, 9], "x": 18, "y": 4, "h": 2}
]
[Keyboard] Add Budget96 by Donut Cables (#5550) * initial commit of budget96 * non logic changes * add my name to readme * update matrix.c * make the matrix representation of the layout macro * fix up LAYOUT macro * add missing character * initial keymap commit * put KC_NO where they belong * basic keymap * fix matrix row and col definition * The diagram I was sent and the pins used I was sent were in opposite order from each other. This should fix the issues * update the readme * change up manufacturer for budget96 * update copyright date * fix up the switch matrix and provide a keymap * forgot the keymap * other matrix fixes * missing a few keys in the switch matrix * messed up the row tracing * tweak keymap a bit * use a lower case k * fix spacing for markdown rendering * put in the reset key documentation * clean up the file a little * use LAYOUT_96_ansi * add a second layer for lighting controls * add in lighting support * add QMK Configurator support * use pragma once * remove un needed matrix.c * convert to GPIO methods * turn on rgblight_enable and get rid of custom matrix * set bootloadhid_bootloader to 1 * set bootmagic to lite and set it to k50 * add reset information to readme * use i2c_master instead of custom i2c * restore the custom i2c code * introduce reset key and eep_rst in function layer 1 * fix up pip3 install commands * fix up device and manufacturer names * remove un needed comments * add an ALL layout macro along with QMK Configurator support * move budget96 into donutcables directory since he actually has different boards * add a short donut cables blurb taken from his website * update readme for make instructions to point to the new path * Update keyboards/donutcables/budget96/config.h Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update keyboards/donutcables/budget96/readme.md Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update keyboards/donutcables/budget96/info.json Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * turn on backlight * Update keyboards/donutcables/budget96/readme.md Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * remove extra UART and BOOTLOADER settings that are not needed
2019-04-04 14:25:35 -07:00
}
}
}