Revert "trying to make the stupid github action thing work :("

This reverts commit 0d0eb73179.
This commit is contained in:
Sebastian Haack 2024-12-25 22:37:50 +01:00
parent 568a946b55
commit f81d7f35ac
19 changed files with 8 additions and 5 deletions

View file

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

View file

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Before After
Before After

View file

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

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 "totem.h"
#include "callmemero.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 "totem.h"
#include "callmemero.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 totem -km totem`
`qmk compile -kb callmemero -km totem`
<figure>
<img src="./keyboard-layout.png" alt="Miryoku inspired keymap for TOTEM keyboard, showing all six layers" width="100%" />

View file

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