forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
621 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,45 @@ | ||
// Copyright 2023 Cole Smith (@boardsource) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#pragma once | ||
|
||
/* | ||
* 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 | ||
|
||
#pragma once | ||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET | ||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U | ||
|
||
#define RGB_MATRIX_LED_COUNT 70 | ||
#define RGB_DI_PIN GP21 | ||
|
||
#define AUDIO_PIN GP29 | ||
#define AUDIO_PWM_DRIVER PWMD6 | ||
#define AUDIO_PWM_CHANNEL RP2040_PWM_CHANNEL_B | ||
|
||
#define AUDIO_CLICKY | ||
#define AUDIO_INIT_DELAY 1000 | ||
#define STARTUP_SONG SONG(STARTUP_SOUND) | ||
|
||
// SPI Configuration | ||
#define SPI_DRIVER SPID1 | ||
#define SPI_SCK_PIN GP26 | ||
#define SPI_MOSI_PIN GP27 | ||
|
||
// Display Configuration | ||
#define OLED_CS_PIN GP25 | ||
#define OLED_DC_PIN GP20 | ||
#define OLED_RST_PIN GP28 |
This file contains 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,70 @@ | ||
|
||
#include <qp.h> | ||
|
||
const uint32_t font_thintel15_length = 966; | ||
|
||
// clang-format off | ||
const uint8_t font_thintel15[966] = { | ||
0x00, 0xFF, 0x14, 0x00, 0x00, 0x51, 0x46, 0x46, 0x01, 0xC6, 0x03, 0x00, 0x00, 0x39, 0xFC, 0xFF, | ||
0xFF, 0x0B, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x01, 0xFE, 0x1D, 0x01, 0x00, 0x02, 0x00, | ||
0x00, 0xC2, 0x00, 0x00, 0x84, 0x01, 0x00, 0x06, 0x03, 0x00, 0x46, 0x05, 0x00, 0x88, 0x07, 0x00, | ||
0x46, 0x0A, 0x00, 0x82, 0x0C, 0x00, 0x43, 0x0D, 0x00, 0x83, 0x0E, 0x00, 0xC4, 0x0F, 0x00, 0x46, | ||
0x11, 0x00, 0x83, 0x13, 0x00, 0xC5, 0x14, 0x00, 0x82, 0x16, 0x00, 0x44, 0x17, 0x00, 0xC5, 0x18, | ||
0x00, 0x84, 0x1A, 0x00, 0x05, 0x1C, 0x00, 0xC5, 0x1D, 0x00, 0x85, 0x1F, 0x00, 0x45, 0x21, 0x00, | ||
0x05, 0x23, 0x00, 0xC5, 0x24, 0x00, 0x85, 0x26, 0x00, 0x45, 0x28, 0x00, 0x02, 0x2A, 0x00, 0xC3, | ||
0x2A, 0x00, 0x05, 0x2C, 0x00, 0xC5, 0x2D, 0x00, 0x85, 0x2F, 0x00, 0x45, 0x31, 0x00, 0x08, 0x33, | ||
0x00, 0xC5, 0x35, 0x00, 0x85, 0x37, 0x00, 0x45, 0x39, 0x00, 0x05, 0x3B, 0x00, 0xC4, 0x3C, 0x00, | ||
0x44, 0x3E, 0x00, 0xC5, 0x3F, 0x00, 0x85, 0x41, 0x00, 0x44, 0x43, 0x00, 0xC5, 0x44, 0x00, 0x85, | ||
0x46, 0x00, 0x44, 0x48, 0x00, 0xC6, 0x49, 0x00, 0x06, 0x4C, 0x00, 0x45, 0x4E, 0x00, 0x05, 0x50, | ||
0x00, 0xC5, 0x51, 0x00, 0x85, 0x53, 0x00, 0x45, 0x55, 0x00, 0x06, 0x57, 0x00, 0x45, 0x59, 0x00, | ||
0x06, 0x5B, 0x00, 0x46, 0x5D, 0x00, 0x86, 0x5F, 0x00, 0xC6, 0x61, 0x00, 0x06, 0x64, 0x00, 0x44, | ||
0x66, 0x00, 0xC4, 0x67, 0x00, 0x44, 0x69, 0x00, 0xC6, 0x6A, 0x00, 0x05, 0x6D, 0x00, 0xC3, 0x6E, | ||
0x00, 0x05, 0x70, 0x00, 0xC5, 0x71, 0x00, 0x84, 0x73, 0x00, 0x05, 0x75, 0x00, 0xC5, 0x76, 0x00, | ||
0x84, 0x78, 0x00, 0x05, 0x7A, 0x00, 0xC5, 0x7B, 0x00, 0x82, 0x7D, 0x00, 0x43, 0x7E, 0x00, 0x85, | ||
0x7F, 0x00, 0x42, 0x81, 0x00, 0x06, 0x82, 0x00, 0x45, 0x84, 0x00, 0x05, 0x86, 0x00, 0xC5, 0x87, | ||
0x00, 0x85, 0x89, 0x00, 0x44, 0x8B, 0x00, 0xC5, 0x8C, 0x00, 0x83, 0x8E, 0x00, 0xC5, 0x8F, 0x00, | ||
0x86, 0x91, 0x00, 0xC6, 0x93, 0x00, 0x06, 0x96, 0x00, 0x45, 0x98, 0x00, 0x04, 0x9A, 0x00, 0x85, | ||
0x9B, 0x00, 0x42, 0x9D, 0x00, 0x05, 0x9E, 0x00, 0xC5, 0x9F, 0x00, 0x04, 0xFB, 0x86, 0x02, 0x00, | ||
0x00, 0x00, 0x00, 0x54, 0x45, 0x00, 0x50, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0xFD, 0xD2, | ||
0xAF, 0x28, 0x00, 0x00, 0x00, 0x84, 0x53, 0x15, 0x0E, 0x55, 0x39, 0x04, 0x00, 0x00, 0x00, 0x00, | ||
0x12, 0x15, 0x0A, 0x28, 0x54, 0x24, 0x00, 0x00, 0x00, 0x80, 0x50, 0x14, 0x52, 0x95, 0x58, 0x00, | ||
0x00, 0x00, 0x14, 0x00, 0x00, 0x4A, 0x92, 0x24, 0x02, 0x00, 0x91, 0x24, 0x49, 0x01, 0x00, 0x20, | ||
0x27, 0x05, 0x00, 0x00, 0x00, 0x00, 0x40, 0x10, 0x1F, 0x41, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x60, 0x0A, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x40, 0x24, 0x22, | ||
0x11, 0x00, 0x00, 0xC0, 0xA4, 0x94, 0x52, 0x32, 0x00, 0x00, 0x20, 0x23, 0x22, 0x72, 0x00, 0x00, | ||
0xC0, 0x24, 0x44, 0x44, 0x78, 0x00, 0x00, 0xC0, 0x24, 0x44, 0x50, 0x32, 0x00, 0x00, 0x80, 0x29, | ||
0x95, 0x1E, 0x42, 0x00, 0x00, 0xE0, 0x85, 0x83, 0x50, 0x32, 0x00, 0x00, 0xC0, 0xA4, 0x70, 0x52, | ||
0x32, 0x00, 0x00, 0xE0, 0x21, 0x42, 0x84, 0x10, 0x00, 0x00, 0xC0, 0xA4, 0x64, 0x52, 0x32, 0x00, | ||
0x00, 0xC0, 0xA4, 0xE4, 0x50, 0x32, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x30, 0x60, 0x0A, 0x00, | ||
0x00, 0x11, 0x11, 0x04, 0x41, 0x00, 0x00, 0x00, 0x80, 0x07, 0x1E, 0x00, 0x00, 0x00, 0x20, 0x08, | ||
0x82, 0x88, 0x08, 0x00, 0x00, 0xC0, 0x24, 0x64, 0x04, 0x10, 0x00, 0x00, 0x00, 0x1C, 0x22, 0x59, | ||
0x55, 0x2D, 0x02, 0x1C, 0x00, 0x00, 0x00, 0xC0, 0xA4, 0xF4, 0x52, 0x4A, 0x00, 0x00, 0xE0, 0xA4, | ||
0x74, 0x52, 0x3A, 0x00, 0x00, 0xC0, 0xA4, 0x10, 0x42, 0x32, 0x00, 0x00, 0xE0, 0xA4, 0x94, 0x52, | ||
0x3A, 0x00, 0x00, 0x70, 0x11, 0x17, 0x71, 0x00, 0x00, 0x70, 0x11, 0x17, 0x11, 0x00, 0x00, 0xC0, | ||
0xA4, 0xD0, 0x52, 0x32, 0x00, 0x00, 0x20, 0xA5, 0xF4, 0x52, 0x4A, 0x00, 0x00, 0x70, 0x22, 0x22, | ||
0x72, 0x00, 0x00, 0xC0, 0x21, 0x84, 0x50, 0x32, 0x00, 0x00, 0x20, 0xA5, 0x32, 0x4A, 0x4A, 0x00, | ||
0x00, 0x10, 0x11, 0x11, 0x71, 0x00, 0x00, 0x40, 0xB4, 0x55, 0x51, 0x14, 0x45, 0x00, 0x00, 0x00, | ||
0x40, 0x34, 0x55, 0x59, 0x14, 0x45, 0x00, 0x00, 0x00, 0xC0, 0xA4, 0x94, 0x52, 0x32, 0x00, 0x00, | ||
0xE0, 0xA4, 0x74, 0x42, 0x08, 0x00, 0x00, 0xC0, 0xA4, 0x94, 0x52, 0x51, 0x00, 0x00, 0xE0, 0xA4, | ||
0x74, 0x52, 0x4A, 0x00, 0x00, 0xC0, 0xA4, 0x60, 0x50, 0x32, 0x00, 0x00, 0xC0, 0x47, 0x10, 0x04, | ||
0x41, 0x10, 0x00, 0x00, 0x00, 0x20, 0xA5, 0x94, 0x52, 0x32, 0x00, 0x00, 0x40, 0x14, 0x45, 0x51, | ||
0xA4, 0x10, 0x00, 0x00, 0x00, 0x40, 0x14, 0x45, 0x51, 0xB5, 0x45, 0x00, 0x00, 0x00, 0x40, 0x14, | ||
0x29, 0x84, 0x12, 0x45, 0x00, 0x00, 0x00, 0x40, 0x14, 0x45, 0x0E, 0x41, 0x10, 0x00, 0x00, 0x00, | ||
0xC0, 0x07, 0x21, 0x84, 0x10, 0x7C, 0x00, 0x00, 0x00, 0x17, 0x11, 0x11, 0x11, 0x07, 0x00, 0x10, | ||
0x21, 0x22, 0x44, 0x00, 0x00, 0x47, 0x44, 0x44, 0x44, 0x07, 0x00, 0x84, 0x12, 0x01, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x93, 0x5C, 0x72, 0x00, 0x00, 0x20, 0x84, 0x93, 0x52, 0x3A, 0x00, 0x00, 0x00, 0x60, | ||
0x11, 0x61, 0x00, 0x00, 0x00, 0x21, 0x97, 0x52, 0x72, 0x00, 0x00, 0x00, 0x00, 0x93, 0x5E, 0x70, | ||
0x00, 0x00, 0x60, 0x11, 0x13, 0x11, 0x00, 0x00, 0x00, 0x00, 0x97, 0x52, 0x72, 0x28, 0x19, 0x20, | ||
0x84, 0x93, 0x52, 0x4A, 0x00, 0x00, 0x10, 0x55, 0x00, 0x80, 0x20, 0x49, 0x0A, 0x00, 0x20, 0x84, | ||
0x94, 0x4E, 0x4A, 0x00, 0x00, 0x54, 0x55, 0x00, 0x00, 0x00, 0x2C, 0x55, 0x55, 0x55, 0x00, 0x00, | ||
0x00, 0x00, 0x80, 0x93, 0x52, 0x4A, 0x00, 0x00, 0x00, 0x00, 0x93, 0x52, 0x32, 0x00, 0x00, 0x00, | ||
0x80, 0x93, 0x52, 0x3A, 0x21, 0x00, 0x00, 0x00, 0x97, 0x52, 0x72, 0x08, 0x01, 0x00, 0x50, 0x13, | ||
0x11, 0x00, 0x00, 0x00, 0x00, 0x17, 0x0C, 0x3A, 0x00, 0x00, 0x48, 0x96, 0x44, 0x00, 0x00, 0x00, | ||
0x80, 0x94, 0x52, 0x72, 0x00, 0x00, 0x00, 0x00, 0x44, 0x51, 0xA4, 0x10, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x44, 0x51, 0x54, 0x6D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x0A, 0xA1, 0x44, 0x00, 0x00, | ||
0x00, 0x00, 0x80, 0x94, 0x52, 0x72, 0x28, 0x19, 0x00, 0x70, 0x24, 0x71, 0x00, 0x00, 0x4C, 0x08, | ||
0x11, 0x84, 0x10, 0x0C, 0x00, 0x55, 0x55, 0x01, 0x83, 0x10, 0x82, 0x08, 0x21, 0x03, 0x00, 0x00, | ||
0x00, 0xB0, 0x1A, 0x00, 0x00, 0x00, | ||
}; | ||
// clang-format on |
This file contains 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,8 @@ | ||
|
||
#pragma once | ||
|
||
#define HAL_USE_I2C TRUE | ||
#define HAL_USE_PWM TRUE | ||
#define HAL_USE_SPI TRUE | ||
|
||
#include_next <halconf.h> |
This file contains 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,216 @@ | ||
{ | ||
"manufacturer": "Boardsource", | ||
"keyboard_name": "Equals", | ||
"maintainer": "Boardsource", | ||
"bootloader": "rp2040", | ||
"diode_direction": "COL2ROW", | ||
"features": { | ||
"bootmagic": true, | ||
"command": false, | ||
"console": false, | ||
"extrakey": true, | ||
"mousekey": true, | ||
"nkro": true, | ||
"rgb_matrix": true, | ||
"audio":true | ||
}, | ||
"matrix_pins": { | ||
"cols": ["GP0","GP1","GP2","GP3","GP4","GP5","GP6","GP7","GP8","GP9","GP10","GP11"], | ||
"rows": ["GP12","GP13","GP16","GP17","GP18"] | ||
}, | ||
"processor": "RP2040", | ||
"url": "", | ||
"usb": { | ||
"device_version": "1.0.0", | ||
"pid": "0x7688", | ||
"vid": "0x4273" | ||
}, | ||
|
||
"rgb_matrix": { | ||
"driver": "WS2812", | ||
"led_count": 70, | ||
"max_brightness": 150, | ||
"animations": { | ||
"alphas_mods": true, | ||
"gradient_up_down": true, | ||
"gradient_left_right": true, | ||
"breathing": true, | ||
"band_sat": true, | ||
"band_val": true, | ||
"band_pinwheel_sat":true, | ||
"band_pinwheel_val":true, | ||
"band_spiral_sat":true, | ||
"band_spiral_val":true, | ||
"cycle_all":true, | ||
"cycle_left_right":true, | ||
"cycle_up_down":true, | ||
"rainbow_moving_chevron":true, | ||
"cycle_out_in":true, | ||
"cycle_out_in_dual":true, | ||
"cycle_pinwheel":true, | ||
"cycle_spiral":true, | ||
"dual_beacon":true, | ||
"rainbow_beacon":true, | ||
"rainbow_pinwheels":true, | ||
"raindrops":true, | ||
"jellybean_raindrops":true, | ||
"hue_breathing":true, | ||
"hue_pendulum":true, | ||
"hue_wave":true, | ||
"pixel_rain":true, | ||
"pixel_flow":true, | ||
"pixel_fractal":true, | ||
"typing_heatmap":true, | ||
"digital_rain":true, | ||
"solid_reactive_simple":true, | ||
"solid_reactive":true, | ||
"solid_reactive_wide":true, | ||
"solid_reactive_multiwide":true, | ||
"solid_reactive_cross":true, | ||
"solid_reactive_multicross":true, | ||
"solid_reactive_nexus":true, | ||
"solid_reactive_multinexus":true, | ||
"splash":true, | ||
"multisplash":true, | ||
"solid_splash":true, | ||
"solid_multisplash":true | ||
}, | ||
"layout": [ | ||
{ "flags": 2, "x": 220, "y": 17 }, | ||
{ "flags": 2, "x": 172, "y": 17 }, | ||
{ "flags": 2, "x": 112, "y": 17 }, | ||
{ "flags": 2, "x": 50, "y": 17 }, | ||
{ "flags": 2, "x": 4, "y": 17 }, | ||
{ "flags": 2, "x": 4, "y": 56 }, | ||
{ "flags": 2, "x": 50, "y": 56 }, | ||
{ "flags": 2, "x": 112, "y": 56 }, | ||
{ "flags": 2, "x": 172, "y": 56 }, | ||
{ "flags": 2, "x": 220, "y": 56 }, | ||
{ "flags": 1, "matrix": [0, 0], "x": 0, "y": 0 }, | ||
{ "flags": 4, "matrix": [0, 1], "x": 20, "y": 0 }, | ||
{ "flags": 4, "matrix": [0, 2], "x": 40, "y": 0 }, | ||
{ "flags": 4, "matrix": [0, 3], "x": 61, "y": 0 }, | ||
{ "flags": 4, "matrix": [0, 4], "x": 81, "y": 0 }, | ||
{ "flags": 4, "matrix": [0, 5], "x": 101, "y": 0 }, | ||
{ "flags": 4, "matrix": [0, 6], "x": 122, "y": 0 }, | ||
{ "flags": 4, "matrix": [0, 7], "x": 142, "y": 0 }, | ||
{ "flags": 4, "matrix": [0, 8], "x": 162, "y": 0 }, | ||
{ "flags": 4, "matrix": [0, 9], "x": 183, "y": 0 }, | ||
{ "flags": 4, "matrix": [0, 10], "x": 203, "y": 0 }, | ||
{ "flags": 1, "matrix": [0, 11], "x": 224, "y": 0 }, | ||
{ "flags": 1, "matrix": [1, 0], "x": 0, "y": 21 }, | ||
{ "flags": 4, "matrix": [1, 1], "x": 20, "y": 21 }, | ||
{ "flags": 4, "matrix": [1, 2], "x": 40, "y": 21 }, | ||
{ "flags": 4, "matrix": [1, 3], "x": 61, "y": 21 }, | ||
{ "flags": 4, "matrix": [1, 4], "x": 81, "y": 21 }, | ||
{ "flags": 4, "matrix": [1, 5], "x": 101, "y": 21 }, | ||
{ "flags": 4, "matrix": [1, 6], "x": 122, "y": 21 }, | ||
{ "flags": 4, "matrix": [1, 7], "x": 142, "y": 21 }, | ||
{ "flags": 4, "matrix": [1, 8], "x": 162, "y": 21 }, | ||
{ "flags": 4, "matrix": [1, 9], "x": 183, "y": 21 }, | ||
{ "flags": 4, "matrix": [1, 10], "x": 203, "y": 21 }, | ||
{ "flags": 1, "matrix": [1, 11], "x": 224, "y": 21 }, | ||
{ "flags": 1, "matrix": [2, 0], "x": 0, "y": 42 }, | ||
{ "flags": 4, "matrix": [2, 1], "x": 20, "y": 42 }, | ||
{ "flags": 4, "matrix": [2, 2], "x": 40, "y": 42 }, | ||
{ "flags": 4, "matrix": [2, 3], "x": 61, "y": 42 }, | ||
{ "flags": 4, "matrix": [2, 4], "x": 81, "y": 42 }, | ||
{ "flags": 4, "matrix": [2, 5], "x": 101, "y": 42 }, | ||
{ "flags": 4, "matrix": [2, 6], "x": 122, "y": 42 }, | ||
{ "flags": 4, "matrix": [2, 7], "x": 142, "y": 42 }, | ||
{ "flags": 4, "matrix": [2, 8], "x": 162, "y": 42 }, | ||
{ "flags": 4, "matrix": [2, 9], "x": 183, "y": 42 }, | ||
{ "flags": 4, "matrix": [2, 10], "x": 203, "y": 42 }, | ||
{ "flags": 1, "matrix": [2, 11], "x": 224, "y": 42 }, | ||
{ "flags": 1, "matrix": [3, 0], "x": 0, "y": 64 }, | ||
{ "flags": 4, "matrix": [3, 1], "x": 20, "y": 64 }, | ||
{ "flags": 4, "matrix": [3, 2], "x": 40, "y": 64 }, | ||
{ "flags": 4, "matrix": [3, 3], "x": 61, "y": 64 }, | ||
{ "flags": 4, "matrix": [3, 4], "x": 81, "y": 64 }, | ||
{ "flags": 4, "matrix": [3, 5], "x": 101, "y": 64 }, | ||
{ "flags": 4, "matrix": [3, 6], "x": 122, "y": 64 }, | ||
{ "flags": 4, "matrix": [3, 7], "x": 142, "y": 64 }, | ||
{ "flags": 4, "matrix": [3, 8], "x": 162, "y": 64 }, | ||
{ "flags": 4, "matrix": [3, 9], "x": 183, "y": 64 }, | ||
{ "flags": 4, "matrix": [3, 10], "x": 203, "y": 64 }, | ||
{ "flags": 1, "matrix": [3, 11], "x": 224, "y": 64 }, | ||
{ "flags": 1, "matrix": [4, 0], "x": 0, "y": 86 }, | ||
{ "flags": 1, "matrix": [4, 1], "x": 20, "y": 86 }, | ||
{ "flags": 1, "matrix": [4, 2], "x": 40, "y": 86 }, | ||
{ "flags": 1, "matrix": [4, 3], "x": 61, "y": 86 }, | ||
{ "flags": 1, "matrix": [4, 4], "x": 81, "y": 86 }, | ||
{ "flags": 4, "matrix": [4, 5], "x": 111, "y": 86 }, | ||
{ "flags": 1, "matrix": [4, 7], "x": 142, "y": 86 }, | ||
{ "flags": 1, "matrix": [4, 8], "x": 162, "y": 86 }, | ||
{ "flags": 1, "matrix": [4, 9], "x": 183, "y": 86 }, | ||
{ "flags": 1, "matrix": [4, 10], "x": 203, "y": 86 }, | ||
{ "flags": 1, "matrix": [4, 11], "x": 224, "y": 86 } | ||
] | ||
}, | ||
"layouts": { | ||
"LAYOUT_ortho_5x12": { | ||
"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": [1, 0], "x": 0, "y": 1 }, | ||
{ "matrix": [1, 1], "x": 1, "y": 1 }, | ||
{ "matrix": [1, 2], "x": 2, "y": 1 }, | ||
{ "matrix": [1, 3], "x": 3, "y": 1 }, | ||
{ "matrix": [1, 4], "x": 4, "y": 1 }, | ||
{ "matrix": [1, 5], "x": 5, "y": 1 }, | ||
{ "matrix": [1, 6], "x": 6, "y": 1 }, | ||
{ "matrix": [1, 7], "x": 7, "y": 1 }, | ||
{ "matrix": [1, 8], "x": 8, "y": 1 }, | ||
{ "matrix": [1, 9], "x": 9, "y": 1 }, | ||
{ "matrix": [1, 10], "x": 10, "y": 1 }, | ||
{ "matrix": [1, 11], "x": 11, "y": 1 }, | ||
{ "matrix": [2, 0], "x": 0, "y": 2 }, | ||
{ "matrix": [2, 1], "x": 1, "y": 2 }, | ||
{ "matrix": [2, 2], "x": 2, "y": 2 }, | ||
{ "matrix": [2, 3], "x": 3, "y": 2 }, | ||
{ "matrix": [2, 4], "x": 4, "y": 2 }, | ||
{ "matrix": [2, 5], "x": 5, "y": 2 }, | ||
{ "matrix": [2, 6], "x": 6, "y": 2 }, | ||
{ "matrix": [2, 7], "x": 7, "y": 2 }, | ||
{ "matrix": [2, 8], "x": 8, "y": 2 }, | ||
{ "matrix": [2, 9], "x": 9, "y": 2 }, | ||
{ "matrix": [2, 10], "x": 10, "y": 2 }, | ||
{ "matrix": [2, 11], "x": 11, "y": 2 }, | ||
{ "matrix": [3, 0], "x": 0, "y": 3 }, | ||
{ "matrix": [3, 1], "x": 1, "y": 3 }, | ||
{ "matrix": [3, 2], "x": 2, "y": 3 }, | ||
{ "matrix": [3, 3], "x": 3, "y": 3 }, | ||
{ "matrix": [3, 4], "x": 4, "y": 3 }, | ||
{ "matrix": [3, 5], "x": 5, "y": 3 }, | ||
{ "matrix": [3, 6], "x": 6, "y": 3 }, | ||
{ "matrix": [3, 7], "x": 7, "y": 3 }, | ||
{ "matrix": [3, 8], "x": 8, "y": 3 }, | ||
{ "matrix": [3, 9], "x": 9, "y": 3 }, | ||
{ "matrix": [3, 10], "x": 10, "y": 3 }, | ||
{ "matrix": [3, 11], "x": 11, "y": 3 }, | ||
{ "matrix": [4, 0], "x": 0, "y": 4 }, | ||
{ "matrix": [4, 1], "x": 1, "y": 4 }, | ||
{ "matrix": [4, 2], "x": 2, "y": 4 }, | ||
{ "matrix": [4, 3], "x": 3, "y": 4 }, | ||
{ "matrix": [4, 4], "x": 4, "y": 4 }, | ||
{ "matrix": [4, 5], "x": 5, "y": 4 }, | ||
{ "matrix": [4, 6], "x": 6, "y": 4 }, | ||
{ "matrix": [4, 7], "x": 7, "y": 4 }, | ||
{ "matrix": [4, 8], "x": 8, "y": 4 }, | ||
{ "matrix": [4, 9], "x": 9, "y": 4 }, | ||
{ "matrix": [4, 10], "x": 10, "y": 4 }, | ||
{ "matrix": [4, 11], "x": 11, "y": 4 } | ||
] | ||
} | ||
} | ||
} |
This file contains 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 @@ | ||
#define COMBO_COUNT 4 |
Oops, something went wrong.