Revert "trying to make the stupid github action thing work :("
This reverts commit 0d0eb73179.
This commit is contained in:
parent
568a946b55
commit
f81d7f35ac
19 changed files with 8 additions and 5 deletions
|
|
@ -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
|
||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
3
keyboards/callmemero/keyboard.json
Normal file
3
keyboards/callmemero/keyboard.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"is_dummy_file": true
|
||||
}
|
||||
|
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 201 KiB |
|
|
@ -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 │
|
||||
|
|
@ -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 │
|
||||
|
|
@ -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%" />
|
||||
2
qmk.json
2
qmk.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"userspace_version": "1.0",
|
||||
"build_targets": [
|
||||
["totem", "totem"]
|
||||
["callmemero", "totem"]
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue