-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
43 changed files
with
2,513 additions
and
203 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
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
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,23 @@ | ||
// Copyright 2023 Cole Smith (@boardsource) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
#pragma once | ||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET | ||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U | ||
|
||
#define RGB_MATRIX_LED_COUNT 58 | ||
|
||
#define AUDIO_PIN GP29 | ||
#define AUDIO_PWM_DRIVER PWMD6 | ||
#define AUDIO_PWM_CHANNEL RP2040_PWM_CHANNEL_B | ||
|
||
#define AUDIO_INIT_DELAY | ||
|
||
// 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,9 @@ | ||
// Copyright 2023 Cole Smith (@boardsource) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
#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,180 @@ | ||
{ | ||
"keyboard_name": "Equals 48", | ||
"bootloader": "rp2040", | ||
"processor": "RP2040", | ||
"features": { | ||
"audio":true | ||
}, | ||
"matrix_pins": { | ||
"cols": ["GP0", "GP1", "GP2", "GP3", "GP4", "GP5", "GP6", "GP7", "GP8", "GP9", "GP10", "GP11"], | ||
"rows": ["GP12", "GP13", "GP16", "GP17"] | ||
}, | ||
"ws2812": { | ||
"driver": "vendor", | ||
"pin": "GP21" | ||
}, | ||
"rgb_matrix": { | ||
"driver": "ws2812", | ||
"max_brightness": 150, | ||
"animations": { | ||
"alphas_mods": true, | ||
"band_pinwheel_sat": true, | ||
"band_pinwheel_val": true, | ||
"band_sat": true, | ||
"band_spiral_sat": true, | ||
"band_spiral_val": true, | ||
"band_val": true, | ||
"breathing": true, | ||
"cycle_all": true, | ||
"cycle_left_right": true, | ||
"cycle_out_in": true, | ||
"cycle_out_in_dual": true, | ||
"cycle_pinwheel": true, | ||
"cycle_spiral": true, | ||
"cycle_up_down": true, | ||
"digital_rain": true, | ||
"dual_beacon": true, | ||
"gradient_left_right": true, | ||
"gradient_up_down": true, | ||
"hue_breathing": true, | ||
"hue_pendulum": true, | ||
"hue_wave": true, | ||
"jellybean_raindrops": true, | ||
"multisplash": true, | ||
"pixel_flow": true, | ||
"pixel_fractal": true, | ||
"pixel_rain": true, | ||
"rainbow_beacon": true, | ||
"rainbow_moving_chevron": true, | ||
"rainbow_pinwheels": true, | ||
"raindrops": true, | ||
"solid_multisplash": true, | ||
"solid_reactive": true, | ||
"solid_reactive_cross": true, | ||
"solid_reactive_multicross": true, | ||
"solid_reactive_multinexus": true, | ||
"solid_reactive_multiwide": true, | ||
"solid_reactive_nexus": true, | ||
"solid_reactive_simple": true, | ||
"solid_reactive_wide": true, | ||
"solid_splash": true, | ||
"splash": true, | ||
"typing_heatmap": 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": 1, "matrix": [3, 1], "x": 20, "y": 64 }, | ||
{ "flags": 1, "matrix": [3, 2], "x": 40, "y": 64 }, | ||
{ "flags": 1, "matrix": [3, 3], "x": 61, "y": 64 }, | ||
{ "flags": 1, "matrix": [3, 4], "x": 81, "y": 64 }, | ||
{ "flags": 4, "matrix": [3, 5], "x": 101, "y": 64 }, | ||
{ "flags": 1, "matrix": [3, 6], "x": 122, "y": 64 }, | ||
{ "flags": 1, "matrix": [3, 7], "x": 142, "y": 64 }, | ||
{ "flags": 1, "matrix": [3, 8], "x": 162, "y": 64 }, | ||
{ "flags": 1, "matrix": [3, 9], "x": 183, "y": 64 }, | ||
{ "flags": 1, "matrix": [3, 10], "x": 203, "y": 64 }, | ||
{ "flags": 1, "matrix": [3, 11], "x": 224, "y": 64 } | ||
] | ||
}, | ||
"community_layouts": ["ortho_4x12"], | ||
"layouts": { | ||
"LAYOUT_ortho_4x12": { | ||
"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 } | ||
] | ||
} | ||
} | ||
} |
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,33 @@ | ||
// Copyright 2022 @boardsource | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
#include QMK_KEYBOARD_H | ||
|
||
enum layers { | ||
_MAIN, | ||
_RAISE, | ||
_LOWER | ||
}; | ||
|
||
#define LOWER MO(_LOWER) | ||
#define RAISE MO(_RAISE) | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
[_MAIN] = LAYOUT_ortho_4x12( | ||
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, | ||
KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, | ||
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT, | ||
KC_PIPE, KC_LCTL, KC_LALT, KC_LGUI, LOWER, KC_SPC, KC_SPC, RAISE, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT | ||
), | ||
[_RAISE] = LAYOUT_ortho_4x12( | ||
KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC, | ||
KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, | ||
_______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, S(KC_NUHS), S(KC_NUBS), KC_HOME, KC_END, _______, | ||
QK_BOOT, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY | ||
), | ||
[_LOWER] = LAYOUT_ortho_4x12( | ||
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC, | ||
KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, | ||
_______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NUHS, KC_NUBS, KC_PGUP, KC_PGDN, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY | ||
) | ||
}; |
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,34 @@ | ||
// Copyright 2022 @boardsource | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
#include QMK_KEYBOARD_H | ||
|
||
enum layers { | ||
_MAIN, | ||
_RAISE, | ||
_LOWER | ||
}; | ||
|
||
#define LOWER MO(_LOWER) | ||
#define RAISE MO(_RAISE) | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
[_MAIN] = LAYOUT_ortho_4x12( | ||
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, | ||
KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, | ||
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT, | ||
KC_PIPE, KC_LCTL, KC_LALT, KC_LGUI, LOWER, KC_SPC, KC_SPC, RAISE, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT | ||
), | ||
[_RAISE] = LAYOUT_ortho_4x12( | ||
KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC, | ||
KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, | ||
_______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, S(KC_NUHS), S(KC_NUBS), KC_HOME, KC_END, _______, | ||
QK_BOOT, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY | ||
), | ||
[_LOWER] = LAYOUT_ortho_4x12( | ||
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC, | ||
KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, | ||
_______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NUHS, KC_NUBS, KC_PGUP, KC_PGDN, _______, | ||
|
||
_______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY), | ||
|
||
}; |
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 @@ | ||
VIA_ENABLE = yes |
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,11 @@ | ||
// Copyright 2023 Cole Smith (@boardsource) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
#pragma once | ||
|
||
#include_next <mcuconf.h> | ||
|
||
#undef RP_PWM_USE_PWM6 | ||
#define RP_PWM_USE_PWM6 TRUE | ||
|
||
#undef RP_SPI_USE_SPI1 | ||
#define RP_SPI_USE_SPI1 TRUE |
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,3 @@ | ||
AUDIO_DRIVER = pwm_hardware | ||
QUANTUM_PAINTER_ENABLE = yes | ||
QUANTUM_PAINTER_DRIVERS += st7735_spi |
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,23 @@ | ||
// Copyright 2023 Cole Smith (@boardsource) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
#pragma once | ||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET | ||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U | ||
|
||
#define RGB_MATRIX_LED_COUNT 70 | ||
|
||
#define AUDIO_PIN GP29 | ||
#define AUDIO_PWM_DRIVER PWMD6 | ||
#define AUDIO_PWM_CHANNEL RP2040_PWM_CHANNEL_B | ||
|
||
#define AUDIO_INIT_DELAY | ||
|
||
// 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,9 @@ | ||
// Copyright 2023 Cole Smith (@boardsource) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
#pragma once | ||
|
||
#define HAL_USE_I2C TRUE | ||
#define HAL_USE_PWM TRUE | ||
#define HAL_USE_SPI TRUE | ||
|
||
#include_next <halconf.h> |
Oops, something went wrong.