Based on the Gherkin http://www.40percent.club/2016/11/gherkin.html, but not identical to it. https://github.com/sowbug/keycad
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
#!/bin/env python3 | |
TOSSUP = [ | |
'GA', # Georgia, 16 | |
'NC', # North Carolina, 15 | |
] | |
DEM_NARROW = [ | |
'AZ', # Arizona, 11 | |
'ME', # Maine Popular Vote, 2 |
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": "68keys.io", | |
"author": "http://www.keyboard-layout-editor.com/#/gists/8542d095e53598ad03505703374c78e6" | |
}, | |
[ | |
"~\n`", | |
"!\n1", | |
"@\n2", | |
"#\n3", |
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
$ rm -rf build | |
miket@snack-pipe:~/src/stm32f103-keyboard-bootloader$ mkdir build | |
miket@snack-pipe:~/src/stm32f103-keyboard-bootloader$ cd build | |
miket@snack-pipe:~/src/stm32f103-keyboard-bootloader/build$ cmake -DCMAKE_TOOLCHAIN_FILE=../toolchain/clang.cmake .. | |
-- The C compiler identification is Clang 6.0.0 | |
-- The ASM compiler identification is Clang | |
-- Found assembler: /usr/bin/clang | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - failed | |
-- Detecting C compile features |
Slightly modified version of the default layout on keyboard-layout-editor.com
Adaptation of olkb.com/preonic
The base layer of the Gherkin http://www.40percent.club/2016/11/gherkin.html
Slightly modified version of the "Default 60%" layout on keyboard-layout-editor.com
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": "68keys.io", | |
"author": "http://www.keyboard-layout-editor.com/#/gists/c54cd8748fd7b0b7151c80b8652e189b", | |
"notes": "A 68-key layout resembling the Magicforce 68, but with the upper-left key dedicated to ` and ~, and the Insert key on the upper-right quartet replaced with Escape." | |
}, | |
[ | |
"~\n`", | |
"!\n1", | |
"@\n2", |
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": "TADA68", | |
"author": "http://www.keyboard-layout-editor.com/#/gists/600a91a68a43f54e752ae80c8caed003" | |
}, | |
[ | |
"Esc", | |
"!\n1", | |
"@\n2", | |
"#\n3", |