diff options
author | NW <nwhirschfeld@users.noreply.github.com> | 2024-03-21 06:05:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 05:05:18 +0000 |
commit | 5d6b2918459668d1b0adf24d21ebd4f7a0aab659 (patch) | |
tree | 33223a0130061db902aaaecf910e64b1bd60e745 /keyboards/handwired/technicpad/keymaps | |
parent | 4bc57c8d46233db366822793d6abb7a163691b9e (diff) |
Add TechnicPad macropad (#23238)
Diffstat (limited to 'keyboards/handwired/technicpad/keymaps')
-rw-r--r-- | keyboards/handwired/technicpad/keymaps/default/keymap.json | 8 | ||||
-rw-r--r-- | keyboards/handwired/technicpad/keymaps/via/keymap.json | 13 |
2 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/handwired/technicpad/keymaps/default/keymap.json b/keyboards/handwired/technicpad/keymaps/default/keymap.json new file mode 100644 index 0000000000..6d544a5946 --- /dev/null +++ b/keyboards/handwired/technicpad/keymaps/default/keymap.json @@ -0,0 +1,8 @@ +{ + "keyboard": "technicpad", + "keymap": "default", + "layers": [ + ["KC_A", "KC_B", "KC_C", "KC_D"] + ], + "layout": "LAYOUT" +} diff --git a/keyboards/handwired/technicpad/keymaps/via/keymap.json b/keyboards/handwired/technicpad/keymaps/via/keymap.json new file mode 100644 index 0000000000..845fff0dfb --- /dev/null +++ b/keyboards/handwired/technicpad/keymaps/via/keymap.json @@ -0,0 +1,13 @@ +{ + "keyboard": "technicpad", + "keymap": "via", + "config": { + "features": { + "via": true + } + }, + "layers": [ + ["KC_A", "KC_B", "KC_C", "KC_D"] + ], + "layout": "LAYOUT" +} |