diff options
| author | CJ Pais | 2025-04-22 01:56:10 +0200 |
|---|---|---|
| committer | GitHub | 2025-04-22 01:56:10 +0200 |
| commit | ebfa3cdd5c38d023ed4525e25004155aad7ad3e0 (patch) | |
| tree | 44a12efb2482f5665ed5db298c9e7b50430ce307 /keyboards/handwired/footy/keymaps/default/keymap.json | |
| parent | 53f1f3b6d70bd457c5c42b799858c775dfcd3cb6 (diff) | |
Add handwired/footy (#25151)
Co-authored-by: jack <jack@pngu.org>
Diffstat (limited to 'keyboards/handwired/footy/keymaps/default/keymap.json')
| -rw-r--r-- | keyboards/handwired/footy/keymaps/default/keymap.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/handwired/footy/keymaps/default/keymap.json b/keyboards/handwired/footy/keymaps/default/keymap.json new file mode 100644 index 0000000000..99804041d8 --- /dev/null +++ b/keyboards/handwired/footy/keymaps/default/keymap.json @@ -0,0 +1,10 @@ +{ + "keyboard": "handwired/footy", + "keymap": "default", + "layout": "LAYOUT", + "layers": [ + [ + "KC_A", "KC_B", "KC_C" + ] + ] +} |