diff --git a/v3/handwired/wwa/helios.json b/v3/handwired/wwa/helios.json new file mode 100644 index 0000000000..a15bf1735c --- /dev/null +++ b/v3/handwired/wwa/helios.json @@ -0,0 +1,16 @@ +{ + "name": "Helios", + "vendorId": "0x5757", + "productId": "0x0001", + "matrix": { + "rows": 3, + "cols": 4 + }, + "layouts": { + "keymap": [ + ["0,0","0,1","0,2","0,3"], + ["1,0","1,1","1,2","1,3"], + ["2,0","2,1","2,2","2,3"] + ] + } +} \ No newline at end of file diff --git a/v3/handwired/wwa/kepler.json b/v3/handwired/wwa/kepler.json new file mode 100644 index 0000000000..accb9822ff --- /dev/null +++ b/v3/handwired/wwa/kepler.json @@ -0,0 +1,16 @@ +{ + "name": "Kepler", + "vendorId": "0x5757", + "productId": "0x0002", + "matrix": { + "rows": 3, + "cols": 8 + }, + "layouts": { + "keymap": [ + ["0,0","0,1","0,2","0,3","0,4","0,5","0,6","0,7"], + ["1,0","1,1","1,2","1,3","1,4","1,5","1,6","1,7"], + ["2,0","2,1","2,2","2,3","2,4","2,5","2,6","2,7"] + ] + } +} \ No newline at end of file