Skip to content

Instantly share code, notes, and snippets.

View BWLR's full-sized avatar

Kieran Bowler BWLR

  • Derbyshire
View GitHub Profile
@BWLR
BWLR / default_83df694.json
Created January 24, 2020 09:58
My Tokyo60 QMK Keymap
{"keyboard":"tokyo60","keymap":"default_83df694","layout":"LAYOUT_60_hhkb","layers":[["KC_ESC","KC_1","KC_2","KC_3","KC_4","KC_5","KC_6","KC_7","KC_8","KC_9","KC_0","KC_MINS","KC_EQL","KC_BSLS","KC_GRV","KC_TAB","KC_Q","KC_W","KC_E","KC_R","KC_T","KC_Y","KC_U","KC_I","KC_O","KC_P","KC_LBRC","KC_RBRC","KC_BSPC","KC_LCTL","KC_A","KC_S","KC_D","KC_F","KC_G","KC_H","KC_J","KC_K","KC_L","KC_SCLN","KC_QUOT","KC_ENT","KC_LSFT","KC_Z","KC_X","KC_C","KC_V","KC_B","KC_N","KC_M","KC_COMM","KC_DOT","KC_SLSH","KC_RSFT","MO(1)","KC_LALT","KC_LGUI","KC_SPC","KC_RGUI","KC_RALT"],["KC_TRNS","KC_F1","KC_F2","KC_F3","KC_F4","KC_F5","KC_F6","KC_F7","KC_F8","KC_F9","KC_F10","KC_F11","KC_F12","KC_TRNS","KC_DEL","KC_CAPS","RGB_TOG","RGB_MOD","RGB_RMOD","BL_TOGG","BL_STEP","KC_TRNS","KC_TRNS","KC_TRNS","KC_TRNS","KC_TRNS","KC_UP","KC_TRNS","KC_DEL","KC_TRNS","KC_VOLD","KC_VOLU","KC_MUTE","KC_EJCT","KC_TRNS","KC_TRNS","KC_TRNS","KC_PGUP","KC_HOME","KC_LEFT","KC_RGHT","KC_PENT","KC_TRNS","KC_MPRV","KC_MPLY","KC_MNXT","KC_TRNS","KC_TRN
@BWLR
BWLR / gulpfile.js
Created October 1, 2019 09:26
Sample gulpfile
/*
Key parts of gulpfile.js
---------------------------------------------------
This is a gulpfile that I've gradually improved on over time.
Can be run from the terminal (or as part of CI build).
`gulp watch` runs a browserSyn session with non minified, sourcemapped CSS and js
`gulp build` simply generates the built CSS and js
@BWLR
BWLR / Preferences.sublime-settings
Last active May 8, 2018 13:18
Sublime Text 3 User Preferences
{
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "phase",
"draw_white_space": "all",
"extra_file_exclude_patterns":
[
"*.pyc",