This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/****************************** Module Header ******************************\ | |
* Module Name: ergol.H | |
* | |
* keyboard layout header | |
* | |
* Copyright (c) 1985-2001, Microsoft Corporation | |
* | |
* Various defines for use by keyboard input code. | |
* | |
* History: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/***************************************************************************\ | |
* Module Name: ergol.C | |
* | |
* keyboard layout | |
* | |
* Copyright (c) 1985-2001, Microsoft Corporation | |
* | |
* History: | |
* KBDTOOL v3.40 - Created Tue Jan 09 19:11:46 2024 | |
\***************************************************************************/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
'use scrict'; | |
console.log("HEY HERE"); | |
function changeLivefeeds() { | |
console.log("changeLivefeeds"); | |
[...document.links].forEach(function (a) { | |
console.log(a.href); | |
if (a.href.match("/public/local")) { | |
a.href = "/public"; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#singleinstance | |
; Move the taskbar to left screen, right side. | |
; Can’t use it because for some reason, when interacting with the taskbar with the mouse, it goes back to main screen | |
MoveTaskbar() | |
{ | |
If MonitorGetCount() > 1 | |
{ | |
WinExist("ahk_class Shell_TrayWnd") | |
SendMessage(0x0231) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void print_base_layer(uint8_t col, uint8_t line) { | |
static const char PROGMEM bepo1[] = { | |
0x01, 0x02, 0x03, 0x04, 0x05, 0 | |
}; | |
static const char PROGMEM bepo2[] = { | |
0x21, 0x22, 0x23, 0x24, 0x25, 0 | |
}; | |
static const char PROGMEM game1[] = { | |
0x06, 0x07, 0x08, 0x09, 0x0A, 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "progmem.h" | |
// Corne 8x6 font with QMK Firmware Logo | |
// Online editor: https://helixfonteditor.netlify.com/ | |
// See also: https://github.com/soundmonster/glcdfont_converter | |
const unsigned char font[] PROGMEM = { | |
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | |
0x00, 0x00, 0x00, 0xF8, 0x08, 0x68, | |
0x68, 0x08, 0x68, 0x68, 0x08, 0x68, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "progmem.h" | |
// Corne 8x6 font with QMK Firmware Logo | |
// Online editor: https://helixfonteditor.netlify.com/ | |
// See also: https://github.com/soundmonster/glcdfont_converter | |
const unsigned char font[] PROGMEM = { | |
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | |
0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00, | |
0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
1200, | |
{ | |
"backcolor": "#ffffff", | |
"name": "Avalanche", | |
"author": "", | |
"radii": "", | |
"switchMount": "cherry", | |
"switchBrand": "kailh", | |
"switchType": "PG151101D64/D10", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Sofle V2", | |
"author": "Geobert Quach", | |
"switchMount": "cherry" | |
}, | |
[ | |
{ | |
"y": 0.2, | |
"x": 3, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO [08/07/2020, 09:37:30]: Extension version: 0.3.234-nightly | |
INFO [08/07/2020, 09:37:30]: Using configuration { | |
diagnostics: { enable: true, warningsAsInfo: [], warningsAsHint: [] }, | |
lruCapacity: null, | |
files: { watcher: 'client', exclude: [] }, | |
notifications: { cargoTomlNotFound: true }, | |
cargo: { | |
noDefaultFeatures: false, | |
allFeatures: false, | |
features: [], |
NewerOlder