forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into dlip
* upstream/master: (43 commits) OwLab Jelly Evolv Solder Layout Additions (qmk#22029) QVEX Tech Lynepad2 Layout Update (qmk#22030) `qmk format-json`: Add an in-place mode to format json command (qmk#21610) MonsGeek M1: Correct layout data (qmk#22026) Mode M256-WH Community Layout Support (qmk#22019) Mode M256-WS Community Layout Support (qmk#22020) Mechlovin Zed65 910 Layout Standardization (qmk#22018) Maze Studio Jocker 1800 Layout Additions (qmk#22016) Linworks Fave60a Community Layout Support (qmk#22015) Krado Industries Promenade Layout Additions (qmk#22014) Update to 'peterfalken' userspace configurations (qmk#21836) Kopibeng XT87 Layout Additions & Touch-Up (qmk#22002) Kibou Suisei Layout Addition (qmk#22001) Keebio NyquistPad Layout Updates (qmk#22000) Jaykeeb Sebelas: Standardize Layout Names (qmk#21999) Inland MK47 Community Layout Support (qmk#21998) Handwired ScottoKeebs Configurator Updates (qmk#21990) Gray Studio Think65 v3 Layout Additions (qmk#21930) Drewkeys Mercury65 Layout Additions (qmk#21924) Remove oversize binaries (qmk#21976) ...
- Loading branch information
Showing
153 changed files
with
11,782 additions
and
2,056 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
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
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
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
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
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,22 @@ | ||
/* Copyright 2023 ziptyze | ||
* | ||
* 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 | ||
|
||
#define RGB_MATRIX_LED_COUNT 48 | ||
#define RGB_MATRIX_KEYPRESSES // reacts to keypresses | ||
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended | ||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS |
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,164 @@ | ||
{ | ||
"manufacturer": "1upkeyboards", | ||
"keyboard_name": "1upsuper16v3", | ||
"maintainer": "ziptyze", | ||
"bootloader": "rp2040", | ||
"dynamic_keymap": { | ||
"layer_count": 10 | ||
}, | ||
"encoder": { | ||
"rotary": [ | ||
{"pin_a": "GP20", "pin_b": "GP21"}, | ||
{"pin_a": "GP25", "pin_b": "GP26"}, | ||
{"pin_a": "GP2", "pin_b": "GP3"}, | ||
{"pin_a": "GP6", "pin_b": "GP7"} | ||
] | ||
}, | ||
"features": { | ||
"bootmagic": true, | ||
"command": false, | ||
"console": false, | ||
"encoder": true, | ||
"extrakey": true, | ||
"mousekey": true, | ||
"nkro": false, | ||
"rgb_matrix": true | ||
}, | ||
"matrix_pins": { | ||
"direct": [ | ||
["GP23", "GP24", "GP4", "GP5"], | ||
["GP19", "GP27", "GP1", "GP8"], | ||
["GP18", "GP28", "GP0", "GP9"], | ||
["GP17", "GP16", "GP15", "GP11"] | ||
] | ||
}, | ||
"processor": "RP2040", | ||
"rgb_matrix": { | ||
"animations": { | ||
"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_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 | ||
}, | ||
"driver": "ws2812", | ||
"layout": [ | ||
{"x": 99, "y": 1, "flags": 2}, | ||
{"x": 70, "y": 1, "flags": 2}, | ||
{"x": 42, "y": 1, "flags": 2}, | ||
{"x": 14, "y": 1, "flags": 2}, | ||
{"x": 4, "y": 4, "flags": 2}, | ||
{"x": 4, "y": 12, "flags": 2}, | ||
{"matrix": [0, 0], "x": 28, "y": 8, "flags": 4}, | ||
{"matrix": [0, 1], "x": 84, "y": 8, "flags": 4}, | ||
{"x": 4, "y": 20, "flags": 2}, | ||
{"x": 4, "y": 28, "flags": 2}, | ||
{"matrix": [1, 0], "x": 28, "y": 24, "flags": 4}, | ||
{"matrix": [1, 1], "x": 84, "y": 24, "flags": 4}, | ||
{"x": 4, "y": 36, "flags": 2}, | ||
{"x": 4, "y": 44, "flags": 2}, | ||
{"matrix": [2, 0], "x": 28, "y": 40, "flags": 4}, | ||
{"matrix": [2, 1], "x": 84, "y": 40, "flags": 4}, | ||
{"x": 4, "y": 52, "flags": 2}, | ||
{"x": 4, "y": 60, "flags": 2}, | ||
{"x": 14, "y": 63, "flags": 2}, | ||
{"matrix": [3, 0], "x": 28, "y": 56, "flags": 4}, | ||
{"x": 42, "y": 63, "flags": 2}, | ||
{"x": 70, "y": 63, "flags": 2}, | ||
{"matrix": [3, 1], "x": 84, "y": 56, "flags": 4}, | ||
{"x": 99, "y": 63, "flags": 2}, | ||
{"x": 126, "y": 63, "flags": 2}, | ||
{"matrix": [3, 2], "x": 140, "y": 56, "flags": 4}, | ||
{"x": 154, "y": 63, "flags": 2}, | ||
{"x": 182, "y": 63, "flags": 2}, | ||
{"matrix": [3, 3], "x": 196, "y": 56, "flags": 4}, | ||
{"x": 210, "y": 63, "flags": 2}, | ||
{"x": 220, "y": 60, "flags": 2}, | ||
{"x": 220, "y": 52, "flags": 2}, | ||
{"x": 220, "y": 44, "flags": 2}, | ||
{"matrix": [2, 3], "x": 196, "y": 40, "flags": 4}, | ||
{"matrix": [2, 2], "x": 140, "y": 40, "flags": 4}, | ||
{"x": 220, "y": 36, "flags": 2}, | ||
{"x": 220, "y": 28, "flags": 2}, | ||
{"matrix": [1, 3], "x": 196, "y": 24, "flags": 4}, | ||
{"matrix": [1, 2], "x": 140, "y": 24, "flags": 4}, | ||
{"x": 220, "y": 20, "flags": 2}, | ||
{"x": 220, "y": 12, "flags": 2}, | ||
{"matrix": [0, 3], "x": 196, "y": 8, "flags": 4}, | ||
{"matrix": [0, 2], "x": 140, "y": 8, "flags": 4}, | ||
{"x": 220, "y": 4, "flags": 2}, | ||
{"x": 210, "y": 1, "flags": 2}, | ||
{"x": 182, "y": 1, "flags": 2}, | ||
{"x": 154, "y": 1, "flags": 2}, | ||
{"x": 126, "y": 1, "flags": 2} | ||
] | ||
}, | ||
"usb": { | ||
"device_version": "1.0.0", | ||
"pid": "0x5610", | ||
"vid": "0x6F75" | ||
}, | ||
"ws2812": { | ||
"driver": "vendor", | ||
"pin": "GP29" | ||
}, | ||
"community_layouts": ["ortho_4x4"], | ||
"layouts": { | ||
"LAYOUT_ortho_4x4": { | ||
"layout": [ | ||
{"label": "00", "matrix": [0, 0], "x": 0, "y": 0}, | ||
{"label": "01", "matrix": [0, 1], "x": 1, "y": 0}, | ||
{"label": "02", "matrix": [0, 2], "x": 2, "y": 0}, | ||
{"label": "03", "matrix": [0, 3], "x": 3, "y": 0}, | ||
{"label": "10", "matrix": [1, 0], "x": 0, "y": 1}, | ||
{"label": "11", "matrix": [1, 1], "x": 1, "y": 1}, | ||
{"label": "12", "matrix": [1, 2], "x": 2, "y": 1}, | ||
{"label": "13", "matrix": [1, 3], "x": 3, "y": 1}, | ||
{"label": "20", "matrix": [2, 0], "x": 0, "y": 2}, | ||
{"label": "21", "matrix": [2, 1], "x": 1, "y": 2}, | ||
{"label": "22", "matrix": [2, 2], "x": 2, "y": 2}, | ||
{"label": "23", "matrix": [2, 3], "x": 3, "y": 2}, | ||
{"label": "30", "matrix": [3, 0], "x": 0, "y": 3}, | ||
{"label": "31", "matrix": [3, 1], "x": 1, "y": 3}, | ||
{"label": "32", "matrix": [3, 2], "x": 2, "y": 3}, | ||
{"label": "33", "matrix": [3, 3], "x": 3, "y": 3} | ||
] | ||
} | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
keyboards/1upkeyboards/1upsuper16v3/keymaps/default/keymap.c
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,39 @@ | ||
/* Copyright 2023 ziptyze | ||
* | ||
* 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 QMK_KEYBOARD_H | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
[0] = LAYOUT_ortho_4x4( | ||
KC_P7, KC_P8, KC_P9, KC_PMNS, | ||
KC_P4, KC_P5, KC_P6, KC_PPLS, | ||
KC_P1, KC_P2, KC_P3, KC_PSLS, | ||
MO(1), KC_P0, KC_PDOT, KC_PENT | ||
), | ||
[1] = LAYOUT_ortho_4x4( | ||
RGB_TOG, RGB_HUI, RGB_SAI, RGB_VAI, | ||
RGB_MOD, RGB_HUD, RGB_SAD, RGB_VAD, | ||
RGB_SPD, RGB_SPI, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, QK_BOOT | ||
) | ||
}; | ||
|
||
#if defined(ENCODER_MAP_ENABLE) | ||
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = { | ||
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, | ||
[1] = { ENCODER_CCW_CW(KC_TRNS, KC_TRNS), ENCODER_CCW_CW(KC_TRNS, KC_TRNS), ENCODER_CCW_CW(KC_TRNS, KC_TRNS), ENCODER_CCW_CW(KC_TRNS, KC_TRNS) } | ||
}; | ||
#endif |
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 @@ | ||
ENCODER_MAP_ENABLE = yes |
Oops, something went wrong.