summaryrefslogtreecommitdiff
path: root/keyboards/custommk/evo70/info.json
diff options
context:
space:
mode:
authorDavid Hoelscher <infinityis@users.noreply.github.com>2022-07-19 05:13:16 -0500
committerGitHub <noreply@github.com>2022-07-19 03:13:16 -0700
commit1bf95d60e41b5de6de452e9fe61d421e43d3f361 (patch)
treeba019aee207987a8a7c86f2c496a12f239696849 /keyboards/custommk/evo70/info.json
parent7aea67980b0029739d6572f58951bc58e56bf7d5 (diff)
[Keyboard] customMK EVO70 (#14907)
* added files for EVO70 * updated info.json and readme * ran qmk lint and fixed typo in info.json * removed defines from config.h in favor of info.json * removed an unnecssary include * removed unnecessary code * updated rules.mk to remove mention of Bluetooth * corrected edit to rules.mk * added code for OLED menu display * removed extraneous comments and spaces * added bongo cat animation * Update keyboards/custommk/evo70/rules.mk * Update keyboards/custommk/evo70/config.h * Modified Bongocat graphics to match original proportions * updated info.json device version * updated OLED splash screen display timing * improved bongo cat tap detection and added backlight breathing to OLED menu * various improvements to OLED, saving settings, and VIA keymap fix * removed extraneous define * custom encoder assignment retained upon powerup, backlight sleep upon suspend * corrected bongo cat tap detection * Changed splash screen and bongo cat encoder rotation to use the custom assignments * removed _default from LAYOUT naming and changed keyboard image to be hosted from imgur * Force smaller version of image to be used in readme
Diffstat (limited to 'keyboards/custommk/evo70/info.json')
-rw-r--r--keyboards/custommk/evo70/info.json111
1 files changed, 111 insertions, 0 deletions
diff --git a/keyboards/custommk/evo70/info.json b/keyboards/custommk/evo70/info.json
new file mode 100644
index 0000000000..f3d132fd79
--- /dev/null
+++ b/keyboards/custommk/evo70/info.json
@@ -0,0 +1,111 @@
+{
+ "keyboard_name": "EVO70",
+ "url": "https://www.customMK.com",
+ "maintainer": "customMK",
+ "manufacturer": "customMK",
+ "tags": ["70%", "encoder", "underglow", "backlight"],
+ "usb": {
+ "vid": "0xF35B",
+ "pid": "0xFAB5",
+ "device_version": "0.0.1"
+ },
+ "diode_direction": "COL2ROW",
+ "matrix_pins": {
+ "cols": ["F1", "F4", "E6", "B1", "B7", "B0", "E2", "D4", "D6", "D7", "B4", "B3", "B6", "C6"],
+ "rows": ["D3", "D2", "F7", "F6", "F5", "F0"]
+
+ },
+ "debounce": 5,
+ "processor": "atmega32u4",
+ "rgblight": {
+ "led_count": 48,
+ "pin": "B2",
+ "hue_steps": 4,
+ "saturation_steps": 8,
+ "brightness_steps": 4,
+ "animations": {
+ "all": true
+ }
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label":"KC_ESC", "x":2.5, "y":1.1},
+ {"label":"KC_1", "x":3.5, "y":1.1},
+ {"label":"KC_2", "x":4.5, "y":1.1},
+ {"label":"KC_3", "x":5.5, "y":1.1},
+ {"label":"KC_4", "x":6.5, "y":1.1},
+ {"label":"KC_5", "x":7.5, "y":1.1},
+ {"label":"KC_6", "x":8.5, "y":1.1},
+ {"label":"KC_7", "x":9.5, "y":1.1},
+ {"label":"KC_8", "x":10.5, "y":1.1},
+ {"label":"KC_9", "x":11.5, "y":1.1},
+ {"label":"KC_0", "x":12.5, "y":1.1},
+ {"label":"KC_MINS", "x":13.5, "y":1.1},
+ {"label":"KC_EQL", "x":14.5, "y":1.1},
+ {"label":"KC_BSPC", "x":15.5, "y":1.1, "w":2},
+ {"label":"KC_DEL", "x":17.5, "y":1.1},
+ {"label":"KC_TAB", "x":2.5, "y":2.1, "w":1.5},
+ {"label":"KC_Q", "x":4, "y":2.1},
+ {"label":"KC_W", "x":5, "y":2.1},
+ {"label":"KC_E", "x":6, "y":2.1},
+ {"label":"KC_R", "x":7, "y":2.1},
+ {"label":"KC_T", "x":8, "y":2.1},
+ {"label":"KC_Y", "x":9, "y":2.1},
+ {"label":"KC_U", "x":10, "y":2.1},
+ {"label":"KC_I", "x":11, "y":2.1},
+ {"label":"KC_O", "x":12, "y":2.1},
+ {"label":"KC_P", "x":13, "y":2.1},
+ {"label":"KC_LBRC", "x":14, "y":2.1},
+ {"label":"KC_RBRC", "x":15, "y":2.1},
+ {"label":"KC_BSLS", "x":16, "y":2.1, "w":1.5},
+ {"label":"KC_PGUP", "x":17.5, "y":2.1},
+ {"label":"KC_F1", "x":0, "y":3.1},
+ {"label":"KC_F2", "x":1, "y":3.1},
+ {"label":"KC_CAPS", "x":2.5, "y":3.1, "w":1.75},
+ {"label":"KC_A", "x":4.25, "y":3.1},
+ {"label":"KC_S", "x":5.25, "y":3.1},
+ {"label":"KC_D", "x":6.25, "y":3.1},
+ {"label":"KC_F", "x":7.25, "y":3.1},
+ {"label":"KC_G", "x":8.25, "y":3.1},
+ {"label":"KC_H", "x":9.25, "y":3.1},
+ {"label":"KC_J", "x":10.25, "y":3.1},
+ {"label":"KC_K", "x":11.25, "y":3.1},
+ {"label":"KC_L", "x":12.25, "y":3.1},
+ {"label":"KC_SCLN", "x":13.25, "y":3.1},
+ {"label":"KC_QUOT", "x":14.25, "y":3.1},
+ {"label":"KC_ENT", "x":15.25, "y":3.1, "w":2.25},
+ {"label":"KC_PGDN", "x":17.5, "y":3.1},
+ {"label":"KC_F3", "x":0, "y":4.1},
+ {"label":"KC_F4", "x":1, "y":4.1},
+ {"label":"KC_LSFT", "x":2.5, "y":4.1, "w":2.25},
+ {"label":"KC_Z", "x":4.75, "y":4.1},
+ {"label":"KC_X", "x":5.75, "y":4.1},
+ {"label":"KC_C", "x":6.75, "y":4.1},
+ {"label":"KC_V", "x":7.75, "y":4.1},
+ {"label":"KC_B", "x":8.75, "y":4.1},
+ {"label":"KC_N", "x":9.75, "y":4.1},
+ {"label":"KC_M", "x":10.75, "y":4.1},
+ {"label":"KC_COMM", "x":11.75, "y":4.1},
+ {"label":"KC_DOT", "x":12.75, "y":4.1},
+ {"label":"KC_SLSH", "x":13.75, "y":4.1},
+ {"label":"KC_RSFT", "x":14.75, "y":4.1, "w":1.75},
+ {"label":"KC_UP", "x":16.5, "y":4.1},
+ {"label":"KC_END", "x":17.5, "y":4.1},
+ {"label":"KC_F5", "x":0, "y":5.1},
+ {"label":"KC_F6", "x":1, "y":5.1},
+ {"label":"KC_LCTL", "x":2.5, "y":5.1, "w":1.25},
+ {"label":"KC_LGUI", "x":3.75, "y":5.1, "w":1.25},
+ {"label":"KC_LALT", "x":5, "y":5.1, "w":1.25},
+ {"label":"KC_SPC", "x":6.25, "y":5.1, "w":6.25},
+ {"label":"KC_TRNS", "x":0.5, "y":1.1},
+ {"label":"KC_VOLD", "x":0, "y":0},
+ {"label":"KC_RALT", "x":12.5, "y":5.1, "w":1.25},
+ {"label":"KC_RCTL", "x":13.75, "y":5.1, "w":1.25},
+ {"label":"KC_VOLU", "x":1, "y":0},
+ {"label":"KC_LEFT", "x":15.5, "y":5.1},
+ {"label":"KC_DOWN", "x":16.5, "y":5.1},
+ {"label":"KC_RGHT", "x":17.5, "y":5.1}]
+ }
+ }
+} \ No newline at end of file