Skip to content

Instantly share code, notes, and snippets.

@natewilliford
natewilliford / my-lily58-layout.txt
Created September 29, 2022 04:06
My Lily58 layout
/* COLEMAK
* ,-----------------------------------------. ,-----------------------------------------.
* | CAPS | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | ` |
* |------+------+------+------+------+------| |------+------+------+------+------+------|
* | Tab | Q | W | F | P | B | | J | L | U | Y | ; |KC_DEL|
* |------+------+------+------+------+------| |------+------+------+------+------+------|
* | ESC | A | R | S | T | G |-------. ,-------| M | N | E | I | O | ' |
* |------+------+------+------+------+------| MPLY | | MUTE |------+------+------+------+------+------|
* |LShift| Z | X | C | D | V |-------| |-------| K | H | , | . | / |RShift|
using GameSparks.Core;
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GSDataHelpers {
/** Converts a serializable object into GameSparks compatible GSData. */
public static GSData ObjectToGSData(object obj) {