- 60%
- Hotswappable
- Bluetooth (3+ devices)
- White-Themed
- Minimal "bezel" around keyboard
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
settings.smoothScroll = false | |
settings.hintAlign = "left" | |
settings.focusFirstCandidate = true | |
api.cmap('<Ctrl-n>', '<Tab>'); | |
api.cmap('<Ctrl-p>', '<Shift-Tab>'); | |
api.map('J', 'R'); | |
api.map('K', 'E'); | |
api.map('H', 'S'); | |
api.map('L', 'D'); |
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
[ | |
{ | |
"name": "Miryoku Layer Reference", | |
"author": "Manna Harbour" | |
}, | |
[ | |
{ | |
"f": 4, | |
"w": 12, | |
"h": 0.5, |
Paradise Cove Luau A pretty authentic Luau that's in beautiful Ko'olina (resort with several lagoons) They do fire knife dances and the whole pig cooking in the ground thing.
Rainbow Drive-In Recommendations: Mix Plate, Boneless Chicken, Chili Dog
I hereby claim:
- I am hahuang65 on github.
- I am hahuang65 (https://keybase.io/hahuang65) on keybase.
- I have a public key whose fingerprint is C5BA ADEB D75D F3E2 5175 5D68 0042 721A 65F6 EEEF
To claim this, I am signing this object:
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
# OBJS specifies which files to compile as part of the project | |
OBJS = main.cpp util.cpp shader.cpp | |
# CC specifies which compiler we're using | |
CC = g++ | |
# INCLUDE_PATHS specifies the additional include paths we'll need | |
INCLUDE_PATHS = -I/usr/local/include -I/opt/X11/include | |
# LIBRARY_PATHS specifies the additional library paths we'll need |
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
# OBJS specifies which files to compile as part of the project | |
OBJS = main.cpp | |
# CC specifies which compiler we're using | |
CC = g++ | |
# INCLUDE_PATHS specifies the additional include paths we'll need | |
INCLUDE_PATHS = -I/usr/local/include -I/opt/X11/include | |
# LIBRARY_PATHS specifies the additional library paths we'll need |