-
-
Notifications
You must be signed in to change notification settings - Fork 42.1k
Added blockboy/ac980mini keyboard folder #16839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
7650af3
Added blockboy/ac980mini keyboard folder
rooski15 d2a078d
Update keyboards/blockboy/ac980mini/readme.md
rooski15 031b532
Update readme.md
rooski15 2845d65
Update keyboards/blockboy/ac980mini/ac980mini.c
rooski15 dd923f0
Update keyboards/blockboy/ac980mini/rules.mk
rooski15 ff7c5e6
Update keyboards/blockboy/ac980mini/ac980mini.c
rooski15 857ba6b
Update rules.mk
rooski15 cbcc848
Update readme.md
rooski15 5ca5934
Update rules.mk
rooski15 994a6a0
Update keymap.c
rooski15 3d4d6a5
Update keymap.c
rooski15 cda77fb
Update rules.mk
rooski15 ecbf0a4
Update rules.mk
rooski15 48bfc14
Update readme.md
rooski15 a7d73ff
Formatted Text
rooski15 fe28a4f
Format Text
rooski15 dd6b74d
Update keyboards/blockboy/ac980mini/readme.md
rooski15 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
/* Copyright 2022 rooski15 | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#include "ac980mini.h" | ||
|
||
#ifdef RGB_MATRIX_ENABLE | ||
// LED location configuration | ||
led_config_t g_led_config = { { | ||
|
||
{ 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80 }, | ||
{ 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, NO_LED }, | ||
{ 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, NO_LED, 41, 42, 43, 44, 45 }, | ||
{ 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, NO_LED, 24, 25, 26, 27, 28, NO_LED }, | ||
{ 0, 1, 2, NO_LED, NO_LED, 3, NO_LED, NO_LED, NO_LED, 4, 5, 6, 7, 8, 9, 10, 11, 12 } | ||
|
||
},{ | ||
|
||
// Physical X,Y coordinates of each LED, starting with LED 0 above. | ||
{ 1 , 64 }, { 16 , 64 }, { 31 , 64 }, { 75 , 64 }, { 123 , 64 }, { 132 , 64 }, { 144 , 64 }, { 159 , 64 }, { 171 , 64 }, { 183 , 64 }, { 198 , 64 }, { 210 , 64 }, { 224 , 64 }, | ||
{ 7 , 48 }, { 27 , 48 }, { 39 , 48 }, { 51 , 48 }, { 63 , 48 }, { 75 , 48 }, { 87 , 48 }, { 99 , 48 }, { 111 , 48 }, { 123 , 48 }, { 135 , 48 }, { 151 , 48 }, { 171 , 48 }, { 186 , 48 }, { 198 , 48 }, { 210 , 48 }, | ||
{ 4 , 36 }, { 20 , 36 }, { 32 , 36 }, { 44 , 36 }, { 56 , 36 }, { 68 , 36 }, { 80 , 36 }, { 92 , 36 }, { 104 , 36 }, { 116 , 36 }, { 128 , 36 }, { 140 , 36 }, { 160 , 36 }, { 186 , 36 }, { 198 , 36 }, { 210 , 36 }, { 224 , 36 }, | ||
{ 3 , 16 }, { 18 , 16 }, { 30 , 16 }, { 42 , 16 }, { 54 , 16 }, { 66 , 16 }, { 78 , 16 }, { 90 , 16 }, { 102 , 16 }, { 114 , 16 }, { 126 , 16 }, { 138 , 16 }, { 150 , 16 }, { 165 , 16 }, { 186 , 16 }, { 198 , 16 }, { 210 , 16 }, | ||
{ 0 , 0 }, { 12 , 0 }, { 24 , 0 }, { 36 , 0 }, { 48 , 0 }, { 60 , 0 }, { 72 , 0 }, { 84 , 0 }, { 96 , 0 }, { 108 , 0 }, { 120 , 0 }, { 132 , 0 }, { 144 , 0 }, { 162 , 0 }, { 186 , 0 }, { 198 , 0 }, { 210 , 0 }, { 224 , 0 }, | ||
|
||
},{ | ||
// "Flag Assignment" of each key | ||
// 4 = Alpha | ||
// 1 = Mod | ||
// See https://docs.qmk.fm/#/feature_rgb_matrix?id=flags | ||
// No Caps / Num indicators | ||
1,1,1, 1, 1,1,1, 1,1,1, 4,4,1, | ||
1,4,4,4,4,4,4,4,4,4,4,1, 1, 4,4,4, | ||
1,4,4,4,4,4,4,4,4,4,4,4,1, 4,4,4,1, | ||
1,4,4,4,4,4,4,4,4,4,4,4,4,4, 4,4,4, | ||
1,4,4,4,4,4,4,4,4,4,4,4,4,1, 1,1,1,1 | ||
|
||
} }; | ||
/* | ||
void suspend_power_down_kb(void) { | ||
rgb_matrix_set_suspend_state(true); | ||
suspend_power_down_user(); | ||
} | ||
|
||
void suspend_wakeup_init_kb(void) { | ||
rgb_matrix_set_suspend_state(false); | ||
suspend_wakeup_init_user(); | ||
} | ||
|
||
// Enable to manually toggle Num / Caps | ||
__attribute__ ((weak)) | ||
void rgb_matrix_indicators_user(void) { | ||
if (host_keyboard_led_state().caps_lock) { | ||
rgb_matrix_set_color(13, 0xFF, 0xFF, 0xFF); | ||
} | ||
if (host_keyboard_led_state().num_lock) { | ||
rgb_matrix_set_color(34, 0xFF, 0xFF, 0xFF); | ||
} | ||
} | ||
rooski15 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
*/ | ||
#endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* Copyright 2022 rooski15 | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#pragma once | ||
|
||
#include "quantum.h" | ||
|
||
#define ___ KC_NO | ||
|
||
#define LAYOUT( \ | ||
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, K0G, K0H, \ | ||
K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, K1F, K1G, \ | ||
K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2D, K2E, K2F, K2G, K2H, \ | ||
K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3C, K3D, K3E, K3F, K3G, \ | ||
K40, K41, K42, K45, K49, K4A, K4B, K4C, K4D, K4E, K4F, K4G, K4H \ | ||
) { \ | ||
{ K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, K0G, K0H }, \ | ||
{ K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, K1F, K1G, ___ }, \ | ||
{ K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, ___, K2D, K2E, K2F, K2G, K2H }, \ | ||
{ K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, ___, K3C, K3D, K3E, K3F, K3G, ___ }, \ | ||
{ K40, K41, K42, ___, ___, K45, ___, ___, ___, K49, K4A, K4B, K4C, K4D, K4E, K4F, K4G, K4H }, \ | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
// Copyright 2022 rooski15 (@rooski15) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#pragma once | ||
#include "config_common.h" | ||
|
||
// RGB configuration | ||
#define RGB_DI_PIN B7 | ||
// The number of LEDs connected | ||
#define DRIVER_LED_TOTAL 81 | ||
//#ifdef RGB_DI_PIN | ||
# define RGBLED_NUM 81 | ||
|
||
#ifdef RGB_MATRIX_ENABLE | ||
//# define RGB_MATRIX_KEYPRESSES // reacts to keypresses | ||
// # define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses) | ||
// # define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects | ||
# define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended | ||
//# define RGB_MATRIX_FRAMEBUFFER_EFFECTS | ||
// # define RGB_MATRIX_LED_PROCESS_LIMIT (DRIVER_LED_TOTAL + 4) / 5 // limits the number of LEDs to process in an animation per task run (increases keyboard responsiveness) | ||
// # define RGB_MATRIX_LED_FLUSH_LIMIT 16 // limits in milliseconds how frequently an animation will update the LEDs. 16 (16ms) is equivalent to limiting to 60fps (increases keyboard responsiveness) | ||
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150 // limits maximum brightness of LEDs to 150 out of 255. Higher may cause the controller to crash. | ||
# define RGB_MATRIX_HUE_STEP 8 | ||
# define RGB_MATRIX_SAT_STEP 8 | ||
# define RGB_MATRIX_VAL_STEP 8 | ||
# define RGB_MATRIX_SPD_STEP 10 | ||
|
||
/* Enable the animations you want/need. You may need to enable only a small number of these because * | ||
* they take up a lot of space. Enable and confirm that you can still successfully compile your firmware. */ | ||
// RGB Matrix Animation modes. Explicitly enabled | ||
// For full list of effects, see: | ||
// https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects | ||
# define ENABLE_RGB_MATRIX_ALPHAS_MODS | ||
# define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN | ||
# define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT | ||
# define ENABLE_RGB_MATRIX_BREATHING | ||
# define ENABLE_RGB_MATRIX_BAND_SAT | ||
# define ENABLE_RGB_MATRIX_BAND_VAL | ||
# define ENABLE_RGB_MATRIX_BAND_PINWHEEL_SAT | ||
# define ENABLE_RGB_MATRIX_BAND_PINWHEEL_VAL | ||
# define ENABLE_RGB_MATRIX_BAND_SPIRAL_SAT | ||
# define ENABLE_RGB_MATRIX_BAND_SPIRAL_VAL | ||
# define ENABLE_RGB_MATRIX_CYCLE_ALL | ||
# define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT | ||
# define ENABLE_RGB_MATRIX_CYCLE_UP_DOWN | ||
# define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON | ||
# define ENABLE_RGB_MATRIX_CYCLE_OUT_IN | ||
# define ENABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL | ||
# define ENABLE_RGB_MATRIX_CYCLE_PINWHEEL | ||
# define ENABLE_RGB_MATRIX_CYCLE_SPIRAL | ||
# define ENABLE_RGB_MATRIX_DUAL_BEACON | ||
# define ENABLE_RGB_MATRIX_RAINBOW_BEACON | ||
# define ENABLE_RGB_MATRIX_RAINBOW_PINWHEELS | ||
# define ENABLE_RGB_MATRIX_RAINDROPS | ||
# define ENABLE_RGB_MATRIX_JELLYBEAN_RAINDROPS | ||
# define ENABLE_RGB_MATRIX_HUE_BREATHING | ||
# define ENABLE_RGB_MATRIX_HUE_PENDULUM | ||
# define ENABLE_RGB_MATRIX_HUE_WAVE | ||
# define ENABLE_RGB_MATRIX_PIXEL_RAIN | ||
# define ENABLE_RGB_MATRIX_PIXEL_FLOW | ||
# define ENABLE_RGB_MATRIX_PIXEL_FRACTAL | ||
// enabled only if RGB_MATRIX_FRAMEBUFFER_EFFECTS is defined | ||
# define ENABLE_RGB_MATRIX_TYPING_HEATMAP | ||
# define ENABLE_RGB_MATRIX_DIGITAL_RAIN | ||
// enabled only if RGB_MATRIX_KEYPRESSES or RGB_MATRIX_KEYRELEASES is defined | ||
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE | ||
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE | ||
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE | ||
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE | ||
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS | ||
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS | ||
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS | ||
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS | ||
# define ENABLE_RGB_MATRIX_SPLASH | ||
# define ENABLE_RGB_MATRIX_MULTISPLASH | ||
# define ENABLE_RGB_MATRIX_SOLID_SPLASH | ||
# define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH | ||
#endif | ||
|
||
/* | ||
* Feature disable options | ||
* These options are also useful to firmware size reduction. | ||
*/ | ||
|
||
/* disable debug print */ | ||
//#define NO_DEBUG | ||
|
||
/* disable print */ | ||
//#define NO_PRINT | ||
|
||
/* disable action features */ | ||
//#define NO_ACTION_LAYER | ||
//#define NO_ACTION_TAPPING | ||
//#define NO_ACTION_ONESHOT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
{ | ||
"manufacturer": "blockboy", | ||
"keyboard_name": "AC980Mini", | ||
"maintainer": "rooski15", | ||
"bootloader": "atmel-dfu", | ||
"diode_direction": "COL2ROW", | ||
"matrix_pins": { | ||
"cols": ["D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1", "F0", "B0", "B1", "B2", "B3"], | ||
"rows": ["D0", "D1", "D2", "D3", "D5"] | ||
}, | ||
"processor": "atmega32u4", | ||
"url": "", | ||
"usb": { | ||
"device_version": "1.0.0", | ||
"pid": "0x6060", | ||
"vid": "0xFEED" | ||
}, | ||
"layouts": { | ||
"LAYOUT_all": { | ||
"layout": [ | ||
{ "matrix": [0, 0], "x": 0, "y": 0 }, | ||
{ "matrix": [0, 1], "x": 1, "y": 0 }, | ||
{ "matrix": [0, 2], "x": 2, "y": 0 }, | ||
{ "matrix": [0, 3], "x": 3, "y": 0 }, | ||
{ "matrix": [0, 4], "x": 4, "y": 0 }, | ||
{ "matrix": [0, 5], "x": 5, "y": 0 }, | ||
{ "matrix": [0, 6], "x": 6, "y": 0 }, | ||
{ "matrix": [0, 7], "x": 7, "y": 0 }, | ||
{ "matrix": [0, 8], "x": 8, "y": 0 }, | ||
{ "matrix": [0, 9], "x": 9, "y": 0 }, | ||
{ "matrix": [0, 10], "x": 10, "y": 0 }, | ||
{ "matrix": [0, 11], "x": 11, "y": 0 }, | ||
{ "matrix": [0, 12], "x": 12, "y": 0 }, | ||
{ "matrix": [0, 13], "w": 2, "x": 13, "y": 0 }, | ||
{ "matrix": [0, 14], "x": 15.5, "y": 0 }, | ||
{ "matrix": [0, 15], "x": 16.5, "y": 0 }, | ||
{ "matrix": [0, 16], "x": 17.5, "y": 0 }, | ||
{ "matrix": [0, 17], "x": 18.5, "y": 0 }, | ||
|
||
{ "matrix": [1, 0], "w": 1.5, "x": 0, "y": 1 }, | ||
{ "matrix": [1, 1], "x": 1.5, "y": 1 }, | ||
{ "matrix": [1, 2], "x": 2.5, "y": 1 }, | ||
{ "matrix": [1, 3], "x": 3.5, "y": 1 }, | ||
{ "matrix": [1, 4], "x": 4.5, "y": 1 }, | ||
{ "matrix": [1, 5], "x": 5.5, "y": 1 }, | ||
{ "matrix": [1, 6], "x": 6.5, "y": 1 }, | ||
{ "matrix": [1, 7], "x": 7.5, "y": 1 }, | ||
{ "matrix": [1, 8], "x": 8.5, "y": 1 }, | ||
{ "matrix": [1, 9], "x": 9.5, "y": 1 }, | ||
{ "matrix": [1, 10], "x": 10.5, "y": 1 }, | ||
{ "matrix": [1, 11], "x": 11.5, "y": 1 }, | ||
{ "matrix": [1, 12], "x": 12.5, "y": 1 }, | ||
{ "matrix": [1, 13], "w": 1.5, "x": 13.5, "y": 1 }, | ||
{ "matrix": [1, 14], "x": 15.5, "y": 1 }, | ||
{ "matrix": [1, 15], "x": 16.5, "y": 1 }, | ||
{ "matrix": [1, 16], "x": 17.5, "y": 1 }, | ||
|
||
{ "matrix": [2, 0], "w": 1.75, "x": 0, "y": 2 }, | ||
{ "matrix": [2, 1], "x": 1.75, "y": 2 }, | ||
{ "matrix": [2, 2], "x": 2.75, "y": 2 }, | ||
{ "matrix": [2, 3], "x": 3.75, "y": 2 }, | ||
{ "matrix": [2, 4], "x": 4.75, "y": 2 }, | ||
{ "matrix": [2, 5], "x": 5.75, "y": 2 }, | ||
{ "matrix": [2, 6], "x": 6.75, "y": 2 }, | ||
{ "matrix": [2, 7], "x": 7.75, "y": 2 }, | ||
{ "matrix": [2, 8], "x": 8.75, "y": 2 }, | ||
{ "matrix": [2, 9], "x": 9.75, "y": 2 }, | ||
{ "matrix": [2, 10], "x": 10.75, "y": 2 }, | ||
{ "matrix": [2, 11], "x": 11.75, "y": 2 }, | ||
{ "matrix": [2, 12], "w": 2.25, "x": 12.75, "y": 2 }, | ||
{ "matrix": [2, 14], "x": 15.5, "y": 2 }, | ||
{ "matrix": [2, 15], "x": 16.5, "y": 2 }, | ||
{ "matrix": [2, 16], "x": 17.5, "y": 2 }, | ||
{ "h": 2, "matrix": [2, 17], "x": 18.5, "y": 1 }, | ||
|
||
{ "matrix": [3, 0], "w": 2.25, "x": 0, "y": 3 }, | ||
{ "matrix": [3, 1], "x": 2.25, "y": 3 }, | ||
{ "matrix": [3, 2], "x": 3.25, "y": 3 }, | ||
{ "matrix": [3, 3], "x": 4.25, "y": 3 }, | ||
{ "matrix": [3, 4], "x": 5.25, "y": 3 }, | ||
{ "matrix": [3, 5], "x": 6.25, "y": 3 }, | ||
{ "matrix": [3, 6], "x": 7.25, "y": 3 }, | ||
{ "matrix": [3, 7], "x": 8.25, "y": 3 }, | ||
{ "matrix": [3, 8], "x": 9.25, "y": 3 }, | ||
{ "matrix": [3, 9], "x": 10.25, "y": 3 }, | ||
{ "matrix": [3, 10], "x": 11.25, "y": 3 }, | ||
{ "matrix": [3, 12], "w": 1.75, "x": 12.25, "y": 3 }, | ||
{ "matrix": [3, 13], "x": 14.25, "y": 3.25 }, | ||
{ "matrix": [3, 14], "x": 15.5, "y": 3 }, | ||
{ "matrix": [3, 15], "x": 16.5, "y": 3 }, | ||
{ "matrix": [3, 16], "x": 17.5, "y": 3 }, | ||
|
||
{ "matrix": [4, 0], "w": 1.25, "x": 0, "y": 4 }, | ||
{ "matrix": [4, 1], "w": 1.25, "x": 1.25, "y": 4 }, | ||
{ "matrix": [4, 2], "w": 1.25, "x": 2.5, "y": 4 }, | ||
{ "matrix": [4, 5], "w": 6.25, "x": 3.75, "y": 4 }, | ||
{ "matrix": [4, 9], "x": 10, "y": 4 }, | ||
{ "matrix": [4, 10], "x": 11, "y": 4 }, | ||
{ "matrix": [4, 11], "x": 12, "y": 4 }, | ||
{ "matrix": [4, 12], "x": 13.25, "y": 4.25 }, | ||
{ "matrix": [4, 13], "x": 14.25, "y": 4.25 }, | ||
{ "matrix": [4, 14], "x": 15.25, "y": 4.25 }, | ||
{ "matrix": [4, 15], "x": 16.5, "y": 4 }, | ||
{ "matrix": [4, 16], "x": 17.5, "y": 4 }, | ||
{ "h": 2, "matrix": [4, 17], "x": 18.5, "y": 3 }, | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.