Skip to content

Instantly share code, notes, and snippets.

View snowyTheHamster's full-sized avatar

snowy snowyTheHamster

View GitHub Profile
@snowyTheHamster
snowyTheHamster / qmk_notes.md
Created September 4, 2021 03:47
qmk keyboard notes

My QMK Layouts + Install Guides - Updated on 2020/Apr/22

My custom layouts and guide for the following boards:

  • Preonic rev2
  • Levinson
  • gherkin
  • Planck rev6

Installing Qmk

@snowyTheHamster
snowyTheHamster / keymap.cpp
Created May 25, 2020 14:55
bluemicro temporary keymap files
/*
Copyright 2018 <Pierre Constantineau>
3-Clause BSD License
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
@snowyTheHamster
snowyTheHamster / config.h
Created June 4, 2018 12:41
Preonic Keyboard - my layout: 40% layout + Dvorak + mouse
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PREONIC_SOUND)
// #define STARTUP_SONG SONG(NO_SOUND)
#define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
@snowyTheHamster
snowyTheHamster / readme.md
Last active May 30, 2018 03:27
How to Set up OsTicket

My notes on how to set up Osticket on Ubuntu.

This installation is on Ubuntu 16.04 on digitalocean + serverpilot + gmail polling.

check php version

  • Wasn't able to install using php7 (2018 May).
  • Install worked on php5.6 (2018 May).

Email account

  • get at least one email account (preferably gmail)