trying to make the stupid github action thing work :(

This commit is contained in:
Sebastian Haack 2024-12-25 22:19:33 +01:00
parent 33243ae996
commit 0d0eb73179
19 changed files with 5 additions and 8 deletions

View file

@ -1,3 +0,0 @@
{
"is_dummy_file": true
}

View file

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 201 KiB

After

Width:  |  Height:  |  Size: 201 KiB

Before After
Before After

View file

@ -13,7 +13,7 @@
#include QMK_KEYBOARD_H
#include <stdio.h>
#include "callmemero.h"
#include "totem.h"
// ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
// │ D E F I N I T I O N S │

View file

@ -13,7 +13,7 @@
#include QMK_KEYBOARD_H
#include <stdio.h>
#include "callmemero.h"
#include "totem.h"
// ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
// │ D E F I N I T I O N S │

View file

@ -15,7 +15,7 @@
TOTEM is 34 keys column-staggered split keyboard made by @geigeigeist. It uses the Seeed XIAO RP2040.
You can use this command to compile the firmware
`qmk compile -kb callmemero -km totem`
`qmk compile -kb totem -km totem`
<figure>
<img src="./keyboard-layout.png" alt="Miryoku inspired keymap for TOTEM keyboard, showing all six layers" width="100%" />

View file

@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "callmemero.h"
#include "totem.h"
#ifdef SWAP_HANDS_ENABLE

View file

@ -1,6 +1,6 @@
{
"userspace_version": "1.0",
"build_targets": [
["callmemero", "totem"]
["totem", "totem"]
]
}