forked from mirror/qmk_firmware
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
082b69db91 | ||
|
|
92ead44cf6 | ||
|
|
61ecee1585 | ||
|
|
85fa06c3db | ||
|
|
eae39d37c6 | ||
|
|
7aed244aae | ||
|
|
880c0c8ee0 | ||
|
|
f31004ebec |
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
- name: Get changed files
|
||||
id: file_changes
|
||||
uses: tj-actions/changed-files@v46
|
||||
uses: tj-actions/changed-files@v47
|
||||
with:
|
||||
use_rest_api: true
|
||||
|
||||
|
||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- name: Get changed files
|
||||
id: file_changes
|
||||
uses: tj-actions/changed-files@v46
|
||||
uses: tj-actions/changed-files@v47
|
||||
with:
|
||||
use_rest_api: true
|
||||
|
||||
|
||||
@@ -203,8 +203,8 @@ See also: [Basic Keycodes](keycodes_basic)
|
||||
|`KC_WWW_STOP` |`KC_WSTP` |Browser Stop |✔ | |✔ |
|
||||
|`KC_WWW_REFRESH` |`KC_WREF` |Browser Refresh |✔ | |✔ |
|
||||
|`KC_WWW_FAVORITES` |`KC_WFAV` |Browser Favorites |✔ | |✔ |
|
||||
|`KC_MEDIA_FAST_FORWARD` |`KC_MFFD` |Next Track |✔ |✔<sup>5</sup>|✔ |
|
||||
|`KC_MEDIA_REWIND` |`KC_MRWD` |Previous Track |✔<sup>6</sup>|✔<sup>5</sup>|✔ |
|
||||
|`KC_MEDIA_FAST_FORWARD` |`KC_MFFD` |Fast Forward |✔ |✔<sup>5</sup>|✔ |
|
||||
|`KC_MEDIA_REWIND` |`KC_MRWD` |Rewind |✔<sup>6</sup>|✔<sup>5</sup>|✔ |
|
||||
|`KC_BRIGHTNESS_UP` |`KC_BRIU` |Brightness Up |✔ |✔ |✔ |
|
||||
|`KC_BRIGHTNESS_DOWN` |`KC_BRID` |Brightness Down |✔ |✔ |✔ |
|
||||
|`KC_CONTROL_PANEL` |`KC_CPNL` |Open Control Panel |✔ | | |
|
||||
|
||||
@@ -219,8 +219,8 @@ Some of these keycodes may behave differently depending on the OS. For example,
|
||||
|`KC_WWW_STOP` |`KC_WSTP`|Browser Stop |
|
||||
|`KC_WWW_REFRESH` |`KC_WREF`|Browser Refresh |
|
||||
|`KC_WWW_FAVORITES` |`KC_WFAV`|Browser Favorites |
|
||||
|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD`|Next Track |
|
||||
|`KC_MEDIA_REWIND` |`KC_MRWD`|Previous Track |
|
||||
|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD`|Fast Forward |
|
||||
|`KC_MEDIA_REWIND` |`KC_MRWD`|Rewind |
|
||||
|`KC_BRIGHTNESS_UP` |`KC_BRIU`|Brightness Up |
|
||||
|`KC_BRIGHTNESS_DOWN` |`KC_BRID`|Brightness Down |
|
||||
|`KC_CONTROL_PANEL` |`KC_CPNL`|Open Control Panel |
|
||||
|
||||
39
keyboards/enmeseoz/enmepad3x4/keyboard.json
Normal file
39
keyboards/enmeseoz/enmepad3x4/keyboard.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"manufacturer": "ENMESEOZ",
|
||||
"keyboard_name": "ENMEPAD",
|
||||
"maintainer": "ENMESEOZ",
|
||||
"bootloader": "rp2040",
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"nkro": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["GP26", "GP27", "GP28", "GP29"],
|
||||
"rows": ["GP3", "GP4", "GP5"]
|
||||
},
|
||||
"processor": "RP2040",
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
"pid": "0x0000",
|
||||
"vid": "0xFEED"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_3x4": {
|
||||
"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": [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": [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}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
31
keyboards/enmeseoz/enmepad3x4/keymaps/default/keymap.c
Normal file
31
keyboards/enmeseoz/enmepad3x4/keymaps/default/keymap.c
Normal file
@@ -0,0 +1,31 @@
|
||||
/* Copyright 2025 ENMESEOZ
|
||||
*
|
||||
* 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] = {
|
||||
|
||||
LAYOUT_3x4(
|
||||
KC_0, KC_1, KC_4, KC_7,
|
||||
KC_ENT, KC_2, KC_5, KC_8,
|
||||
MO(1), KC_3, KC_6, KC_9
|
||||
),
|
||||
LAYOUT_3x4(
|
||||
QK_BOOT, KC_TRNS, KC_TRNS, KC_TRNS,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
|
||||
)
|
||||
};
|
||||
25
keyboards/enmeseoz/enmepad3x4/readme.md
Normal file
25
keyboards/enmeseoz/enmepad3x4/readme.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# ENMEPAD 3x4
|
||||
|
||||
ENMEPAD3x4 a compact macropad controlled with rp2040.
|
||||
|
||||
* Keyboard Maintainer: [bkchqaeh](https://github.com/bkchqaeh)
|
||||
* Hardware Supported: *rp2040*
|
||||
* Hardware Availability: *Not available*
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make enmeseoz/enmepad3x4:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make enmeseoz/enmepad3x4:default:flash
|
||||
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
||||
|
||||
## Bootloader
|
||||
|
||||
Enter the bootloader in 3 ways:
|
||||
|
||||
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
|
||||
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
|
||||
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
|
||||
@@ -13,10 +13,22 @@
|
||||
"rows": ["GP6", "GP29", "GP28"]
|
||||
},
|
||||
"usb": {
|
||||
"device_version": "0.0.1",
|
||||
"device_version": "0.0.2",
|
||||
"pid": "0x5050",
|
||||
"vid": "0x7A79"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"mousekey": true,
|
||||
"extrakey": true,
|
||||
"nkro": true,
|
||||
"encoder": true
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{ "pin_a": "GP2", "pin_b": "GP3" }
|
||||
]
|
||||
},
|
||||
"community_layouts": ["ortho_3x3"],
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_3x3": {
|
||||
|
||||
14
keyboards/idyllic/pizzapad/pizzapad.c
Normal file
14
keyboards/idyllic/pizzapad/pizzapad.c
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright 2025 Zykrah
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define ENCODER_PIN_C GP27
|
||||
|
||||
void keyboard_pre_init_kb(void) {
|
||||
// Set encoder pin C low
|
||||
gpio_set_pin_output_push_pull(ENCODER_PIN_C);
|
||||
gpio_write_pin_low(ENCODER_PIN_C);
|
||||
|
||||
keyboard_pre_init_user();
|
||||
}
|
||||
8
keyboards/keebio/foldkb/info.json
Normal file
8
keyboards/keebio/foldkb/info.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"manufacturer": "Keebio",
|
||||
"url": "https://keeb.io",
|
||||
"maintainer": "Keebio",
|
||||
"usb": {
|
||||
"vid": "0xCB10"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"keyboard_name": "FoldKB Rev. 1",
|
||||
"manufacturer": "Keebio",
|
||||
"url": "https://keeb.io",
|
||||
"maintainer": "nooges",
|
||||
"usb": {
|
||||
"vid": "0xCB10",
|
||||
"pid": "0x1358",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
|
||||
@@ -1,18 +1,5 @@
|
||||
/* Copyright 2021 Danny Nguyen <danny@keeb.io>
|
||||
|
||||
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/>.
|
||||
*/
|
||||
// Copyright 2025 Keebio (@keebio)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
@@ -25,10 +12,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
KC_PGDN, KC_LCTL, KC_LGUI, KC_LALT, MO(1), KC_SPC, KC_SPC, KC_SPC, KC_SPC, KC_RALT, KC_RGUI, KC_MENU, KC_RCTL
|
||||
),
|
||||
[1] = LAYOUT(
|
||||
KC_MUTE, QK_BOOT, _______, UG_HUED, UG_HUEU, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL,
|
||||
KC_MUTE, QK_BOOT, KC_F12, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, _______, KC_DEL,
|
||||
BL_STEP, _______, UG_SATD, UG_SATU, _______, _______, _______, _______, KC_7, KC_8, KC_9, _______, _______, _______, _______,
|
||||
UG_NEXT, _______, UG_VALD, UG_VALU, _______, _______, _______, _______, KC_4, KC_5, KC_6, _______, _______, _______,
|
||||
KC_VOLU, _______, _______, _______, _______, _______, _______, _______, KC_1, KC_2, KC_3, _______, _______, _______,
|
||||
KC_VOLU, _______, UG_HUED, UG_HUEU, _______, _______, _______, _______, KC_1, KC_2, KC_3, _______, _______, _______,
|
||||
KC_VOLD, _______, _______, _______, _______, _______, _______, _______, KC_0, _______, _______, _______, _______
|
||||
),
|
||||
};
|
||||
23
keyboards/keebio/foldkb/rev2/config.h
Normal file
23
keyboards/keebio/foldkb/rev2/config.h
Normal file
@@ -0,0 +1,23 @@
|
||||
// Copyright 2025 Keebio (@keebio)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
/* Defines for the split keyboard setup */
|
||||
#define SERIAL_USART_DRIVER SD1 // USART 1
|
||||
#define SERIAL_USART_TX_PIN A9
|
||||
#define SERIAL_USART_RX_PIN A10
|
||||
#define SERIAL_USART_TX_PAL_MODE 7
|
||||
#define SERIAL_USART_RX_PAL_MODE 7
|
||||
#define SERIAL_USART_FULL_DUPLEX
|
||||
#define SERIAL_USART_PIN_SWAP
|
||||
|
||||
#define USB_VBUS_PIN A7
|
||||
|
||||
/* Defines for the RGB matrix */
|
||||
#define WS2812_PWM_DRIVER PWMD3
|
||||
#define WS2812_PWM_CHANNEL 3
|
||||
#define WS2812_PWM_PAL_MODE 2
|
||||
#define WS2812_DMA_STREAM STM32_DMA1_STREAM2
|
||||
#define WS2812_DMA_CHANNEL 2
|
||||
#define WS2812_DMAMUX_ID STM32_DMAMUX1_TIM3_UP
|
||||
10
keyboards/keebio/foldkb/rev2/halconf.h
Normal file
10
keyboards/keebio/foldkb/rev2/halconf.h
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright 2025 Keebio (@keebio)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#define HAL_USE_SERIAL TRUE
|
||||
|
||||
#define HAL_USE_PWM TRUE
|
||||
|
||||
#include_next <halconf.h>
|
||||
263
keyboards/keebio/foldkb/rev2/keyboard.json
Normal file
263
keyboards/keebio/foldkb/rev2/keyboard.json
Normal file
@@ -0,0 +1,263 @@
|
||||
{
|
||||
"keyboard_name": "FoldKB Rev. 2",
|
||||
"bootloader": "stm32-dfu",
|
||||
"diode_direction": "COL2ROW",
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "A4", "pin_b": "A3"}
|
||||
]
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"encoder": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A6", "A15", "B3", "B4", "B5", "B6", "B7", "F0"],
|
||||
"rows": ["A5", "A0", "A1", "A2", "F1"]
|
||||
},
|
||||
"processor": "STM32G431",
|
||||
"rgb_matrix": {
|
||||
"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,
|
||||
"flower_blooming": 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,
|
||||
"riverflow": 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,
|
||||
"starlight": true,
|
||||
"starlight_dual_hue": true,
|
||||
"starlight_dual_sat": true,
|
||||
"starlight_smooth": true,
|
||||
"typing_heatmap": true
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"layout": [
|
||||
{"matrix": [0, 1], "x": 17, "y": 0, "flags": 4},
|
||||
{"matrix": [0, 2], "x": 31, "y": 0, "flags": 4},
|
||||
{"matrix": [0, 3], "x": 45, "y": 0, "flags": 4},
|
||||
{"matrix": [0, 4], "x": 59, "y": 0, "flags": 4},
|
||||
{"matrix": [0, 5], "x": 72, "y": 0, "flags": 4},
|
||||
{"matrix": [0, 6], "x": 86, "y": 0, "flags": 4},
|
||||
{"matrix": [0, 7], "x": 100, "y": 0, "flags": 4},
|
||||
{"matrix": [1, 7], "x": 100, "y": 16, "flags": 4},
|
||||
{"matrix": [1, 6], "x": 86, "y": 16, "flags": 4},
|
||||
{"matrix": [1, 5], "x": 72, "y": 16, "flags": 4},
|
||||
{"matrix": [1, 4], "x": 59, "y": 16, "flags": 4},
|
||||
{"matrix": [1, 3], "x": 45, "y": 16, "flags": 4},
|
||||
{"matrix": [1, 2], "x": 28, "y": 16, "flags": 4},
|
||||
{"matrix": [2, 2], "x": 26, "y": 32, "flags": 4},
|
||||
{"matrix": [2, 3], "x": 45, "y": 32, "flags": 4},
|
||||
{"matrix": [2, 4], "x": 59, "y": 32, "flags": 4},
|
||||
{"matrix": [2, 5], "x": 72, "y": 32, "flags": 4},
|
||||
{"matrix": [2, 6], "x": 86, "y": 32, "flags": 4},
|
||||
{"matrix": [2, 7], "x": 100, "y": 32, "flags": 4},
|
||||
{"matrix": [3, 7], "x": 100, "y": 48, "flags": 4},
|
||||
{"matrix": [3, 6], "x": 86, "y": 48, "flags": 4},
|
||||
{"matrix": [3, 5], "x": 72, "y": 48, "flags": 4},
|
||||
{"matrix": [3, 4], "x": 59, "y": 48, "flags": 4},
|
||||
{"matrix": [3, 3], "x": 45, "y": 48, "flags": 4},
|
||||
{"matrix": [3, 2], "x": 22, "y": 48, "flags": 4},
|
||||
{"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
|
||||
{"matrix": [1, 0], "x": 0, "y": 16, "flags": 4},
|
||||
{"matrix": [2, 0], "x": 0, "y": 32, "flags": 4},
|
||||
{"matrix": [3, 0], "x": 0, "y": 48, "flags": 4},
|
||||
{"matrix": [4, 0], "x": 0, "y": 64, "flags": 4},
|
||||
{"matrix": [4, 2], "x": 22, "y": 64, "flags": 4},
|
||||
{"matrix": [4, 3], "x": 40, "y": 64, "flags": 4},
|
||||
{"matrix": [4, 4], "x": 57, "y": 64, "flags": 4},
|
||||
{"matrix": [4, 5], "x": 72, "y": 64, "flags": 4},
|
||||
{"matrix": [4, 6], "x": 86, "y": 64, "flags": 4},
|
||||
{"matrix": [4, 7], "x": 100, "y": 64, "flags": 4},
|
||||
{"matrix": [5, 7], "x": 221, "y": 0, "flags": 4},
|
||||
{"matrix": [5, 6], "x": 207, "y": 0, "flags": 4},
|
||||
{"matrix": [5, 5], "x": 193, "y": 0, "flags": 4},
|
||||
{"matrix": [5, 4], "x": 179, "y": 0, "flags": 4},
|
||||
{"matrix": [5, 3], "x": 165, "y": 0, "flags": 4},
|
||||
{"matrix": [5, 2], "x": 152, "y": 0, "flags": 4},
|
||||
{"matrix": [5, 1], "x": 138, "y": 0, "flags": 4},
|
||||
{"matrix": [5, 0], "x": 124, "y": 0, "flags": 4},
|
||||
{"matrix": [6, 0], "x": 124, "y": 16, "flags": 4},
|
||||
{"matrix": [6, 1], "x": 138, "y": 16, "flags": 4},
|
||||
{"matrix": [6, 2], "x": 152, "y": 16, "flags": 4},
|
||||
{"matrix": [6, 3], "x": 165, "y": 16, "flags": 4},
|
||||
{"matrix": [6, 4], "x": 179, "y": 16, "flags": 4},
|
||||
{"matrix": [6, 5], "x": 193, "y": 16, "flags": 4},
|
||||
{"matrix": [6, 6], "x": 207, "y": 16, "flags": 4},
|
||||
{"matrix": [6, 7], "x": 224, "y": 16, "flags": 4},
|
||||
{"matrix": [7, 7], "x": 215, "y": 32, "flags": 4},
|
||||
{"matrix": [7, 5], "x": 193, "y": 32, "flags": 4},
|
||||
{"matrix": [7, 4], "x": 179, "y": 32, "flags": 4},
|
||||
{"matrix": [7, 3], "x": 165, "y": 32, "flags": 4},
|
||||
{"matrix": [7, 2], "x": 152, "y": 32, "flags": 4},
|
||||
{"matrix": [7, 1], "x": 138, "y": 32, "flags": 4},
|
||||
{"matrix": [7, 0], "x": 124, "y": 32, "flags": 4},
|
||||
{"matrix": [8, 0], "x": 124, "y": 48, "flags": 4},
|
||||
{"matrix": [8, 1], "x": 138, "y": 48, "flags": 4},
|
||||
{"matrix": [8, 2], "x": 152, "y": 48, "flags": 4},
|
||||
{"matrix": [8, 3], "x": 165, "y": 48, "flags": 4},
|
||||
{"matrix": [8, 4], "x": 179, "y": 48, "flags": 4},
|
||||
{"matrix": [8, 5], "x": 198, "y": 48, "flags": 4},
|
||||
{"matrix": [8, 7], "x": 217, "y": 48, "flags": 4},
|
||||
{"matrix": [9, 7], "x": 215, "y": 64, "flags": 4},
|
||||
{"matrix": [9, 5], "x": 198, "y": 64, "flags": 4},
|
||||
{"matrix": [9, 4], "x": 181, "y": 64, "flags": 4},
|
||||
{"matrix": [9, 3], "x": 164, "y": 64, "flags": 4},
|
||||
{"matrix": [9, 1], "x": 145, "y": 64, "flags": 4},
|
||||
{"matrix": [9, 0], "x": 136, "y": 64, "flags": 4},
|
||||
{"matrix": [9, 0], "x": 126, "y": 64, "flags": 4}
|
||||
],
|
||||
"max_brightness": 120,
|
||||
"sleep": true,
|
||||
"split_count": [36, 37]
|
||||
},
|
||||
"split": {
|
||||
"bootmagic": {
|
||||
"matrix": [5, 8]
|
||||
},
|
||||
"enabled": true,
|
||||
"handedness": {
|
||||
"pin": "A8"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
"cols": ["A6", "A5", "A4", "A3", "A2", "B5", "B6", "B7"],
|
||||
"rows": ["A15", "B3", "B4", "A0", "A1"]
|
||||
}
|
||||
},
|
||||
"serial": {
|
||||
"driver": "usart"
|
||||
},
|
||||
"transport": {
|
||||
"sync": {
|
||||
"matrix_state": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"usb": {
|
||||
"device_version": "2.0.0",
|
||||
"pid": "0x2358"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm",
|
||||
"pin": "B0"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"matrix": [0, 0], "x": 0, "y": 0},
|
||||
{"matrix": [0, 1], "x": 1.25, "y": 0},
|
||||
{"matrix": [0, 2], "x": 2.25, "y": 0},
|
||||
{"matrix": [0, 3], "x": 3.25, "y": 0},
|
||||
{"matrix": [0, 4], "x": 4.25, "y": 0},
|
||||
{"matrix": [0, 5], "x": 5.25, "y": 0},
|
||||
{"matrix": [0, 6], "x": 6.25, "y": 0},
|
||||
{"matrix": [0, 7], "x": 7.25, "y": 0},
|
||||
{"matrix": [5, 0], "x": 9, "y": 0},
|
||||
{"matrix": [5, 1], "x": 10, "y": 0},
|
||||
{"matrix": [5, 2], "x": 11, "y": 0},
|
||||
{"matrix": [5, 3], "x": 12, "y": 0},
|
||||
{"matrix": [5, 4], "x": 13, "y": 0},
|
||||
{"matrix": [5, 5], "x": 14, "y": 0},
|
||||
{"matrix": [5, 6], "x": 15, "y": 0},
|
||||
{"matrix": [5, 7], "x": 16, "y": 0},
|
||||
{"matrix": [1, 0], "x": 0, "y": 1},
|
||||
{"matrix": [1, 2], "x": 1.75, "y": 1, "w": 1.5},
|
||||
{"matrix": [1, 3], "x": 3.25, "y": 1},
|
||||
{"matrix": [1, 4], "x": 4.25, "y": 1},
|
||||
{"matrix": [1, 5], "x": 5.25, "y": 1},
|
||||
{"matrix": [1, 6], "x": 6.25, "y": 1},
|
||||
{"matrix": [1, 7], "x": 7.25, "y": 1},
|
||||
{"matrix": [6, 0], "x": 9, "y": 1},
|
||||
{"matrix": [6, 1], "x": 10, "y": 1},
|
||||
{"matrix": [6, 2], "x": 11, "y": 1},
|
||||
{"matrix": [6, 3], "x": 12, "y": 1},
|
||||
{"matrix": [6, 4], "x": 13, "y": 1},
|
||||
{"matrix": [6, 5], "x": 14, "y": 1},
|
||||
{"matrix": [6, 6], "x": 15, "y": 1},
|
||||
{"matrix": [6, 7], "x": 16, "y": 1, "w": 1.5},
|
||||
{"matrix": [2, 0], "x": 0, "y": 2},
|
||||
{"matrix": [2, 2], "x": 1.5, "y": 2, "w": 1.75},
|
||||
{"matrix": [2, 3], "x": 3.25, "y": 2},
|
||||
{"matrix": [2, 4], "x": 4.25, "y": 2},
|
||||
{"matrix": [2, 5], "x": 5.25, "y": 2},
|
||||
{"matrix": [2, 6], "x": 6.25, "y": 2},
|
||||
{"matrix": [2, 7], "x": 7.25, "y": 2},
|
||||
{"matrix": [7, 0], "x": 9, "y": 2},
|
||||
{"matrix": [7, 1], "x": 10, "y": 2},
|
||||
{"matrix": [7, 2], "x": 11, "y": 2},
|
||||
{"matrix": [7, 3], "x": 12, "y": 2},
|
||||
{"matrix": [7, 4], "x": 13, "y": 2},
|
||||
{"matrix": [7, 5], "x": 14, "y": 2},
|
||||
{"matrix": [7, 7], "x": 15, "y": 2, "w": 2.25},
|
||||
{"matrix": [3, 0], "x": 0, "y": 3},
|
||||
{"matrix": [3, 2], "x": 1, "y": 3, "w": 2.25},
|
||||
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
||||
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
||||
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
||||
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
||||
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
||||
{"matrix": [8, 0], "x": 9, "y": 3},
|
||||
{"matrix": [8, 1], "x": 10, "y": 3},
|
||||
{"matrix": [8, 2], "x": 11, "y": 3},
|
||||
{"matrix": [8, 3], "x": 12, "y": 3},
|
||||
{"matrix": [8, 4], "x": 13, "y": 3},
|
||||
{"matrix": [8, 5], "x": 14, "y": 3, "w": 1.75},
|
||||
{"matrix": [8, 7], "x": 15.75, "y": 3},
|
||||
{"matrix": [4, 0], "x": 0, "y": 4},
|
||||
{"matrix": [4, 2], "x": 1.5, "y": 4, "w": 1.25},
|
||||
{"matrix": [4, 3], "x": 2.75, "y": 4, "w": 1.25},
|
||||
{"matrix": [4, 4], "x": 4, "y": 4, "w": 1.25},
|
||||
{"matrix": [4, 5], "x": 5.25, "y": 4},
|
||||
{"matrix": [4, 6], "x": 6.25, "y": 4},
|
||||
{"matrix": [4, 7], "x": 7.25, "y": 4},
|
||||
{"matrix": [9, 0], "x": 9, "y": 4, "w": 1.25},
|
||||
{"matrix": [9, 1], "x": 10.25, "y": 4, "w": 1.5},
|
||||
{"matrix": [9, 3], "x": 11.75, "y": 4, "w": 1.25},
|
||||
{"matrix": [9, 4], "x": 13, "y": 4, "w": 1.25},
|
||||
{"matrix": [9, 5], "x": 14.25, "y": 4, "w": 1.25},
|
||||
{"matrix": [9, 7], "x": 15.5, "y": 4, "w": 1.25}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
21
keyboards/keebio/foldkb/rev2/keymaps/default/keymap.c
Normal file
21
keyboards/keebio/foldkb/rev2/keymaps/default/keymap.c
Normal file
@@ -0,0 +1,21 @@
|
||||
// Copyright 2025 Keebio (@keebio)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
KC_MUTE, KC_ESC, KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC,
|
||||
KC_HOME, KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS,
|
||||
KC_END, KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
|
||||
KC_PGUP, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1),
|
||||
KC_PGDN, KC_LCTL, KC_LGUI, KC_LALT, MO(1), KC_SPC, KC_SPC, KC_SPC, KC_SPC, KC_RALT, KC_RGUI, KC_MENU, KC_RCTL
|
||||
),
|
||||
[1] = LAYOUT(
|
||||
KC_MUTE, QK_BOOT, KC_F12, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, _______, KC_DEL,
|
||||
RM_TOGG, _______, RM_SATD, RM_SATU, _______, _______, _______, _______, KC_7, KC_8, KC_9, _______, _______, _______, _______,
|
||||
RM_NEXT, _______, RM_VALD, RM_VALU, _______, _______, _______, _______, KC_4, KC_5, KC_6, _______, _______, _______,
|
||||
KC_VOLU, _______, RM_HUED, RM_HUEU, _______, _______, _______, _______, KC_1, KC_2, KC_3, _______, _______, _______,
|
||||
KC_VOLD, _______, RM_SPDD, RM_SPDU, _______, _______, _______, _______, KC_0, _______, _______, _______, _______
|
||||
),
|
||||
};
|
||||
14
keyboards/keebio/foldkb/rev2/mcuconf.h
Normal file
14
keyboards/keebio/foldkb/rev2/mcuconf.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright 2025 Keebio (@keebio)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
/* enable USART1, used for split comms */
|
||||
#undef STM32_SERIAL_USE_USART1
|
||||
#define STM32_SERIAL_USE_USART1 TRUE
|
||||
|
||||
/* enable TIM3, used for RGB LED PWM driver */
|
||||
#undef STM32_PWM_USE_TIM3
|
||||
#define STM32_PWM_USE_TIM3 TRUE
|
||||
29
keyboards/keebio/foldkb/rev2/rev2.c
Normal file
29
keyboards/keebio/foldkb/rev2/rev2.c
Normal file
@@ -0,0 +1,29 @@
|
||||
// Copyright 2025 Keebio (@keebio)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
void keyboard_pre_init_kb(void) {
|
||||
// Disable the PD peripheral in pre-init because its pins are being used in the matrix:
|
||||
PWR->CR3 |= PWR_CR3_UCPD_DBDIS;
|
||||
// Call the corresponding _user() function (see https://docs.qmk.fm/#/custom_quantum_functions)
|
||||
keyboard_pre_init_user();
|
||||
}
|
||||
|
||||
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
||||
if (!encoder_update_user(index, clockwise)) { return false; }
|
||||
if (index == 0) {
|
||||
if (clockwise) {
|
||||
tap_code(KC_VOLU);
|
||||
} else {
|
||||
tap_code(KC_VOLD);
|
||||
}
|
||||
} else if (index == 1) {
|
||||
if (clockwise) {
|
||||
tap_code(KC_PGDN);
|
||||
} else {
|
||||
tap_code(KC_PGUP);
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
21
keyboards/keebio/quefrency_lm/info.json
Normal file
21
keyboards/keebio/quefrency_lm/info.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"manufacturer": "Keebio",
|
||||
"url": "https://keeb.io",
|
||||
"maintainer": "nooges",
|
||||
"usb": {
|
||||
"vid": "0xCB10"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"console": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false
|
||||
},
|
||||
"split": {
|
||||
"enabled": true
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
}
|
||||
}
|
||||
21
keyboards/keebio/quefrency_lm/keymaps/default/keymap.c
Normal file
21
keyboards/keebio/quefrency_lm/keymaps/default/keymap.c
Normal file
@@ -0,0 +1,21 @@
|
||||
// Copyright 2025 Keebio (@keebio)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT_65xt(
|
||||
KC_F1, KC_F2, QK_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_DEL,
|
||||
KC_F3, KC_F4, KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_HOME,
|
||||
KC_F5, KC_F6, KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_PGUP,
|
||||
KC_F7, KC_F8, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_PGDN,
|
||||
KC_F9, KC_F10, KC_LCTL, KC_LALT, KC_LGUI, MO(1), KC_SPC, KC_SPC, KC_RALT, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
|
||||
),
|
||||
[1] = LAYOUT_65xt(
|
||||
RM_HUEU, RM_HUED, KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______,
|
||||
RM_SATU, RM_SATD, RM_TOGG, RM_NEXT, KC_UP, _______, QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_END,
|
||||
RM_VALU, RM_VALD, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
RM_SPDU, RM_SPDD, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
|
||||
)
|
||||
};
|
||||
27
keyboards/keebio/quefrency_lm/readme.md
Normal file
27
keyboards/keebio/quefrency_lm/readme.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Quefrency LM
|
||||
|
||||
A split 65XT staggered low-profile keyboard made and sold by Keebio. [More info at Keebio](https://keeb.io).
|
||||
|
||||
* Keyboard Maintainer: [Bakingpy/nooges](https://github.com/nooges)
|
||||
* Hardware Availability: [Keebio](https://keeb.io/)
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make keebio/quefrency_lm/rev1:default
|
||||
|
||||
Example of flashing this keyboard:
|
||||
|
||||
make keebio/quefrency_lm/rev1:default:flash
|
||||
|
||||
Handedness detection is already hardwired onto the PCB, so no need to deal with `EE_HANDS` or flashing .eep files.
|
||||
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
||||
|
||||
## Bootloader
|
||||
|
||||
Enter the bootloader in one of these ways:
|
||||
|
||||
* **Physical reset button**: Press and hold the button on the back of the PCB for at least 2 seconds and let go, or double-press the button
|
||||
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
|
||||
|
||||
A build guide for this keyboard can be found here: [Keebio Build Guides](https://docs.keeb.io)
|
||||
23
keyboards/keebio/quefrency_lm/rev1/config.h
Normal file
23
keyboards/keebio/quefrency_lm/rev1/config.h
Normal file
@@ -0,0 +1,23 @@
|
||||
// Copyright 2025 Keebio (@keebio)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
/* Defines for the split keyboard setup */
|
||||
#define SERIAL_USART_DRIVER SD3 // USART 3
|
||||
#define SERIAL_USART_TX_PIN B10
|
||||
#define SERIAL_USART_RX_PIN B11
|
||||
#define SERIAL_USART_TX_PAL_MODE 7
|
||||
#define SERIAL_USART_RX_PAL_MODE 7
|
||||
#define SERIAL_USART_FULL_DUPLEX
|
||||
#define SERIAL_USART_PIN_SWAP
|
||||
|
||||
#define USB_VBUS_PIN C6
|
||||
|
||||
/* Defines for the RGB matrix */
|
||||
#define WS2812_PWM_DRIVER PWMD3
|
||||
#define WS2812_PWM_CHANNEL 4
|
||||
#define WS2812_PWM_PAL_MODE 10
|
||||
#define WS2812_DMA_STREAM STM32_DMA1_STREAM2
|
||||
#define WS2812_DMA_CHANNEL 2
|
||||
#define WS2812_DMAMUX_ID STM32_DMAMUX1_TIM3_UP
|
||||
10
keyboards/keebio/quefrency_lm/rev1/halconf.h
Normal file
10
keyboards/keebio/quefrency_lm/rev1/halconf.h
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright 2025 Keebio (@keebio)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#define HAL_USE_SERIAL TRUE
|
||||
|
||||
#define HAL_USE_PWM TRUE
|
||||
|
||||
#include_next <halconf.h>
|
||||
320
keyboards/keebio/quefrency_lm/rev1/keyboard.json
Normal file
320
keyboards/keebio/quefrency_lm/rev1/keyboard.json
Normal file
@@ -0,0 +1,320 @@
|
||||
{
|
||||
"manufacturer": "Keebio",
|
||||
"keyboard_name": "Quefrency LM Rev. 1",
|
||||
"maintainer": "nooges",
|
||||
"bootloader": "stm32-dfu",
|
||||
"bootmagic": {
|
||||
"matrix": [0, 2]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B13", "B14", "B2", "F0", "C10", "B6", "C13", "C14", "C15"],
|
||||
"rows": ["B4", "C11", "B12", "B5", "F1"]
|
||||
},
|
||||
"processor": "STM32G431",
|
||||
"rgb_matrix": {
|
||||
"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,
|
||||
"cycle_out_in": true,
|
||||
"cycle_out_in_dual": true,
|
||||
"rainbow_moving_chevron": true,
|
||||
"cycle_pinwheel": true,
|
||||
"cycle_spiral": true,
|
||||
"dual_beacon": true,
|
||||
"rainbow_beacon": true,
|
||||
"rainbow_pinwheels": true,
|
||||
"flower_blooming": true,
|
||||
"raindrops": true,
|
||||
"jellybean_raindrops": true,
|
||||
"hue_breathing": true,
|
||||
"hue_pendulum": true,
|
||||
"hue_wave": true,
|
||||
"pixel_fractal": true,
|
||||
"pixel_flow": true,
|
||||
"pixel_rain": 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,
|
||||
"starlight": true,
|
||||
"starlight_smooth": true,
|
||||
"starlight_dual_hue": true,
|
||||
"starlight_dual_sat": true,
|
||||
"riverflow": true
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"layout": [
|
||||
{ "matrix": [0, 8], "x": 103, "y": 4, "flags": 4 },
|
||||
{ "x": 97, "y": 8, "flags": 2 },
|
||||
{ "matrix": [0, 7], "x": 91, "y": 4, "flags": 4 },
|
||||
{ "matrix": [0, 6], "x": 79, "y": 4, "flags": 4 },
|
||||
{ "x": 73, "y": 0, "flags": 2 },
|
||||
{ "matrix": [0, 5], "x": 67, "y": 4, "flags": 4 },
|
||||
{ "matrix": [0, 4], "x": 54, "y": 4, "flags": 4 },
|
||||
{ "matrix": [0, 3], "x": 42, "y": 4, "flags": 4 },
|
||||
{ "matrix": [0, 2], "x": 30, "y": 4, "flags": 4 },
|
||||
{ "x": 27, "y": 19, "flags": 2 },
|
||||
|
||||
{ "matrix": [1, 2], "x": 33, "y": 19, "flags": 4 },
|
||||
{ "matrix": [1, 3], "x": 48, "y": 19, "flags": 4 },
|
||||
{ "matrix": [1, 4], "x": 61, "y": 19, "flags": 4 },
|
||||
{ "matrix": [1, 5], "x": 73, "y": 19, "flags": 4 },
|
||||
{ "matrix": [1, 6], "x": 85, "y": 19, "flags": 4 },
|
||||
{ "matrix": [1, 7], "x": 97, "y": 19, "flags": 4 },
|
||||
|
||||
{ "matrix": [2, 7], "x": 100, "y": 34, "flags": 4 },
|
||||
{ "matrix": [2, 6], "x": 88, "y": 34, "flags": 4 },
|
||||
{ "matrix": [2, 5], "x": 76, "y": 34, "flags": 4 },
|
||||
{ "matrix": [2, 4], "x": 64, "y": 34, "flags": 4 },
|
||||
{ "matrix": [2, 3], "x": 51, "y": 34, "flags": 4 },
|
||||
{ "matrix": [2, 2], "x": 35, "y": 34, "flags": 4 },
|
||||
|
||||
{ "matrix": [3, 2], "x": 38, "y": 49, "flags": 4 },
|
||||
{ "matrix": [3, 4], "x": 58, "y": 49, "flags": 4 },
|
||||
{ "matrix": [3, 5], "x": 70, "y": 49, "flags": 4 },
|
||||
{ "matrix": [3, 6], "x": 82, "y": 49, "flags": 4 },
|
||||
{ "matrix": [3, 7], "x": 94, "y": 49, "flags": 4 },
|
||||
{ "x": 100, "y": 45, "flags": 2 },
|
||||
{ "matrix": [3, 8], "x": 106, "y": 49, "flags": 4 },
|
||||
|
||||
{ "matrix": [4, 7], "x": 98, "y": 64, "flags": 4 },
|
||||
{ "x": 85, "y": 64, "flags": 2 },
|
||||
{ "matrix": [4, 5], "x": 77, "y": 64, "flags": 4 },
|
||||
{ "matrix": [4, 4], "x": 62, "y": 64, "flags": 4 },
|
||||
{ "matrix": [4, 3], "x": 47, "y": 64, "flags": 4 },
|
||||
{ "x": 39, "y": 60, "flags": 4 },
|
||||
{ "matrix": [4, 2], "x": 32, "y": 64, "flags": 4 },
|
||||
|
||||
{ "matrix": [4, 1], "x": 12, "y": 64, "flags": 4 },
|
||||
{ "x": 6, "y": 60, "flags": 2 },
|
||||
{ "matrix": [4, 0], "x": 0, "y": 64, "flags": 4 },
|
||||
{ "matrix": [3, 0], "x": 0, "y": 49, "flags": 4 },
|
||||
{ "matrix": [3, 1], "x": 12, "y": 49, "flags": 4 },
|
||||
{ "matrix": [2, 1], "x": 12, "y": 34, "flags": 4 },
|
||||
{ "matrix": [2, 0], "x": 0, "y": 34, "flags": 4 },
|
||||
{ "matrix": [1, 0], "x": 0, "y": 19, "flags": 4 },
|
||||
{ "matrix": [1, 1], "x": 12, "y": 19, "flags": 4 },
|
||||
{ "matrix": [0, 1], "x": 12, "y": 4, "flags": 4 },
|
||||
{ "x": 6, "y": 0, "flags": 2 },
|
||||
{ "matrix": [0, 0], "x": 0, "y": 4, "flags": 4 },
|
||||
|
||||
{ "matrix": [5, 0], "x": 127, "y": 4, "flags": 4 },
|
||||
{ "x": 127, "y": 11, "flags": 2 },
|
||||
{ "matrix": [5, 1], "x": 139, "y": 4, "flags": 4 },
|
||||
{ "matrix": [5, 2], "x": 151, "y": 4, "flags": 4 },
|
||||
{ "x": 157, "y": 0, "flags": 2 },
|
||||
{ "matrix": [5, 3], "x": 163, "y": 4, "flags": 4 },
|
||||
{ "matrix": [5, 4], "x": 176, "y": 4, "flags": 4 },
|
||||
{ "x": 182, "y": 0, "flags": 2 },
|
||||
{ "matrix": [5, 5], "x": 188, "y": 4, "flags": 4 },
|
||||
{ "matrix": [5, 7], "x": 206, "y": 4, "flags": 4 },
|
||||
{ "x": 218, "y": 0, "flags": 2 },
|
||||
{ "matrix": [5, 8], "x": 224, "y": 4, "flags": 4 },
|
||||
|
||||
{ "matrix": [6, 8], "x": 224, "y": 19, "flags": 4 },
|
||||
{ "matrix": [6, 7], "x": 209, "y": 19, "flags": 4 },
|
||||
{ "matrix": [6, 6], "x": 194, "y": 19, "flags": 4 },
|
||||
{ "matrix": [6, 5], "x": 182, "y": 19, "flags": 4 },
|
||||
{ "matrix": [6, 4], "x": 170, "y": 19, "flags": 4 },
|
||||
{ "matrix": [6, 3], "x": 157, "y": 19, "flags": 4 },
|
||||
{ "matrix": [6, 2], "x": 145, "y": 19, "flags": 4 },
|
||||
{ "matrix": [6, 1], "x": 133, "y": 19, "flags": 4 },
|
||||
{ "matrix": [6, 0], "x": 121, "y": 19, "flags": 4 },
|
||||
|
||||
{ "matrix": [7, 0], "x": 124, "y": 34, "flags": 4 },
|
||||
{ "matrix": [7, 1], "x": 136, "y": 34, "flags": 4 },
|
||||
{ "matrix": [7, 2], "x": 148, "y": 34, "flags": 4 },
|
||||
{ "matrix": [7, 3], "x": 160, "y": 34, "flags": 4 },
|
||||
{ "matrix": [7, 4], "x": 173, "y": 34, "flags": 4 },
|
||||
{ "matrix": [7, 5], "x": 185, "y": 34, "flags": 4 },
|
||||
{ "matrix": [7, 7], "x": 204, "y": 34, "flags": 4 },
|
||||
{ "matrix": [7, 8], "x": 224, "y": 34, "flags": 4 },
|
||||
|
||||
{ "matrix": [8, 8], "x": 224, "y": 49, "flags": 4 },
|
||||
{ "matrix": [8, 7], "x": 212, "y": 49, "flags": 4 },
|
||||
{ "matrix": [8, 6], "x": 195, "y": 49, "flags": 4 },
|
||||
{ "matrix": [8, 4], "x": 179, "y": 49, "flags": 4 },
|
||||
{ "matrix": [8, 3], "x": 166, "y": 49, "flags": 4 },
|
||||
{ "matrix": [8, 2], "x": 154, "y": 49, "flags": 4 },
|
||||
{ "matrix": [8, 1], "x": 142, "y": 49, "flags": 4 },
|
||||
{ "matrix": [8, 0], "x": 130, "y": 49, "flags": 4 },
|
||||
|
||||
{ "x": 127, "y": 64, "flags": 2 },
|
||||
{ "matrix": [9, 1], "x": 141, "y": 64, "flags": 4 },
|
||||
{ "x": 157, "y": 64, "flags": 2 },
|
||||
{ "matrix": [9, 2], "x": 163, "y": 64, "flags": 4 },
|
||||
{ "matrix": [9, 3], "x": 176, "y": 64, "flags": 4 },
|
||||
{ "matrix": [9, 4], "x": 188, "y": 64, "flags": 4 },
|
||||
{ "x": 194, "y": 64, "flags": 2 },
|
||||
{ "matrix": [9, 6], "x": 200, "y": 64, "flags": 4 },
|
||||
{ "matrix": [9, 7], "x": 212, "y": 64, "flags": 4 },
|
||||
{ "x": 218, "y": 64, "flags": 2 },
|
||||
{ "matrix": [9, 8], "x": 224, "y": 64, "flags": 4 }
|
||||
],
|
||||
"max_brightness": 120,
|
||||
"sleep": true,
|
||||
"split_count": [48, 48]
|
||||
},
|
||||
"split": {
|
||||
"bootmagic": {
|
||||
"matrix": [5, 8]
|
||||
},
|
||||
"enabled": true,
|
||||
"handedness": {
|
||||
"pin": "A0"
|
||||
},
|
||||
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
"cols": ["B2", "A15", "A2", "A1", "A4", "B15", "B6", "C13", "C14"],
|
||||
"rows": ["B12", "B13", "B14", "B5", "F1"]
|
||||
}
|
||||
},
|
||||
"serial": {
|
||||
"driver": "usart"
|
||||
},
|
||||
"transport": {
|
||||
"sync": {
|
||||
"matrix_state": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"url": "https://keeb.io",
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
"pid": "0x1657",
|
||||
"vid": "0xCB10"
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "pwm",
|
||||
"pin": "B7"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_65xt": {
|
||||
"layout": [
|
||||
{"label": "F1", "matrix": [0, 0], "x": 0, "y": 0},
|
||||
{"label": "F2", "matrix": [0, 1], "x": 1, "y": 0},
|
||||
|
||||
{"label": "Esc", "matrix": [0, 2], "x": 2.25, "y": 0},
|
||||
{"label": "1", "matrix": [0, 3], "x": 3.25, "y": 0},
|
||||
{"label": "2", "matrix": [0, 4], "x": 4.25, "y": 0},
|
||||
{"label": "3", "matrix": [0, 5], "x": 5.25, "y": 0},
|
||||
{"label": "4", "matrix": [0, 6], "x": 6.25, "y": 0},
|
||||
{"label": "5", "matrix": [0, 7], "x": 7.25, "y": 0},
|
||||
{"label": "6", "matrix": [0, 8], "x": 8.25, "y": 0},
|
||||
|
||||
{"label": "7", "matrix": [5, 0], "x": 10.25, "y": 0},
|
||||
{"label": "8", "matrix": [5, 1], "x": 11.25, "y": 0},
|
||||
{"label": "9", "matrix": [5, 2], "x": 12.25, "y": 0},
|
||||
{"label": "0", "matrix": [5, 3], "x": 13.25, "y": 0},
|
||||
{"label": "-", "matrix": [5, 4], "x": 14.25, "y": 0},
|
||||
{"label": "=", "matrix": [5, 5], "x": 15.25, "y": 0},
|
||||
{"label": "Bksp", "matrix": [5, 7], "x": 16.25, "y": 0, "w": 2},
|
||||
{"label": "Del", "matrix": [5, 8], "x": 18.25, "y": 0},
|
||||
|
||||
{"label": "F3", "matrix": [1, 0], "x": 0, "y": 1},
|
||||
{"label": "F4", "matrix": [1, 1], "x": 1, "y": 1},
|
||||
|
||||
{"label": "Tab", "matrix": [1, 2], "x": 2.25, "y": 1, "w": 1.5},
|
||||
{"label": "Q", "matrix": [1, 3], "x": 3.75, "y": 1},
|
||||
{"label": "W", "matrix": [1, 4], "x": 4.75, "y": 1},
|
||||
{"label": "E", "matrix": [1, 5], "x": 5.75, "y": 1},
|
||||
{"label": "R", "matrix": [1, 6], "x": 6.75, "y": 1},
|
||||
{"label": "T", "matrix": [1, 7], "x": 7.75, "y": 1},
|
||||
|
||||
{"label": "Y", "matrix": [6, 0], "x": 9.75, "y": 1},
|
||||
{"label": "U", "matrix": [6, 1], "x": 10.75, "y": 1},
|
||||
{"label": "I", "matrix": [6, 2], "x": 11.75, "y": 1},
|
||||
{"label": "O", "matrix": [6, 3], "x": 12.75, "y": 1},
|
||||
{"label": "P", "matrix": [6, 4], "x": 13.75, "y": 1},
|
||||
{"label": "{", "matrix": [6, 5], "x": 14.75, "y": 1},
|
||||
{"label": "}", "matrix": [6, 6], "x": 15.75, "y": 1},
|
||||
{"label": "|", "matrix": [6, 7], "x": 16.75, "y": 1, "w": 1.5},
|
||||
{"label": "Home", "matrix": [6, 8], "x": 18.25, "y": 1},
|
||||
|
||||
{"label": "F5", "matrix": [2, 0], "x": 0, "y": 2},
|
||||
{"label": "F6", "matrix": [2, 1], "x": 1, "y": 2},
|
||||
|
||||
{"label": "Caps Lock", "matrix": [2, 2], "x": 2.25, "y": 2, "w": 1.75},
|
||||
{"label": "A", "matrix": [2, 3], "x": 4, "y": 2},
|
||||
{"label": "S", "matrix": [2, 4], "x": 5, "y": 2},
|
||||
{"label": "D", "matrix": [2, 5], "x": 6, "y": 2},
|
||||
{"label": "F", "matrix": [2, 6], "x": 7, "y": 2},
|
||||
{"label": "G", "matrix": [2, 7], "x": 8, "y": 2},
|
||||
|
||||
{"label": "H", "matrix": [7, 0], "x": 10, "y": 2},
|
||||
{"label": "J", "matrix": [7, 1], "x": 11, "y": 2},
|
||||
{"label": "K", "matrix": [7, 2], "x": 12, "y": 2},
|
||||
{"label": "L", "matrix": [7, 3], "x": 13, "y": 2},
|
||||
{"label": ":", "matrix": [7, 4], "x": 14, "y": 2},
|
||||
{"label": "\"", "matrix": [7, 5], "x": 15, "y": 2},
|
||||
{"label": "Enter", "matrix": [7, 7], "x": 16, "y": 2, "w": 2.25},
|
||||
{"label": "PgUp", "matrix": [7, 8], "x": 18.25, "y": 2},
|
||||
|
||||
{"label": "F7", "matrix": [3, 0], "x": 0, "y": 3},
|
||||
{"label": "F8", "matrix": [3, 1], "x": 1, "y": 3},
|
||||
|
||||
{"label": "Shift", "matrix": [3, 2], "x": 2.25, "y": 3, "w": 2.25},
|
||||
{"label": "Z", "matrix": [3, 4], "x": 4.5, "y": 3},
|
||||
{"label": "X", "matrix": [3, 5], "x": 5.5, "y": 3},
|
||||
{"label": "C", "matrix": [3, 6], "x": 6.5, "y": 3},
|
||||
{"label": "V", "matrix": [3, 7], "x": 7.5, "y": 3},
|
||||
{"label": "B", "matrix": [3, 8], "x": 8.5, "y": 3},
|
||||
|
||||
{"label": "N", "matrix": [8, 0], "x": 10.5, "y": 3},
|
||||
{"label": "M", "matrix": [8, 1], "x": 11.5, "y": 3},
|
||||
{"label": ",", "matrix": [8, 2], "x": 12.5, "y": 3},
|
||||
{"label": ".", "matrix": [8, 3], "x": 13.5, "y": 3},
|
||||
{"label": "/", "matrix": [8, 4], "x": 14.5, "y": 3},
|
||||
{"label": "Shift", "matrix": [8, 6], "x": 15.5, "y": 3, "w": 1.75},
|
||||
{"label": "Up", "matrix": [8, 7], "x": 17.25, "y": 3},
|
||||
{"label": "PgDn", "matrix": [8, 8], "x": 18.25, "y": 3},
|
||||
|
||||
{"label": "F9", "matrix": [4, 0], "x": 0, "y": 4},
|
||||
{"label": "F10", "matrix": [4, 1], "x": 1, "y": 4},
|
||||
|
||||
{"label": "Ctrl", "matrix": [4, 2], "x": 2.25, "y": 4, "w": 1.25},
|
||||
{"label": "Win", "matrix": [4, 3], "x": 3.5, "y": 4, "w": 1.25},
|
||||
{"label": "Alt", "matrix": [4, 4], "x": 4.75, "y": 4, "w": 1.25},
|
||||
{"label": "Fn", "matrix": [4, 5], "x": 6, "y": 4, "w": 1.25},
|
||||
{"label": "Space", "matrix": [4, 7], "x": 7.25, "y": 4, "w": 2.25},
|
||||
|
||||
{"label": "Space", "matrix": [9, 1], "x": 10.5, "y": 4, "w": 2.75},
|
||||
{"label": "Alt", "matrix": [9, 2], "x": 13.25, "y": 4},
|
||||
{"label": "Fn", "matrix": [9, 3], "x": 14.25, "y": 4},
|
||||
{"label": "Ctrl", "matrix": [9, 4], "x": 15.25, "y": 4},
|
||||
{"label": "Left", "matrix": [9, 6], "x": 16.25, "y": 4},
|
||||
{"label": "Down", "matrix": [9, 7], "x": 17.25, "y": 4},
|
||||
{"label": "Right", "matrix": [9, 8], "x": 18.25, "y": 4}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
14
keyboards/keebio/quefrency_lm/rev1/mcuconf.h
Normal file
14
keyboards/keebio/quefrency_lm/rev1/mcuconf.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright 2025 Keebio (@keebio)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
/* enable USART3, used for split comms */
|
||||
#undef STM32_SERIAL_USE_USART3
|
||||
#define STM32_SERIAL_USE_USART3 TRUE
|
||||
|
||||
/* enable TIM3, used for RGB LED PWM driver */
|
||||
#undef STM32_PWM_USE_TIM3
|
||||
#define STM32_PWM_USE_TIM3 TRUE
|
||||
11
keyboards/keebio/quefrency_lm/rev1/rev1.c
Normal file
11
keyboards/keebio/quefrency_lm/rev1/rev1.c
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2025 Keebio (@keebio)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
void keyboard_pre_init_kb(void) {
|
||||
// Disable the PD peripheral in pre-init because its pins are being used in the matrix:
|
||||
PWR->CR3 |= PWR_CR3_UCPD_DBDIS;
|
||||
// Call the corresponding _user() function (see https://docs.qmk.fm/#/custom_quantum_functions)
|
||||
keyboard_pre_init_user();
|
||||
}
|
||||
@@ -6,8 +6,8 @@
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
[0] = LAYOUT(
|
||||
LT(7, KC_Q), KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
|
||||
KC_A, KC_S, LT(6, KC_D), KC_F, KC_G, KC_H, KC_J, LT(6, KC_K), KC_L, KC_ENT,
|
||||
LT(4, KC_Q), KC_W, KC_E, LT(3, KC_R), KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
|
||||
KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, LT(3, KC_K), KC_L, KC_ENT,
|
||||
LSFT_T(KC_Z), LGUI_T(KC_X), KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, LCTL_T(KC_DOT), KC_BSPC,
|
||||
KC_LCTL, KC_LGUI, LALT_T(KC_LNG2), LSFT_T(KC_TAB), LT(2, KC_SPC), LT(1, KC_LNG1), KC_RGUI, KC_RCTL
|
||||
),
|
||||
@@ -27,44 +27,30 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
),
|
||||
|
||||
[3] = LAYOUT(
|
||||
LT(7, KC_Q), KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
|
||||
KC_A, KC_S, LT(6, KC_D), KC_F, KC_G, KC_H, KC_J, LT(6, KC_K), KC_L, KC_ENT,
|
||||
LSFT_T(KC_Z), LGUI_T(KC_X), KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, LCTL_T(KC_DOT), KC_BSPC,
|
||||
KC_LCTL, KC_LGUI, LALT_T(KC_LNG2), LSFT_T(KC_TAB), LT(5, KC_SPC), LT(4, KC_LNG1), KC_RGUI, KC_RCTL
|
||||
),
|
||||
|
||||
[4] = LAYOUT(
|
||||
KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0,
|
||||
KC_CIRC, KC_AT, KC_SLSH, KC_MINS, KC_UNDS, KC_SCLN, KC_COLN, KC_LBRC, KC_RBRC, KC_INT3,
|
||||
LT(5, KC_TILD), KC_GRV, KC_QUES, KC_EQL, KC_UNDS, KC_PLUS, KC_ASTR, KC_LCBR, KC_RCBR, KC_PIPE,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
|
||||
),
|
||||
|
||||
[5] = LAYOUT(
|
||||
KC_EXLM, KC_DQUO, KC_HASH, KC_DLR, KC_PERC, KC_AMPR, KC_QUOT, KC_LPRN, KC_RPRN, KC_BSLS,
|
||||
KC_TILD, KC_GRV, KC_QUES, KC_EQL, KC_UNDS, KC_PLUS, KC_ASTR, KC_LCBR, KC_RCBR, KC_PIPE,
|
||||
KC_LSFT, KC_LGUI, KC_LALT, KC_LNG2, KC_LSFT, KC_SPC, KC_LNG1, KC_TRNS, KC_TRNS, KC_DEL,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
|
||||
),
|
||||
|
||||
[6] = LAYOUT(
|
||||
KC_ESC, KC_TAB, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_UP, KC_NO, KC_NO,
|
||||
KC_LCTL, KC_TRNS, KC_QUES, KC_EXLM, KC_NO, KC_NO, KC_LEFT, KC_DOWN, KC_RGHT, KC_NO,
|
||||
KC_ESC, KC_TAB, KC_UP, KC_NO, KC_NO, KC_NO, KC_NO, KC_UP, KC_NO, KC_NO,
|
||||
KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_NO, KC_NO, KC_LEFT, KC_DOWN, KC_RGHT, KC_NO,
|
||||
KC_LSFT, KC_LGUI, KC_LALT, KC_LNG2, KC_TRNS, KC_NO, KC_LNG1, KC_NO, KC_NO, KC_DEL,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
|
||||
),
|
||||
|
||||
[7] = LAYOUT(
|
||||
[4] = LAYOUT(
|
||||
KC_NO, KC_TAB, KC_NO, KC_NO, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6,
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
|
||||
KC_LSFT, KC_NO, KC_NO, KC_NO, KC_TRNS, KC_TRNS, KC_TRNS, KC_NO, MO(8), MO(9),
|
||||
KC_LSFT, KC_NO, KC_NO, KC_NO, KC_TRNS, KC_TRNS, KC_TRNS, KC_NO, MO(5), MO(6),
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
|
||||
),
|
||||
|
||||
[8] = LAYOUT(
|
||||
UG_TOGG, UG_NEXT, UG_HUEU, UG_SATU, UG_VALU, KC_NO, KC_NO, KC_NO, DF(0), DF(3),
|
||||
[5] = LAYOUT(
|
||||
UG_TOGG, UG_NEXT, UG_HUEU, UG_SATU, UG_VALU, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
|
||||
RGB_M_P, RGB_M_B, RGB_M_R, RGB_M_SW, RGB_M_SN, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
|
||||
RGB_M_K, RGB_M_X, RGB_M_G, KC_NO, KC_NO, QK_BOOT, KC_NO, KC_NO, KC_NO, KC_NO,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
|
||||
),
|
||||
|
||||
[6] = LAYOUT(
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO
|
||||
)
|
||||
};
|
||||
|
||||
@@ -54,13 +54,13 @@ const uint8_t ascii_to_keycode_lut[128] PROGMEM = {
|
||||
XXXXXXX, XXXXXXX, XXXXXXX, KC_ESC, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,
|
||||
|
||||
// ! " # $ % & '
|
||||
KC_SPC, LT_1, LT_QUOT, LT_3, LT_4, LT_5, LT_7, LT_QUOT,
|
||||
KC_SPC, LT_AOGO, LT_QUOT, LT_EOGO, LT_EDOT, LT_IOGO, LT_UOGO, LT_QUOT,
|
||||
// ( ) * + , - . /
|
||||
LT_9, LT_0, LT_8, LT_ZCAR, LT_COMM, LT_MINS, LT_DOT, LT_SLSH,
|
||||
LT_9, LT_0, LT_UMAC, LT_ZCAR, LT_COMM, LT_MINS, LT_DOT, LT_SLSH,
|
||||
// 0 1 2 3 4 5 6 7
|
||||
LT_0, LT_AOGO, LT_CCAR, LT_EOGO, LT_EDOT, LT_IOGO, LT_SCAR, LT_UOGO,
|
||||
// 8 9 : ; < = > ?
|
||||
LT_UMAC, LT_9, LT_SCLN, LT_SCLN, LT_COMM, LT_PLUS, LT_DOT, LT_SLSH,
|
||||
LT_UMAC, LT_9, LT_SCLN, LT_SCLN, LT_COMM, LT_ZCAR, LT_DOT, LT_SLSH,
|
||||
// @ A B C D E F G
|
||||
LT_CCAR, LT_A, LT_B, LT_C, LT_D, LT_E, LT_F, LT_G,
|
||||
// H I J K L M N O
|
||||
|
||||
@@ -108,13 +108,13 @@ const uint8_t ascii_to_keycode_lut[128] PROGMEM = {
|
||||
// P Q R S T U V W
|
||||
SK_P, SK_Q, SK_R, SK_S, SK_T, SK_U, SK_V, SK_W,
|
||||
// X Y Z [ \ ] ^ _
|
||||
SK_X, SK_Y, SK_Z, SK_F, SK_Q, SK_G, SK_3, SK_MINS,
|
||||
SK_X, SK_Y, SK_Z, SK_F, SK_Q, SK_G, SK_SCAR, SK_MINS,
|
||||
// ` a b c d e f g
|
||||
SK_7, SK_A, SK_B, SK_C, SK_D, SK_E, SK_F, SK_G,
|
||||
SK_YACU, SK_A, SK_B, SK_C, SK_D, SK_E, SK_F, SK_G,
|
||||
// h i j k l m n o
|
||||
SK_H, SK_I, SK_J, SK_K, SK_L, SK_M, SK_N, SK_O,
|
||||
// p q r s t u v w
|
||||
SK_P, SK_Q, SK_R, SK_S, SK_T, SK_U, SK_V, SK_W,
|
||||
// x y z { | } ~ DEL
|
||||
SK_X, SK_Y, SK_Z, SK_B, SK_W, SK_N, SK_1, KC_DEL
|
||||
SK_X, SK_Y, SK_Z, SK_B, SK_W, SK_N, SK_PLUS, KC_DEL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user