Last active
April 28, 2026 19:47
-
-
Save derekmc/7a1bb11cc7e65cd44e7b06e9b01b2c98 to your computer and use it in GitHub Desktop.
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
| ;; | |
| ;; zilted graphite kanata | |
| ;; | |
| (defsrc | |
| esc | |
| grv 1 2 3 4 5 6 7 8 9 0 - = bspc | |
| tab q w e r t y u i o p [ ] \ | |
| caps a s d f g h j k l ; ' ret | |
| lsft z x c v b n m , . / rsft | |
| ) | |
| (deflayer zilted-graphite | |
| caps | |
| grv b ' l d 4 5 6 o u - j bspc 7 | |
| lsft n r t w z g f a e i rsft 8 9 | |
| esc 1 x m s q y h ret , . / 0 | |
| tab 2 3 c v ; k p [ ] \ = | |
| ) | |
| (defcfg | |
| process-unmapped-keys yes | |
| concurrent-tap-hold yes | |
| allow-hardware-repeat no | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment