This file contains 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
{ | |
"PD-KB401W": { | |
"typeNumber": "PD-KB401W", | |
"layoutType": 1, | |
"colorType": 0, | |
"series": 0, | |
"layoutTypeName": 1, | |
"postfix": "", | |
"isKeymapChangeable": true, | |
"firmTypeNumber": "AHHX01", |
This file contains 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
using HHKBKeymapTool.Events; | |
using HHKBKeymapTool.Models.Definitions; | |
using Prism.Events; | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace HHKBKeymapTool.Models |
This file contains 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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Runtime.InteropServices; | |
using System.Threading.Tasks; | |
namespace HHKBKeymapTool.Models | |
{ | |
public class USBDriver : IUSBDriver | |
{ |
This file contains 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
using HHKBKeymapTool.Models.Definitions; | |
using HHKBKeymapTool.Properties; | |
using Newtonsoft.Json; | |
using System; | |
using System.Collections.Generic; | |
namespace HHKBKeymapTool.Models | |
{ | |
public class KeyboardLibrary | |
{ |
This file contains 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
{ | |
"editor.fontFamily": "Operator Mono", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 20, | |
"editor.fontWeight": "normal", | |
"editor.insertSpaces": true, | |
"editor.formatOnType": true, | |
"editor.tabSize": 2, | |
"editor.detectIndentation": true, | |
"workbench.colorTheme": "Dracula Pro (Van Helsing)", |
This file contains 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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
alias python=python3 | |
alias pip=pip3 | |
alias sshrestart='sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist' | |
export ZSH="/Users/chrissayen/.oh-my-zsh" | |
export PATH="/Library/Frameworks/Python.framework/Versions/3.8/bin:/Users/chrissayen/.cargo/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools:~/sonar-scanner-4.4.0.2170-macosx/bin/:/usr/local/go/bin" | |
ZSH_THEME="spaceship" |
This file contains 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
{ | |
"tabWidth": 2, | |
"useTabs": false, | |
"semi": false, | |
"singleQuote": true | |
} |
This file contains 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.exports = { | |
config: { | |
updateChannel: "stable", | |
webGLRenderer: false, | |
fontSize: 16, | |
fontFamily: "OperatorMono Nerd Font", | |
fontWeight: "bold", | |
fontWeightBold: "bold", | |
lineHeight: 1, | |
letterSpacing: 0, |
This file contains 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
# Generated by Powerlevel10k configuration wizard on 2020-07-23 at 21:26 EDT. | |
# Based on romkatv/powerlevel10k/config/p10k-rainbow.zsh, checksum 38309. | |
# Wizard options: awesome-fontconfig + powerline, large icons, rainbow, unicode, | |
# 12h time, angled separators, sharp heads, flat tails, 2 lines, dotted, no frame, | |
# lightest-ornaments, sparse, many icons, concise, instant_prompt=off. | |
# Type `p10k configure` to generate another config. | |
# | |
# Config for Powerlevel10k with powerline prompt style with colorful background. | |
# Type `p10k configure` to generate your own config based on it. | |
# |
This file contains 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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
alias ls='lsd' | |
alias python=python3 | |
alias pip=pip3 | |
alias sshrestart='sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist' | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/chris/.oh-my-zsh" | |
export PATH="/Library/Frameworks/Python.framework/Versions/3.8/bin:/Users/chris/.cargo/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/bin/:/Users/chris/Library/Android/sdk/tools:/Users/chris/Library/Android/sdk/platform-tools" |
OlderNewer