Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Frost68 keyboard #20370

Merged
merged 37 commits into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
213860d
add Frost68
skeletonkbd Feb 7, 2023
8c82d17
fix
skeletonkbd Apr 6, 2023
614f7f9
fix readme
skeletonkbd Apr 6, 2023
ec781ca
fix format
skeletonkbd Apr 6, 2023
240f589
remove RGBLED_NUM
skeletonkbd Apr 8, 2023
48ae568
Update keyboards/skeletonkbd/frost68/readme.md
skeletonkbd Apr 8, 2023
c03cdb8
Update keyboards/skeletonkbd/frost68/keymaps/default/keymap.c
skeletonkbd Apr 8, 2023
a71aa7c
Update keyboards/skeletonkbd/frost68/keymaps/via/keymap.c
skeletonkbd Apr 8, 2023
dd17e7f
Update keyboards/skeletonkbd/frost68/keymaps/default/keymap.c
skeletonkbd Apr 8, 2023
8a8a87a
Update keyboards/skeletonkbd/frost68/keymaps/via/keymap.c
skeletonkbd Apr 8, 2023
f7c05da
remove DEBOUNCE
skeletonkbd Apr 8, 2023
b7a7411
remove unnecessary #ifdef
skeletonkbd Apr 8, 2023
5ffd1a1
delete frost68.h
skeletonkbd Apr 8, 2023
1da3f3a
add url in info.json
skeletonkbd Apr 8, 2023
9e6ecb2
change layout name to 'LAYOUT'
skeletonkbd Apr 8, 2023
f2ac081
change layout name to 'LAYOUT'(fix)
skeletonkbd Apr 8, 2023
cbb27df
round off coordinates
skeletonkbd Apr 8, 2023
a6357b0
Moved RGB Matrix layout information from frost68.c to info.json
skeletonkbd Apr 8, 2023
6821c80
Update keyboards/skeletonkbd/frost68/frost68.c
skeletonkbd Apr 9, 2023
615ffed
Update keyboards/skeletonkbd/frost68/keymaps/default/keymap.c
skeletonkbd Apr 9, 2023
ba60942
Update keyboards/skeletonkbd/frost68/keymaps/via/keymap.c
skeletonkbd Apr 9, 2023
573c265
Update info.json change url
skeletonkbd Apr 9, 2023
7217b7f
Merge branch 'Frost68' of https://github.com/skeletonkbd/qmk_firmware…
skeletonkbd Apr 9, 2023
7008d9f
update url
skeletonkbd Apr 10, 2023
cbcccc3
change the url to the same one you applied for in pid.codes
skeletonkbd Apr 10, 2023
9fe1ae8
Update keyboards/skeletonkbd/frost68/rules.mk
skeletonkbd Apr 11, 2023
7fc958d
Update keyboards/skeletonkbd/frost68/rules.mk
skeletonkbd Apr 11, 2023
17be8c7
format info.json
skeletonkbd Jun 12, 2023
ea277cf
change RGB_DI_PIN to WS2812_DI_PIN
skeletonkbd Jun 12, 2023
b5b8ff3
fix layout
skeletonkbd Jun 12, 2023
c4369f1
fix url
skeletonkbd Jun 12, 2023
948daa7
Update keyboards/skeletonkbd/frost68/info.json
skeletonkbd Jun 13, 2023
e5f2c76
Update keyboards/skeletonkbd/frost68/config.h
skeletonkbd Jun 13, 2023
34731f4
Update keyboards/skeletonkbd/frost68/config.h
skeletonkbd Jun 13, 2023
bca1ade
Update keyboards/skeletonkbd/frost68/rules.mk
skeletonkbd Jun 13, 2023
ad73f66
Update keyboards/skeletonkbd/frost68/info.json
skeletonkbd Jun 13, 2023
e3d9fb8
modifier key led flags
skeletonkbd Jun 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions keyboards/skeletonkbd/frost68/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
// Copyright 2023 skeletonkbd (@skeletonkbd)
// 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

#define DEBOUNCE 50
zvecr marked this conversation as resolved.
Show resolved Hide resolved
#define WS2812_PIO_USE_PIO1

#ifdef RGB_MATRIX_ENABLE

# define RGB_DI_PIN GP0
# define RGB_MATRIX_LED_COUNT 68
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 118

# define RGB_DISABLE_WHEN_USB_SUSPENDED
# define USB_SUSPEND_WAKEUP_DELAY 200

# define ENABLE_RGB_MATRIX_ALPHAS_MODS
# define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
# define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
# define ENABLE_RGB_MATRIX_BREATHING
# define ENABLE_RGB_MATRIX_BAND_SAT
# define ENABLE_RGB_MATRIX_BAND_VAL
# define ENABLE_RGB_MATRIX_BAND_PINWHEEL_SAT
# define ENABLE_RGB_MATRIX_BAND_PINWHEEL_VAL
# define ENABLE_RGB_MATRIX_BAND_SPIRAL_SAT
# define ENABLE_RGB_MATRIX_BAND_SPIRAL_VAL
# define ENABLE_RGB_MATRIX_CYCLE_ALL
# define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT
# define ENABLE_RGB_MATRIX_CYCLE_UP_DOWN
# define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
# define ENABLE_RGB_MATRIX_CYCLE_OUT_IN
# define ENABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL
# define ENABLE_RGB_MATRIX_CYCLE_PINWHEEL
# define ENABLE_RGB_MATRIX_CYCLE_SPIRAL
# define ENABLE_RGB_MATRIX_DUAL_BEACON
# define ENABLE_RGB_MATRIX_RAINBOW_BEACON
# define ENABLE_RGB_MATRIX_RAINBOW_PINWHEELS
# define ENABLE_RGB_MATRIX_RAINDROPS
# define ENABLE_RGB_MATRIX_JELLYBEAN_RAINDROPS
# define ENABLE_RGB_MATRIX_HUE_BREATHING
# define ENABLE_RGB_MATRIX_HUE_PENDULUM
# define ENABLE_RGB_MATRIX_HUE_WAVE
# define ENABLE_RGB_MATRIX_PIXEL_FRACTAL
# define ENABLE_RGB_MATRIX_PIXEL_FLOW
# define ENABLE_RGB_MATRIX_PIXEL_RAIN

# define RGB_MATRIX_FRAMEBUFFER_EFFECTS
# define ENABLE_RGB_MATRIX_TYPING_HEATMAP
# define ENABLE_RGB_MATRIX_DIGITAL_RAIN

# define RGB_MATRIX_KEYPRESSES
# define RGB_MATRIX_KEYRELEASES
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS
# define ENABLE_RGB_MATRIX_SPLASH
# define ENABLE_RGB_MATRIX_MULTISPLASH
# define ENABLE_RGB_MATRIX_SOLID_SPLASH
# define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH

# define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_CYCLE_UP_DOWN

# define RGB_MATRIX_HUE_STEP 8
# define RGB_MATRIX_SAT_STEP 8
# define RGB_MATRIX_VAL_STEP 8
# define RGB_MATRIX_SPD_STEP 10

#endif
drashna marked this conversation as resolved.
Show resolved Hide resolved
100 changes: 100 additions & 0 deletions keyboards/skeletonkbd/frost68/frost68.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
// Copyright 2023 skeletonkbd (@skeletonkbd)
// SPDX-License-Identifier: GPL-2.0-or-later

#include "frost68.h"

// clang-format off
led_config_t g_led_config = { {
{0, 1, 2, 3, 4, 5, 6, 60, 61, 62, 63, 64, 65, NO_LED, 66, 67},
{12, 11, 10, 9, 8, 7, NO_LED, 59, 58, 57, 56, 55, 54, 53, 52, 51},
{13, 14, 15, 16, 17, 18, NO_LED, 43, 44, 45, 46, 47, 48, 49, NO_LED, 50},
{24, 23, 22, 21, 20, 19, NO_LED, 42, 41, 40, 39, 38, 37, 36, 35, NO_LED},
{25, 26, NO_LED, 27, NO_LED, 28, NO_LED, 29, NO_LED, NO_LED, 30, NO_LED, 31, 32, 33, 34}
}, {
{33.069956815567366, 3.682020999999999},
{45.669610362298535, 3.682020999999999},
{58.26926390902969, 2.3675390000000007},
{71.06408616238076, 6.4253908117277305},
{83.38840718545515, 10.386107811727733},
{95.71272820852954, 14.346825811727733},
{108.03704923160393, 18.307543811727733},
{99.25527325569391, 34.960896811727736},
{86.93095223261955, 31.000178811727736},
{74.60663120954516, 27.039460811727736},
{62.282310847869894, 23.078743811727733},
{49.20907990347908, 22.732020999999996},
{33.45951297006511, 22.732020999999996},
{32.34602106811951, 41.782021},
{49.67054469487486, 41.782021},
{62.74377563926569, 42.702634811727734},
{75.06809666234008, 46.663351811727736},
{87.39241702401533, 50.624069811727736},
{99.7167380470897, 54.584787811727736},
{103.2592830942541, 75.19885881172773},
{90.93496273257884, 71.23814081172773},
{78.61064170950445, 67.27742281172773},
{66.28632068643007, 63.31670481172773},
{53.27033449868614, 60.832021},
{32.795897485247984, 60.832021},
{28.071027405223802, 79.882021},
{46.97050772532055, 79.882021},
{80.61264662878455, 87.39640381172774},
{100.63966829128042, 93.83256981172772},
{140.16574696375307, 90.36694181172774},
{166.43688839595956, 82.53340481172773},
{195.65077951985486, 79.882021},
{211.40034645326884, 79.882021},
{224.0, 79.882021},
{236.5996535467312, 79.882021},
{224.0, 60.832021},
{206.67547637324466, 60.832021},
{189.3509527464893, 60.832021},
{176.7512991997581, 60.832021},
{163.73531367341332, 63.31670481172773},
{151.41099265033893, 67.27742281172773},
{139.08667162726456, 71.23814081172773},
{126.7623512655893, 75.19885881172773},
{130.3048963127537, 54.584787811727736},
{142.62921667442893, 50.624069811727736},
{154.95353769750332, 46.663351811727736},
{167.2778587205777, 42.702634811727734},
{180.35108966496855, 41.782021},
{192.95074321169966, 41.782021},
{213.42518022513784, 41.782021},
{236.59390069704355, 39.555001000000004},
{235.27110242442083, 20.505001},
{217.35607106638054, 22.732020999999996},
{201.6065041329666, 22.732020999999996},
{189.00685058623543, 22.732020999999996},
{176.40719703950424, 21.99143},
{163.39121151315945, 24.47611381172773},
{151.06689049008506, 28.43683181172773},
{138.74256946701064, 32.39754981172774},
{126.41824844393628, 36.358266811727745},
{128.14674563977667, 16.327184811727733},
{140.47106666285106, 12.366466811727733},
{152.79538768592545, 8.405748811727733},
{165.11970870899984, 4.4450318117277305},
{178.19293899199153, 2.941429999999997},
{190.7925925387227, 3.682020999999999},
{209.69207285881942, 3.682020999999999},
{233.94830415179814, 1.4550009999999958}
},{
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 8, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4
} };
// clang-format on
drashna marked this conversation as resolved.
Show resolved Hide resolved

bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
skeletonkbd marked this conversation as resolved.
Show resolved Hide resolved
if (host_keyboard_led_state().caps_lock) {
for (uint8_t i = led_min; i < led_max; i++) {
if (g_led_config.flags[i] & LED_FLAG_INDICATOR) {
rgb_matrix_set_color(i, RGB_RED);
}
}
}
return false;
}
6 changes: 6 additions & 0 deletions keyboards/skeletonkbd/frost68/frost68.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright 2023 skeletonkbd (@skeletonkbd)
zvecr marked this conversation as resolved.
Show resolved Hide resolved
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include "quantum.h"
124 changes: 124 additions & 0 deletions keyboards/skeletonkbd/frost68/info.json
waffle87 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"manufacturer": "skeletonkbd",
"keyboard_name": "Frost68",
"maintainer": "skeletonkbd",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": [
"GP21",
"GP22",
"GP23",
"GP24",
"GP25",
"GP26",
"GP28",
"GP3",
"GP4",
"GP5",
"GP6",
"GP9",
"GP10",
"GP11",
"GP12",
"GP13"

],
"rows": [
"GP29",
"GP27",
"GP20",
"GP19",
"GP18"
]
},
"processor": "RP2040",
skeletonkbd marked this conversation as resolved.
Show resolved Hide resolved
"url": "",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing the URL

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add url in info.json
1da3f3a

"usb": {
"device_version": "1.0.0",
"vid": "0x1209",
zvecr marked this conversation as resolved.
Show resolved Hide resolved
"pid": "0x68A0"
},
"layouts": {
"LAYOUT_alice": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the PCB only supports a layout, it should be named LAYOUT (update the keymaps accordingly)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change layout name to 'LAYOUT'
9e6ecb2

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was a fix omission, so I fixed it again.
f2ac081

"layout": [
{"matrix":[0,0], "x":1.76, "y":1.0},
{"matrix":[0,1], "x":2.76, "y":1.0},
{"matrix":[0,2], "x":3.76, "y":0.92},
{"matrix":[0,3], "x":4.9, "y":6.0},
{"matrix":[0,4], "x":5.9, "y":6.0},
{"matrix":[0,5], "x":6.9, "y":6.0},
{"matrix":[0,6], "x":7.9, "y":6.0},
{"matrix":[0,7], "x":8.35, "y":14.6},
{"matrix":[0,8], "x":9.35, "y":14.6},
{"matrix":[0,9], "x":10.35, "y":14.6},
{"matrix":[0,10], "x":11.35, "y":14.6},
{"matrix":[0,11], "x":13.18, "y":0.9600000000000001},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing about precision here (and a couple keys down the file)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

round off coordinates
cbb27df

{"matrix":[0,12], "x":14.18, "y":1.0},
{"matrix":[0,13], "x":15.18, "y":1.0, "w":2},
{"matrix":[0,15], "x":17.37, "y":0.9},
{"matrix":[1,0], "x":1.535, "y":2.0, "w":1.5},
{"matrix":[1,1], "x":3.035, "y":2.0},
{"matrix":[1,2], "x":4.4, "y":7.0},
{"matrix":[1,3], "x":5.4, "y":7.0},
{"matrix":[1,4], "x":6.4, "y":7.0},
{"matrix":[1,5], "x":7.4, "y":7.0},
{"matrix":[1,7], "x":7.85, "y":15.6},
{"matrix":[1,8], "x":8.85, "y":15.6},
{"matrix":[1,9], "x":9.85, "y":15.6},
{"matrix":[1,10], "x":10.85, "y":15.6},
{"matrix":[1,11], "x":12.98, "y":1.9600000000000002},
{"matrix":[1,12], "x":13.98, "y":2.0},
{"matrix":[1,13], "x":14.98, "y":2.0},
{"matrix":[1,14], "x":15.98, "y":2.0, "w":1.5},
{"matrix":[1,15], "x":17.57, "y":1.9000000000000001},
{"matrix":[2,0], "x":1.37, "y":3.0, "w":1.75},
{"matrix":[2,1], "x":3.12, "y":3.0},
{"matrix":[2,2], "x":4.7, "y":8.0},
{"matrix":[2,3], "x":5.7, "y":8.0},
{"matrix":[2,4], "x":6.7, "y":8.0},
{"matrix":[2,5], "x":7.7, "y":8.0},
{"matrix":[2,7], "x":8, "y":16.6},
{"matrix":[2,8], "x":9, "y":16.6},
{"matrix":[2,9], "x":10, "y":16.6},
{"matrix":[2,10], "x":11, "y":16.6},
{"matrix":[2,11], "x":13.26, "y":3.0},
{"matrix":[2,12], "x":14.26, "y":3.0},
{"matrix":[2,13], "x":15.26, "y":3.0, "w":2.25},
{"matrix":[2,15], "x":17.77, "y":2.9000000000000004},
{"matrix":[3,0], "x":1.1, "y":4.0, "w":2.25},
{"matrix":[3,1], "x":3.35, "y":4.0},
{"matrix":[3,2], "x":5.2, "y":9.0},
{"matrix":[3,3], "x":6.2, "y":9.0},
{"matrix":[3,4], "x":7.2, "y":9.0},
{"matrix":[3,5], "x":8.2, "y":9.0},
{"matrix":[3,7], "x":7.55, "y":17.6},
{"matrix":[3,8], "x":8.55, "y":17.6},
{"matrix":[3,9], "x":9.55, "y":17.6},
{"matrix":[3,10], "x":10.55, "y":17.6},
{"matrix":[3,11], "x":13.02, "y":4.0},
{"matrix":[3,12], "x":14.02, "y":4.0},
{"matrix":[3,13], "x":15.02, "y":4.0, "w":1.75},
{"matrix":[3,14], "x":16.77, "y":4.0},
{"matrix":[4,0], "x":1.1, "y":5.0, "w":1.5},
{"matrix":[4,1], "x":2.6, "y":5.0, "w":1.5},
{"matrix":[4,3], "x":5.95, "y":10.0, "w":2.25},
{"matrix":[4,5], "x":8.2, "y":10.0},
{"matrix":[4,7], "x":7.55, "y":18.6, "w":2.75},
{"matrix":[4,10], "x":10.3, "y":18.65, "w":1.5},
{"matrix":[4,12], "x":14.27, "y":5.0, "w":1.5},
{"matrix":[4,13], "x":15.77, "y":5.0},
{"matrix":[4,14], "x":16.77, "y":5.0},
{"matrix":[4,15], "x":17.77, "y":5.0}
]
}
}
}
39 changes: 39 additions & 0 deletions keyboards/skeletonkbd/frost68/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
// Copyright 2023 skeletonkbd (@skeletonkbd)
// SPDX-License-Identifier: GPL-2.0-or-later

#include QMK_KEYBOARD_H

// Defines names for use in layer keycodes and the keymap
enum layer_names { _BASE, _L1, _L2, _L3 };
skeletonkbd marked this conversation as resolved.
Show resolved Hide resolved

// clang-format off
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_BASE] = LAYOUT_alice(
KC_ESC, 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_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_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_END,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_LNG1, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP,
KC_LCTL, KC_LALT, KC_SPC, MO(1), KC_SPC, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT),
skeletonkbd marked this conversation as resolved.
Show resolved Hide resolved

[_L1] = LAYOUT_alice(
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, KC_TRNS, KC_PSCR,
KC_TRNS, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, RGB_SPI, RGB_SPD, KC_SCRL, KC_PAUS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, QK_BOOT,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_LNG2, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PGUP,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PGDN, KC_TRNS),

[_L2] = LAYOUT_alice(
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),

[_L3] = LAYOUT_alice(
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
skeletonkbd marked this conversation as resolved.
Show resolved Hide resolved

};
Loading