Compare commits

...

5 Commits

Author SHA1 Message Date
Ryan
c67285587c
Fix errors flagged by generate-api (#19784) 2023-02-09 03:34:21 +00:00
QMK Bot
b0604aca47 Merge remote-tracking branch 'origin/master' into develop 2023-02-09 03:29:51 +00:00
Less/Rikki
ff6c44db25
[keyboard] reedskeebs/alish40 (#19754)
Co-authored-by: Kyle McCreery <mccreery.kyle@gmail.com>
2023-02-08 20:29:15 -07:00
Less/Rikki
7d677cfdff
implement missing layouts + DD migration for wilba_tech/wt60_d (#19777) 2023-02-08 20:10:27 -07:00
Ramon Imbao
df3c9a5401
Rename ramonimbao folder to rmi_kb (#19699)
Co-authored-by: Joel Challis <git@zvecr.com>
2023-02-08 20:05:21 -07:00
199 changed files with 1768 additions and 665 deletions

View File

@ -1060,6 +1060,48 @@
"rabbit_capture_plan": {
"target": "kakunpc/rabbit_capture_plan"
},
"ramonimbao/aelith": {
"target": "rmi_kb/aelith"
},
"ramonimbao/chevron": {
"target": "rmi_kb/chevron"
},
"ramonimbao/herringbone/pro": {
"target": "rmi_kb/herringbone/pro"
},
"ramonimbao/herringbone/v1": {
"target": "rmi_kb/herringbone/v1"
},
"ramonimbao/mona/v1": {
"target": "rmi_kb/mona/v1"
},
"ramonimbao/mona/v1_1": {
"target": "rmi_kb/mona/v1_1"
},
"ramonimbao/mona/v32a": {
"target": "rmi_kb/mona/v32a"
},
"ramonimbao/squishy65": {
"target": "rmi_kb/squishy65"
},
"ramonimbao/squishyfrl": {
"target": "rmi_kb/squishyfrl"
},
"ramonimbao/squishytkl": {
"target": "rmi_kb/squishytkl"
},
"ramonimbao/tkl_ff/v1": {
"target": "rmi_kb/tkl_ff/v1"
},
"ramonimbao/tkl_ff/v2": {
"target": "rmi_kb/tkl_ff/v2"
},
"ramonimbao/wete/v1": {
"target": "rmi_kb/wete/v1"
},
"ramonimbao/wete/v2": {
"target": "rmi_kb/wete/v2"
},
"rainkeeb": {
"target": "rainkeebs/rainkeeb"
},

View File

@ -3,7 +3,6 @@
"manufacturer": "Yiancar",
"url": "",
"maintainer": "qmk",
"bootloader": "atmel-dfu",
"usb": {
"vid": "0xFEED",
"pid": "0x5050",

View File

@ -17,7 +17,6 @@
"rows": ["D3", "D2", "F7", "F6", "F5", "F0"]
},
"processor": "atmega32u4",
"rgblight": {
"led_count": 48,
"pin": "B2",

View File

@ -9,5 +9,20 @@
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu"
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0, "y": 0},
{"x": 1, "y": 0},
{"x": 2, "y": 0},
{"x": 3, "y": 0},
{"label": "Encoder 1 CCW", "x": 0, "y": 1},
{"label": "Encoder 1 CW", "x": 1, "y": 1},
{"label": "Encoder 2 CCW", "x": 2, "y": 1},
{"label": "Encoder 2 CW", "x": 3, "y": 1}
]
}
}
}

View File

@ -15,23 +15,3 @@
*/
#include "bear_65.h"
#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { {
// Key Matrix to LED Index
{ NO_LED, 4 , 4 , 4 , 4 , 3 , 3 , 3 , 3 , 2 , 2 , 2 , 2 , 1 , NO_LED},
{ NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, 6 },
{ 6 , NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, 6 , 0 , 6 },
{ 7 , 5 , NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, 11 },
{ 7 , NO_LED, NO_LED, 8 , NO_LED, 8 , 9 , NO_LED, 9 , 7 , 10 , 11 , 11 , 11 , 1 },
}, {
// LED Index to Physical Position
{224, 32}, {224, 10}, {192, 10}, {128, 25},
{70, 10}, {16, 10}, {16, 32}, {16, 64},
{64, 64}, {112, 64}, {176, 64}, {224, 64}
}, {
// LED Index to Flag
LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL,
LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL
} };
#endif

View File

@ -168,7 +168,7 @@
{"label":"Left", "x":17.25, "y":4},
{"label":"Down", "x":18.25, "y":4},
{"label":"Right", "x":19.25, "y":4}]
}
},
"LAYOUT_wk_bs": {
"layout": [
{"label":"Esc", "x":0.5, "y":0},

View File

@ -1 +1 @@
DEFAULT_FOLDER = jacky_studio/bear65/rev1
DEFAULT_FOLDER = jacky_studio/bear_65/rev1

View File

@ -8,7 +8,7 @@
"pid": "0x0082",
"device_version": "0.0.2"
},
"processor": "F072",
"processor": "STM32F072",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_m80v2s": {

View File

@ -7,5 +7,92 @@
"device_version": "0.0.1"
},
"processor": "STM32F103",
"bootloader": "stm32duino"
"bootloader": "stm32duino",
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0.5, "y": 0},
{"x": 1.75, "y": 0},
{"x": 2.75, "y": 0},
{"x": 3.75, "y": 0},
{"x": 4.75, "y": 0},
{"x": 5.75, "y": 0},
{"x": 6.75, "y": 0},
{"x": 7.75, "y": 0},
{"x": 9.25, "y": 0},
{"x": 10.25, "y": 0},
{"x": 11.25, "y": 0},
{"x": 12.25, "y": 0},
{"x": 13.25, "y": 0},
{"x": 14.25, "y": 0},
{"x": 15.25, "y": 0, "w": 2},
{"x": 0.25, "y": 1},
{"x": 1.5, "y": 1, "w": 1.5},
{"x": 3, "y": 1},
{"x": 4, "y": 1},
{"x": 5, "y": 1},
{"x": 6, "y": 1},
{"x": 7, "y": 1},
{"x": 9, "y": 1},
{"x": 10, "y": 1},
{"x": 11, "y": 1},
{"x": 12, "y": 1},
{"x": 13, "y": 1},
{"x": 14, "y": 1},
{"x": 15, "y": 1},
{"x": 16, "y": 1, "w": 1.5},
{"x": 0, "y": 2},
{"x": 1.25, "y": 2, "w": 1.75},
{"x": 3, "y": 2},
{"x": 4, "y": 2},
{"x": 5, "y": 2},
{"x": 6, "y": 2},
{"x": 7, "y": 2},
{"x": 9.5, "y": 2},
{"x": 10.5, "y": 2},
{"x": 11.5, "y": 2},
{"x": 12.5, "y": 2},
{"x": 13.5, "y": 2},
{"x": 14.5, "y": 2},
{"x": 15.5, "y": 2, "w": 2.25},
{"x": 1, "y": 3, "w": 2.25},
{"x": 3.25, "y": 3},
{"x": 4.25, "y": 3},
{"x": 5.25, "y": 3},
{"x": 6.25, "y": 3},
{"x": 7.25, "y": 3},
{"x": 9.75, "y": 3},
{"x": 10.75, "y": 3},
{"x": 11.75, "y": 3},
{"x": 12.75, "y": 3},
{"x": 13.75, "y": 3},
{"x": 14.75, "y": 3},
{"x": 15.75, "y": 3},
{"x": 16.75, "y": 3, "w": 1.25},
{"x": 1, "y": 4, "w": 1.25},
{"x": 2.25, "y": 4, "w": 1.25},
{"x": 4.75, "y": 4, "w": 1.25},
{"x": 6, "y": 4, "w": 2.25},
{"x": 9.75, "y": 4, "w": 2.75},
{"x": 12.5, "y": 4, "w": 1.25},
{"x": 14.75, "y": 4},
{"x": 15.75, "y": 4},
{"x": 16.75, "y": 4}
]
}
}
}

View File

@ -1,191 +0,0 @@
{
"keyboard_name": "Chevron",
"manufacturer": "Ramon Imbao",
"url": "",
"maintainer": "ramonimbao",
"usb": {
"vid": "0xB16B",
"pid": "0xC4EE",
"device_version": "0.1.2"
},
"processor": "atmega32a",
"bootloader": "usbasploader",
"layouts": {
"LAYOUT_ansi": {
"layout": [
{"x":13.5, "y":0},
{"x":0, "y":1},
{"x":1, "y":1},
{"x":2, "y":1},
{"x":3, "y":1},
{"x":4, "y":1},
{"x":5, "y":1},
{"x":6, "y":1},
{"x":7, "y":1},
{"x":8, "y":1},
{"x":9, "y":1},
{"x":10, "y":1},
{"x":11, "y":1},
{"x":12, "y":1},
{"x":13, "y":1, "w":1.5},
{"x":0, "y":2, "w":1.25},
{"x":1.25, "y":2},
{"x":2.25, "y":2},
{"x":3.25, "y":2},
{"x":4.25, "y":2},
{"x":5.25, "y":2},
{"x":6.25, "y":2},
{"x":7.25, "y":2},
{"x":8.25, "y":2},
{"x":9.25, "y":2},
{"x":10.25, "y":2},
{"x":11.25, "y":2},
{"x":12.25, "y":2, "w":2.25},
{"x":0, "y":3, "w":1.75},
{"x":1.75, "y":3},
{"x":2.75, "y":3},
{"x":3.75, "y":3},
{"x":4.75, "y":3},
{"x":5.75, "y":3},
{"x":6.75, "y":3},
{"x":7.75, "y":3},
{"x":8.75, "y":3},
{"x":9.75, "y":3},
{"x":10.75, "y":3},
{"x":11.75, "y":3, "w":1.75},
{"x":13.5, "y":3},
{"x":0, "y":4, "w":1.25},
{"x":1.25, "y":4, "w":1.25},
{"x":2.5, "y":4, "w":1.25},
{"x":3.75, "y":4, "w":3},
{"x":6.75, "y":4},
{"x":7.75, "y":4, "w":3},
{"x":10.75, "y":4, "w":1.25},
{"x":12, "y":4, "w":1.25},
{"x":13.25, "y":4, "w":1.25}
]
},
"LAYOUT_iso": {
"layout": [
{"x":13.5, "y":0},
{"x":0, "y":1},
{"x":1, "y":1},
{"x":2, "y":1},
{"x":3, "y":1},
{"x":4, "y":1},
{"x":5, "y":1},
{"x":6, "y":1},
{"x":7, "y":1},
{"x":8, "y":1},
{"x":9, "y":1},
{"x":10, "y":1},
{"x":11, "y":1},
{"x":12, "y":1},
{"x":0, "y":2, "w":1.25},
{"x":1.25, "y":2},
{"x":2.25, "y":2},
{"x":3.25, "y":2},
{"x":4.25, "y":2},
{"x":5.25, "y":2},
{"x":6.25, "y":2},
{"x":7.25, "y":2},
{"x":8.25, "y":2},
{"x":9.25, "y":2},
{"x":10.25, "y":2},
{"x":11.25, "y":2},
{"x":12.25, "y":2},
{"x":13.25, "y":1, "w":1.25, "h":2},
{"x":0, "y":3, "w":1.75},
{"x":1.75, "y":3},
{"x":2.75, "y":3},
{"x":3.75, "y":3},
{"x":4.75, "y":3},
{"x":5.75, "y":3},
{"x":6.75, "y":3},
{"x":7.75, "y":3},
{"x":8.75, "y":3},
{"x":9.75, "y":3},
{"x":10.75, "y":3},
{"x":11.75, "y":3, "w":1.75},
{"x":13.5, "y":3},
{"x":0, "y":4, "w":1.25},
{"x":1.25, "y":4, "w":1.25},
{"x":2.5, "y":4, "w":1.25},
{"x":3.75, "y":4, "w":3},
{"x":6.75, "y":4},
{"x":7.75, "y":4, "w":3},
{"x":10.75, "y":4, "w":1.25},
{"x":12, "y":4, "w":1.25},
{"x":13.25, "y":4, "w":1.25}
]
},
"LAYOUT_all": {
"layout": [
{"x":11.5, "y":0},
{"x":12.5, "y":0},
{"x":13.5, "y":0},
{"x":0, "y":1},
{"x":1, "y":1},
{"x":2, "y":1},
{"x":3, "y":1},
{"x":4, "y":1},
{"x":5, "y":1},
{"x":6, "y":1},
{"x":7, "y":1},
{"x":8, "y":1},
{"x":9, "y":1},
{"x":10, "y":1},
{"x":11, "y":1},
{"x":12, "y":1},
{"x":13, "y":1, "w":1.5},
{"x":0, "y":2, "w":1.25},
{"x":1.25, "y":2},
{"x":2.25, "y":2},
{"x":3.25, "y":2},
{"x":4.25, "y":2},
{"x":5.25, "y":2},
{"x":6.25, "y":2},
{"x":7.25, "y":2},
{"x":8.25, "y":2},
{"x":9.25, "y":2},
{"x":10.25, "y":2},
{"x":11.25, "y":2},
{"x":12.25, "y":2, "w":2.25},
{"x":0, "y":3, "w":1.75},
{"x":1.75, "y":3},
{"x":2.75, "y":3},
{"x":3.75, "y":3},
{"x":4.75, "y":3},
{"x":5.75, "y":3},
{"x":6.75, "y":3},
{"x":7.75, "y":3},
{"x":8.75, "y":3},
{"x":9.75, "y":3},
{"x":10.75, "y":3},
{"x":11.75, "y":3, "w":1.75},
{"x":13.5, "y":3},
{"x":0, "y":4, "w":1.25},
{"x":1.25, "y":4, "w":1.25},
{"x":2.5, "y":4, "w":1.25},
{"x":3.75, "y":4, "w":3},
{"x":6.75, "y":4},
{"x":7.75, "y":4, "w":3},
{"x":10.75, "y":4, "w":1.25},
{"x":12, "y":4, "w":1.25},
{"x":13.25, "y":4, "w":1.25}
]
}
}
}

View File

@ -1 +0,0 @@
DEFAULT_FOLDER = ramonimbao/herringbone/v1

View File

@ -1 +0,0 @@
DEFAULT_FOLDER = ramonimbao/mona/v1_1

View File

@ -1 +0,0 @@
#define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 2047

View File

@ -1,260 +0,0 @@
{
"keyboard_name": "SquishyFRL",
"manufacturer": "Ramon Imbao",
"url": "",
"maintainer": "Ramon Imbao",
"usb": {
"vid": "0xB16B",
"pid": "0x4BE5",
"device_version": "0.0.1"
},
"processor": "STM32F103",
"bootloader": "stm32duino",
"layouts": {
"LAYOUT_ansi": {
"layout": [
{"x":0, "y":0},
{"x":1, "y":0},
{"x":2, "y":0},
{"x":3, "y":0},
{"x":4, "y":0},
{"x":5, "y":0},
{"x":6, "y":0},
{"x":7, "y":0},
{"x":8, "y":0},
{"x":9, "y":0},
{"x":10, "y":0},
{"x":11, "y":0},
{"x":12, "y":0},
{"x":13, "y":0, "w":2},
{"x":15.25, "y":0},
{"x":16.25, "y":0},
{"x":17.25, "y":0},
{"x":0, "y":1, "w":1.5},
{"x":1.5, "y":1},
{"x":2.5, "y":1},
{"x":3.5, "y":1},
{"x":4.5, "y":1},
{"x":5.5, "y":1},
{"x":6.5, "y":1},
{"x":7.5, "y":1},
{"x":8.5, "y":1},
{"x":9.5, "y":1},
{"x":10.5, "y":1},
{"x":11.5, "y":1},
{"x":12.5, "y":1},
{"x":13.5, "y":1, "w":1.5},
{"x":15.25, "y":1},
{"x":16.25, "y":1},
{"x":17.25, "y":1},
{"x":0, "y":2, "w":1.75},
{"x":1.75, "y":2},
{"x":2.75, "y":2},
{"x":3.75, "y":2},
{"x":4.75, "y":2},
{"x":5.75, "y":2},
{"x":6.75, "y":2},
{"x":7.75, "y":2},
{"x":8.75, "y":2},
{"x":9.75, "y":2},
{"x":10.75, "y":2},
{"x":11.75, "y":2},
{"x":12.75, "y":2, "w":2.25},
{"x":0, "y":3, "w":2.25},
{"x":2.25, "y":3},
{"x":3.25, "y":3},
{"x":4.25, "y":3},
{"x":5.25, "y":3},
{"x":6.25, "y":3},
{"x":7.25, "y":3},
{"x":8.25, "y":3},
{"x":9.25, "y":3},
{"x":10.25, "y":3},
{"x":11.25, "y":3},
{"x":12.25, "y":3, "w":1.75},
{"x":14, "y":3},
{"x":16.25, "y":3},
{"x":0, "y":4, "w":1.25},
{"x":1.25, "y":4, "w":1.25},
{"x":2.5, "y":4, "w":1.25},
{"x":3.75, "y":4, "w":6.25},
{"x":10, "y":4, "w":1.25},
{"x":11.25, "y":4, "w":1.25},
{"x":12.5, "y":4, "w":1.25},
{"x":13.75, "y":4, "w":1.25},
{"x":15.25, "y":4},
{"x":16.25, "y":4},
{"x":17.25, "y":4}
]
},
"LAYOUT_iso": {
"layout": [
{"x":0, "y":0},
{"x":1, "y":0},
{"x":2, "y":0},
{"x":3, "y":0},
{"x":4, "y":0},
{"x":5, "y":0},
{"x":6, "y":0},
{"x":7, "y":0},
{"x":8, "y":0},
{"x":9, "y":0},
{"x":10, "y":0},
{"x":11, "y":0},
{"x":12, "y":0},
{"x":13, "y":0, "w":2},
{"x":15.25, "y":0},
{"x":16.25, "y":0},
{"x":17.25, "y":0},
{"x":0, "y":1, "w":1.5},
{"x":1.5, "y":1},
{"x":2.5, "y":1},
{"x":3.5, "y":1},
{"x":4.5, "y":1},
{"x":5.5, "y":1},
{"x":6.5, "y":1},
{"x":7.5, "y":1},
{"x":8.5, "y":1},
{"x":9.5, "y":1},
{"x":10.5, "y":1},
{"x":11.5, "y":1},
{"x":12.5, "y":1},
{"x":15.25, "y":1},
{"x":16.25, "y":1},
{"x":17.25, "y":1},
{"x":0, "y":2, "w":1.75},
{"x":1.75, "y":2},
{"x":2.75, "y":2},
{"x":3.75, "y":2},
{"x":4.75, "y":2},
{"x":5.75, "y":2},
{"x":6.75, "y":2},
{"x":7.75, "y":2},
{"x":8.75, "y":2},
{"x":9.75, "y":2},
{"x":10.75, "y":2},
{"x":11.75, "y":2},
{"x":12.75, "y":2},
{"x":13.75, "y":1, "w":1.25, "h":2},
{"x":0, "y":3, "w":1.25},
{"x":1.25, "y":3},
{"x":2.25, "y":3},
{"x":3.25, "y":3},
{"x":4.25, "y":3},
{"x":5.25, "y":3},
{"x":6.25, "y":3},
{"x":7.25, "y":3},
{"x":8.25, "y":3},
{"x":9.25, "y":3},
{"x":10.25, "y":3},
{"x":11.25, "y":3},
{"x":12.25, "y":3, "w":1.75},
{"x":14, "y":3},
{"x":16.25, "y":3},
{"x":0, "y":4, "w":1.25},
{"x":1.25, "y":4, "w":1.25},
{"x":2.5, "y":4, "w":1.25},
{"x":3.75, "y":4, "w":6.25},
{"x":10, "y":4, "w":1.25},
{"x":11.25, "y":4, "w":1.25},
{"x":12.5, "y":4, "w":1.25},
{"x":13.75, "y":4, "w":1.25},
{"x":15.25, "y":4},
{"x":16.25, "y":4},
{"x":17.25, "y":4}
]
},
"LAYOUT_all": {
"layout": [
{"x":0, "y":0},
{"x":1, "y":0},
{"x":2, "y":0},
{"x":3, "y":0},
{"x":4, "y":0},
{"x":5, "y":0},
{"x":6, "y":0},
{"x":7, "y":0},
{"x":8, "y":0},
{"x":9, "y":0},
{"x":10, "y":0},
{"x":11, "y":0},
{"x":12, "y":0},
{"x":13, "y":0},
{"x":14, "y":0},
{"x":15.25, "y":0},
{"x":16.25, "y":0},
{"x":17.25, "y":0},
{"x":0, "y":1, "w":1.5},
{"x":1.5, "y":1},
{"x":2.5, "y":1},
{"x":3.5, "y":1},
{"x":4.5, "y":1},
{"x":5.5, "y":1},
{"x":6.5, "y":1},
{"x":7.5, "y":1},
{"x":8.5, "y":1},
{"x":9.5, "y":1},
{"x":10.5, "y":1},
{"x":11.5, "y":1},
{"x":12.5, "y":1},
{"x":13.5, "y":1, "w":1.5},
{"x":15.25, "y":1},
{"x":16.25, "y":1},
{"x":17.25, "y":1},
{"x":0, "y":2, "w":1.75},
{"x":1.75, "y":2},
{"x":2.75, "y":2},
{"x":3.75, "y":2},
{"x":4.75, "y":2},
{"x":5.75, "y":2},
{"x":6.75, "y":2},
{"x":7.75, "y":2},
{"x":8.75, "y":2},
{"x":9.75, "y":2},
{"x":10.75, "y":2},
{"x":11.75, "y":2},
{"x":12.75, "y":2, "w":2.25},
{"x":0, "y":3, "w":1.25},
{"x":1.25, "y":3},
{"x":2.25, "y":3},
{"x":3.25, "y":3},
{"x":4.25, "y":3},
{"x":5.25, "y":3},
{"x":6.25, "y":3},
{"x":7.25, "y":3},
{"x":8.25, "y":3},
{"x":9.25, "y":3},
{"x":10.25, "y":3},
{"x":11.25, "y":3},
{"x":12.25, "y":3, "w":1.75},
{"x":14, "y":3},
{"x":16.25, "y":3},
{"x":0, "y":4, "w":1.25},
{"x":1.25, "y":4, "w":1.25},
{"x":2.5, "y":4, "w":1.25},
{"x":3.75, "y":4, "w":3},
{"x":6.75, "y":4},
{"x":7.75, "y":4, "w":2.25},
{"x":10, "y":4, "w":1.25},
{"x":11.25, "y":4, "w":1.25},
{"x":12.5, "y":4, "w":1.25},
{"x":13.75, "y":4, "w":1.25},
{"x":15.25, "y":4},
{"x":16.25, "y":4},
{"x":17.25, "y":4}
]
}
}
}

View File

@ -1 +0,0 @@
DEFAULT_FOLDER = ramonimbao/wete/v2

View File

@ -1 +0,0 @@
#define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 2047

View File

@ -1,19 +0,0 @@
#include "v1.h"
void keyboard_pre_init_user(void) {
// Initialize indicator LED pins
setPinOutput(A14); // Num Lock
setPinOutput(A15); // Scroll Lock
setPinOutput(B3); // Caps Lock
}
bool led_update_kb(led_t led_state) {
bool res = led_update_user(led_state);
if (res) {
writePin(A14, !led_state.num_lock);
writePin(A15, !led_state.scroll_lock);
writePin(B3, !led_state.caps_lock);
}
return res;
}

View File

@ -0,0 +1,22 @@
// Copyright 2023 QMK Contributors (@qmk)
// SPDX-License-Identifier: GPL-2.0-or-later
#include "quantum.h"
#ifdef ENCODER_ENABLE
bool encoder_update_kb(uint8_t index, bool clockwise) {
if (!encoder_update_user(index, clockwise)) {
return false;
}
switch (index) {
case 0:
if (clockwise) {
tap_code(KC_VOLU);
} else {
tap_code(KC_VOLD);
}
break;
}
return true;
}
#endif

View File

@ -0,0 +1,247 @@
{
"manufacturer": "Reed's Keebs",
"keyboard_name": "Alish40",
"maintainer": "NamesReed",
"development_board": "promicro",
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{
"pin_a": "B4",
"pin_b": "B5",
"resolution": 4
}
]
},
"features": {
"bootmagic": true,
"encoder": true,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgblight": true
},
"matrix_pins": {
"cols": ["D2", "D1", "D0", "B2", "B3", "B1"],
"rows": ["F4", "D3", "D4", "C6", "D7", "E6", "F6", "F7"]
},
"rgblight": {
"animations": {
"alternating": true,
"breathing": true,
"christmas": true,
"knight": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"rgb_test": true,
"snake": true,
"static_gradient": true,
"twinkle": true
},
"brightness_steps": 17,
"hue_steps": 10,
"led_count": 10,
"pin": "F5",
"saturation_steps": 17
},
"url": "https://mechwild.com/product/alish/",
"usb": {
"device_version": "1.3.0",
"pid": "0x0001",
"vid": "0x722E"
},
"layouts": {
"LAYOUT_all": {
"layout": [
{ "matrix": [0, 0], "w": 1.5, "x": 0.2, "y": 0 },
{ "matrix": [1, 0], "x": 1.7, "y": 0 },
{ "matrix": [0, 1], "x": 2.7, "y": 0 },
{ "matrix": [1, 1], "x": 3.7, "y": 0 },
{ "matrix": [0, 2], "x": 4.7, "y": 0 },
{ "matrix": [1, 2], "x": 5.7, "y": 0 },
{ "matrix": [0, 3], "x": 8.25, "y": 0 },
{ "matrix": [1, 3], "x": 9.25, "y": 0 },
{ "matrix": [0, 4], "x": 10.25, "y": 0 },
{ "matrix": [1, 4], "x": 11.25, "y": 0 },
{ "matrix": [0, 5], "x": 12.25, "y": 0 },
{ "matrix": [1, 5], "w": 1.5, "x": 13.25, "y": 0 },
{ "matrix": [2, 0], "w": 1.75, "x": 0.1, "y": 1 },
{ "matrix": [3, 0], "x": 1.85, "y": 1 },
{ "matrix": [2, 1], "x": 2.85, "y": 1 },
{ "matrix": [3, 1], "x": 3.85, "y": 1 },
{ "matrix": [2, 2], "x": 4.85, "y": 1 },
{ "matrix": [3, 2], "x": 5.85, "y": 1 },
{ "matrix": [2, 3], "x": 8.65, "y": 1 },
{ "matrix": [3, 3], "x": 9.65, "y": 1 },
{ "matrix": [2, 4], "x": 10.65, "y": 1 },
{ "matrix": [3, 4], "x": 11.65, "y": 1 },
{ "matrix": [2, 5], "x": 12.65, "y": 1 },
{ "matrix": [3, 5], "w": 1.25, "x": 13.65, "y": 1 },
{ "matrix": [5, 0], "w": 1.25, "x": 0, "y": 2 },
{ "matrix": [7, 1], "x": 1.25, "y": 2 },
{ "matrix": [4, 0], "x": 2.25, "y": 2 },
{ "matrix": [5, 1], "x": 3.25, "y": 2 },
{ "matrix": [4, 1], "x": 4.25, "y": 2 },
{ "matrix": [5, 2], "x": 5.25, "y": 2 },
{ "matrix": [4, 2], "x": 6.25, "y": 2 },
{ "matrix": [5, 3], "x": 8.25, "y": 2 },
{ "matrix": [4, 3], "x": 9.25, "y": 2 },
{ "matrix": [5, 4], "x": 10.25, "y": 2 },
{ "matrix": [4, 4], "x": 11.25, "y": 2 },
{ "matrix": [5, 5], "x": 12.25, "y": 2 },
{ "matrix": [4, 5], "w": 1.75, "x": 13.25, "y": 2 },
{ "matrix": [6, 0], "w": 1.25, "x": 0, "y": 3 },
{ "matrix": [7, 0], "w": 1.25, "x": 1.25, "y": 3 },
{ "matrix": [6, 1], "w": 1.25, "x": 3.5, "y": 3 },
{ "matrix": [6, 2], "w": 2.25, "x": 4.75, "y": 3 },
{ "matrix": [7, 3], "w": 2.75, "x": 8, "y": 3 },
{ "matrix": [6, 4], "w": 1.25, "x": 10.75, "y": 3 },
{ "matrix": [7, 5], "w": 1.25, "x": 12.5, "y": 3 },
{ "matrix": [6, 5], "w": 1.25, "x": 13.75, "y": 3 }
]
},
"LAYOUT_full_enter": {
"layout": [
{ "matrix": [0, 0], "w": 1.5, "x": 0.2, "y": 0 },
{ "matrix": [1, 0], "x": 1.7, "y": 0 },
{ "matrix": [0, 1], "x": 2.7, "y": 0 },
{ "matrix": [1, 1], "x": 3.7, "y": 0 },
{ "matrix": [0, 2], "x": 4.7, "y": 0 },
{ "matrix": [1, 2], "x": 5.7, "y": 0 },
{ "matrix": [0, 3], "x": 8.25, "y": 0 },
{ "matrix": [1, 3], "x": 9.25, "y": 0 },
{ "matrix": [0, 4], "x": 10.25, "y": 0 },
{ "matrix": [1, 4], "x": 11.25, "y": 0 },
{ "matrix": [0, 5], "x": 12.25, "y": 0 },
{ "matrix": [1, 5], "w": 1.5, "x": 13.25, "y": 0 },
{ "matrix": [2, 0], "w": 1.75, "x": 0.1, "y": 1 },
{ "matrix": [3, 0], "x": 1.85, "y": 1 },
{ "matrix": [2, 1], "x": 2.85, "y": 1 },
{ "matrix": [3, 1], "x": 3.85, "y": 1 },
{ "matrix": [2, 2], "x": 4.85, "y": 1 },
{ "matrix": [3, 2], "x": 5.85, "y": 1 },
{ "matrix": [2, 3], "x": 8.65, "y": 1 },
{ "matrix": [3, 3], "x": 9.65, "y": 1 },
{ "matrix": [2, 4], "x": 10.65, "y": 1 },
{ "matrix": [3, 4], "x": 11.65, "y": 1 },
{ "matrix": [3, 5], "w": 2.25, "x": 12.65, "y": 1 },
{ "matrix": [5, 0], "w": 1.25, "x": 0, "y": 2 },
{ "matrix": [7, 1], "x": 1.25, "y": 2 },
{ "matrix": [4, 0], "x": 2.25, "y": 2 },
{ "matrix": [5, 1], "x": 3.25, "y": 2 },
{ "matrix": [4, 1], "x": 4.25, "y": 2 },
{ "matrix": [5, 2], "x": 5.25, "y": 2 },
{ "matrix": [4, 2], "x": 6.25, "y": 2 },
{ "matrix": [5, 3], "x": 8.25, "y": 2 },
{ "matrix": [4, 3], "x": 9.25, "y": 2 },
{ "matrix": [5, 4], "x": 10.25, "y": 2 },
{ "matrix": [4, 4], "x": 11.25, "y": 2 },
{ "matrix": [5, 5], "x": 12.25, "y": 2 },
{ "matrix": [4, 5], "w": 1.75, "x": 13.25, "y": 2 },
{ "matrix": [6, 0], "w": 1.25, "x": 0, "y": 3 },
{ "matrix": [7, 0], "w": 1.25, "x": 1.25, "y": 3 },
{ "matrix": [6, 1], "w": 1.25, "x": 3.5, "y": 3 },
{ "matrix": [6, 2], "w": 2.25, "x": 4.75, "y": 3 },
{ "matrix": [7, 3], "w": 2.75, "x": 8, "y": 3 },
{ "matrix": [6, 4], "w": 1.25, "x": 10.75, "y": 3 },
{ "matrix": [7, 5], "w": 1.25, "x": 12.5, "y": 3 },
{ "matrix": [6, 5], "w": 1.25, "x": 13.75, "y": 3 }
]
},
"LAYOUT_full_enter_lshift": {
"layout": [
{ "matrix": [0, 0], "w": 1.5, "x": 0.2, "y": 0 },
{ "matrix": [1, 0], "x": 1.7, "y": 0 },
{ "matrix": [0, 1], "x": 2.7, "y": 0 },
{ "matrix": [1, 1], "x": 3.7, "y": 0 },
{ "matrix": [0, 2], "x": 4.7, "y": 0 },
{ "matrix": [1, 2], "x": 5.7, "y": 0 },
{ "matrix": [0, 3], "x": 8.25, "y": 0 },
{ "matrix": [1, 3], "x": 9.25, "y": 0 },
{ "matrix": [0, 4], "x": 10.25, "y": 0 },
{ "matrix": [1, 4], "x": 11.25, "y": 0 },
{ "matrix": [0, 5], "x": 12.25, "y": 0 },
{ "matrix": [1, 5], "w": 1.5, "x": 13.25, "y": 0 },
{ "matrix": [2, 0], "w": 1.75, "x": 0.1, "y": 1 },
{ "matrix": [3, 0], "x": 1.85, "y": 1 },
{ "matrix": [2, 1], "x": 2.85, "y": 1 },
{ "matrix": [3, 1], "x": 3.85, "y": 1 },
{ "matrix": [2, 2], "x": 4.85, "y": 1 },
{ "matrix": [3, 2], "x": 5.85, "y": 1 },
{ "matrix": [2, 3], "x": 8.65, "y": 1 },
{ "matrix": [3, 3], "x": 9.65, "y": 1 },
{ "matrix": [2, 4], "x": 10.65, "y": 1 },
{ "matrix": [3, 4], "x": 11.65, "y": 1 },
{ "matrix": [3, 5], "w": 2.25, "x": 12.65, "y": 1 },
{ "matrix": [5, 0], "w": 2.25, "x": 0, "y": 2 },
{ "matrix": [4, 0], "x": 2.25, "y": 2 },
{ "matrix": [5, 1], "x": 3.25, "y": 2 },
{ "matrix": [4, 1], "x": 4.25, "y": 2 },
{ "matrix": [5, 2], "x": 5.25, "y": 2 },
{ "matrix": [4, 2], "x": 6.25, "y": 2 },
{ "matrix": [5, 3], "x": 8.25, "y": 2 },
{ "matrix": [4, 3], "x": 9.25, "y": 2 },
{ "matrix": [5, 4], "x": 10.25, "y": 2 },
{ "matrix": [4, 4], "x": 11.25, "y": 2 },
{ "matrix": [5, 5], "x": 12.25, "y": 2 },
{ "matrix": [4, 5], "w": 1.75, "x": 13.25, "y": 2 },
{ "matrix": [6, 0], "w": 1.25, "x": 0, "y": 3 },
{ "matrix": [7, 0], "w": 1.25, "x": 1.25, "y": 3 },
{ "matrix": [6, 1], "w": 1.25, "x": 3.5, "y": 3 },
{ "matrix": [6, 2], "w": 2.25, "x": 4.75, "y": 3 },
{ "matrix": [7, 3], "w": 2.75, "x": 8, "y": 3 },
{ "matrix": [6, 4], "w": 1.25, "x": 10.75, "y": 3 },
{ "matrix": [7, 5], "w": 1.25, "x": 12.5, "y": 3 },
{ "matrix": [6, 5], "w": 1.25, "x": 13.75, "y": 3 }
]
},
"LAYOUT_full_lshift": {
"layout": [
{ "matrix": [0, 0], "w": 1.5, "x": 0.2, "y": 0 },
{ "matrix": [1, 0], "x": 1.7, "y": 0 },
{ "matrix": [0, 1], "x": 2.7, "y": 0 },
{ "matrix": [1, 1], "x": 3.7, "y": 0 },
{ "matrix": [0, 2], "x": 4.7, "y": 0 },
{ "matrix": [1, 2], "x": 5.7, "y": 0 },
{ "matrix": [0, 3], "x": 8.25, "y": 0 },
{ "matrix": [1, 3], "x": 9.25, "y": 0 },
{ "matrix": [0, 4], "x": 10.25, "y": 0 },
{ "matrix": [1, 4], "x": 11.25, "y": 0 },
{ "matrix": [0, 5], "x": 12.25, "y": 0 },
{ "matrix": [1, 5], "w": 1.5, "x": 13.25, "y": 0 },
{ "matrix": [2, 0], "w": 1.75, "x": 0.1, "y": 1 },
{ "matrix": [3, 0], "x": 1.85, "y": 1 },
{ "matrix": [2, 1], "x": 2.85, "y": 1 },
{ "matrix": [3, 1], "x": 3.85, "y": 1 },
{ "matrix": [2, 2], "x": 4.85, "y": 1 },
{ "matrix": [3, 2], "x": 5.85, "y": 1 },
{ "matrix": [2, 3], "x": 8.65, "y": 1 },
{ "matrix": [3, 3], "x": 9.65, "y": 1 },
{ "matrix": [2, 4], "x": 10.65, "y": 1 },
{ "matrix": [3, 4], "x": 11.65, "y": 1 },
{ "matrix": [2, 5], "x": 12.65, "y": 1 },
{ "matrix": [3, 5], "w": 1.25, "x": 13.65, "y": 1 },
{ "matrix": [5, 0], "w": 2.25, "x": 0, "y": 2 },
{ "matrix": [4, 0], "x": 2.25, "y": 2 },
{ "matrix": [5, 1], "x": 3.25, "y": 2 },
{ "matrix": [4, 1], "x": 4.25, "y": 2 },
{ "matrix": [5, 2], "x": 5.25, "y": 2 },
{ "matrix": [4, 2], "x": 6.25, "y": 2 },
{ "matrix": [5, 3], "x": 8.25, "y": 2 },
{ "matrix": [4, 3], "x": 9.25, "y": 2 },
{ "matrix": [5, 4], "x": 10.25, "y": 2 },
{ "matrix": [4, 4], "x": 11.25, "y": 2 },
{ "matrix": [5, 5], "x": 12.25, "y": 2 },
{ "matrix": [4, 5], "w": 1.75, "x": 13.25, "y": 2 },
{ "matrix": [6, 0], "w": 1.25, "x": 0, "y": 3 },
{ "matrix": [7, 0], "w": 1.25, "x": 1.25, "y": 3 },
{ "matrix": [6, 1], "w": 1.25, "x": 3.5, "y": 3 },
{ "matrix": [6, 2], "w": 2.25, "x": 4.75, "y": 3 },
{ "matrix": [7, 3], "w": 2.75, "x": 8, "y": 3 },
{ "matrix": [6, 4], "w": 1.25, "x": 10.75, "y": 3 },
{ "matrix": [7, 5], "w": 1.25, "x": 12.5, "y": 3 },
{ "matrix": [6, 5], "w": 1.25, "x": 13.75, "y": 3 }
]
}
}
}

View File

@ -0,0 +1,42 @@
// Copyright 2022 Kyle McCreery (@kylemccreery)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Base */
[0] = LAYOUT_all(
KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
MO(1), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_QUOT, KC_ENT,
KC_LSFT, _______, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
KC_LCTL, KC_LGUI, KC_MUTE, KC_SPC, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL
),
[1] = LAYOUT_all(
_______, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_SCLN,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______
),
[2] = LAYOUT_all(
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______
),
[3] = LAYOUT_all(
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______
)
};
#if defined(ENCODER_MAP_ENABLE)
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][2] = {
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) },
[1] = { ENCODER_CCW_CW(RGB_SAD, RGB_SAI) },
[2] = { ENCODER_CCW_CW(RGB_SPD, RGB_SPI) },
[3] = { ENCODER_CCW_CW(KC_RIGHT, KC_LEFT) }
};
#endif

View File

@ -0,0 +1,24 @@
# If you are using a custom AVR Pro Micro-compatible dev board (Elite-C, Sea-Micro, etc)
# you may need to uncomment and modify this BOOTLOADER setting to use the correct
# bootloader. (e.g. Elite-Cs use "atmel-dfu", not "caterina".)
#
# See the QMK docs for more information:
# https://docs.qmk.fm/#/flashing
# https://docs.qmk.fm/#/driver_installation_zadig?id=list-of-known-bootloaders
# BOOTLOADER = caterina
# Conversion to some non-AVR Pro Micro-compatible dev boards can be performed automatically.
# Uncomment and modify this CONVERT_TO setting for your dev board.
#
# See the QMK docs for more information:
# https://docs.qmk.fm/#/feature_converters
# CONVERT_TO=promicro_rp2040
# If you are not using an encoder, set these options to no.
ENCODER_ENABLE = yes
ENCODER_MAP_ENABLE = yes
# If you did not add RGB LEDs, set this option to no.
RGBLIGHT_ENABLE = yes

View File

@ -0,0 +1,42 @@
// Copyright 2022 Kyle McCreery (@kylemccreery)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Base */
[0] = LAYOUT_all(
KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
MO(1), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_QUOT, KC_ENT,
KC_LSFT, _______, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
KC_LCTL, KC_LGUI, KC_MUTE, KC_SPC, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL
),
[1] = LAYOUT_all(
_______, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_SCLN,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______
),
[2] = LAYOUT_all(
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______
),
[3] = LAYOUT_all(
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______
)
};
#if defined(ENCODER_MAP_ENABLE)
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][2] = {
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) },
[1] = { ENCODER_CCW_CW(RGB_SAD, RGB_SAI) },
[2] = { ENCODER_CCW_CW(RGB_SPD, RGB_SPI) },
[3] = { ENCODER_CCW_CW(KC_RIGHT, KC_LEFT) }
};
#endif

View File

@ -0,0 +1,6 @@
ENCODER_MAP_ENABLE = yes
VIA_ENABLE = yes
ifeq ($(strip $(MCU)), atmega32u4)
LTO_ENABLE = yes
endif

View File

@ -0,0 +1,33 @@
# Alish40
![Alish40 in black](https://i.imgur.com/h9lklc9l.jpg)
A budget-friendly 40% Alice*ish* keyboard with base kit support and styl*ish* silkscreen art.
* Keyboard Maintainer: [Reed](https://github.com/NamesReed), [Kyle McCreery](https://github.com/kylemccreery)
* Hardware Supported: Alish40 v1.3
* Hardware Availability: [Alish40, fulfilled by MechWild](https://mechwild.com/product/alish/)
Make example for this keyboard (after setting up your build environment):
make reedskeebs/alish40:default
Flashing example for this keyboard:
make reedskeebs/alish40:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
## Bootloader
Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the top left key and plug in the keyboard. This will also clear EEPROM, so it is a good first step if the keyboard is misbehaving.
* **Physical reset**: Press the 6x6mm button below the "Alish 40" label, on the underside of the PCB. You may also use your Pro Micro's built-in reset mechanism if that is easier.
* **Keycode in layout**: There is no key mapped to `QK_BOOT` in the pre-created keymaps, but you may assign this key in any keymaps you create.
As a Pro Micro-compatible board, the Alish40 uses `caterina` as its bootloader by default. Many popular Pro Micro alternatives like the Elite-C, Bit-C, Sea-Micro, Puchi-C etc should be flashed with a different bootloader such as `atmel-dfu`.
**If the incorrect bootloader is specified, bootmagic reset and the `QK_BOOT` keycode will not work**.
To avoid this problem, set the correct bootloader in your custom keymap's `rules.mk` file before compiling, or flash using an appropriate target (e.g. `make reedskeebs/alish40:default:dfu`). See [flashing instructions and bootloader information](https://docs.qmk.fm/#/flashing) for more details.

View File

@ -0,0 +1 @@
# This file intentionally left blank

View File

@ -1,8 +1,8 @@
{
"keyboard_name": "AELITH",
"manufacturer": "Ramon Imbao",
"manufacturer": "RMI-KB",
"url": "",
"maintainer": "Ramon Imbao",
"maintainer": "ramonimbao",
"usb": {
"vid": "0xB16B",
"pid": "0xE460",

View File

@ -9,6 +9,6 @@ A through-hole Alice-layout keyboard.
Make example for this keyboard (after setting up your build environment):
make ramonimbao/aelith:default
make rmi_kb/aelith:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

View File

@ -0,0 +1,191 @@
{
"keyboard_name": "Chevron",
"manufacturer": "RMI-KB",
"url": "",
"maintainer": "ramonimbao",
"usb": {
"vid": "0xB16B",
"pid": "0xC4EE",
"device_version": "0.1.2"
},
"processor": "atmega32a",
"bootloader": "usbasploader",
"layouts": {
"LAYOUT_ansi": {
"layout": [
{"x":13.5, "y":0},
{"x":0, "y":1},
{"x":1, "y":1},
{"x":2, "y":1},
{"x":3, "y":1},
{"x":4, "y":1},
{"x":5, "y":1},
{"x":6, "y":1},
{"x":7, "y":1},
{"x":8, "y":1},
{"x":9, "y":1},
{"x":10, "y":1},
{"x":11, "y":1},
{"x":12, "y":1},
{"x":13, "y":1, "w":1.5},
{"x":0, "y":2, "w":1.25},
{"x":1.25, "y":2},
{"x":2.25, "y":2},
{"x":3.25, "y":2},
{"x":4.25, "y":2},
{"x":5.25, "y":2},
{"x":6.25, "y":2},
{"x":7.25, "y":2},
{"x":8.25, "y":2},
{"x":9.25, "y":2},
{"x":10.25, "y":2},
{"x":11.25, "y":2},
{"x":12.25, "y":2, "w":2.25},
{"x":0, "y":3, "w":1.75},
{"x":1.75, "y":3},
{"x":2.75, "y":3},
{"x":3.75, "y":3},
{"x":4.75, "y":3},
{"x":5.75, "y":3},
{"x":6.75, "y":3},
{"x":7.75, "y":3},
{"x":8.75, "y":3},
{"x":9.75, "y":3},
{"x":10.75, "y":3},
{"x":11.75, "y":3, "w":1.75},
{"x":13.5, "y":3},
{"x":0, "y":4, "w":1.25},
{"x":1.25, "y":4, "w":1.25},
{"x":2.5, "y":4, "w":1.25},
{"x":3.75, "y":4, "w":3},
{"x":6.75, "y":4},
{"x":7.75, "y":4, "w":3},
{"x":10.75, "y":4, "w":1.25},
{"x":12, "y":4, "w":1.25},
{"x":13.25, "y":4, "w":1.25}
]
},
"LAYOUT_iso": {
"layout": [
{"x":13.5, "y":0},
{"x":0, "y":1},
{"x":1, "y":1},
{"x":2, "y":1},
{"x":3, "y":1},
{"x":4, "y":1},
{"x":5, "y":1},
{"x":6, "y":1},
{"x":7, "y":1},
{"x":8, "y":1},
{"x":9, "y":1},
{"x":10, "y":1},
{"x":11, "y":1},
{"x":12, "y":1},
{"x":0, "y":2, "w":1.25},
{"x":1.25, "y":2},
{"x":2.25, "y":2},
{"x":3.25, "y":2},
{"x":4.25, "y":2},
{"x":5.25, "y":2},
{"x":6.25, "y":2},
{"x":7.25, "y":2},
{"x":8.25, "y":2},
{"x":9.25, "y":2},
{"x":10.25, "y":2},
{"x":11.25, "y":2},
{"x":12.25, "y":2},
{"x":13.25, "y":1, "w":1.25, "h":2},
{"x":0, "y":3, "w":1.75},
{"x":1.75, "y":3},
{"x":2.75, "y":3},
{"x":3.75, "y":3},
{"x":4.75, "y":3},
{"x":5.75, "y":3},
{"x":6.75, "y":3},
{"x":7.75, "y":3},
{"x":8.75, "y":3},
{"x":9.75, "y":3},
{"x":10.75, "y":3},
{"x":11.75, "y":3, "w":1.75},
{"x":13.5, "y":3},
{"x":0, "y":4, "w":1.25},
{"x":1.25, "y":4, "w":1.25},
{"x":2.5, "y":4, "w":1.25},
{"x":3.75, "y":4, "w":3},
{"x":6.75, "y":4},
{"x":7.75, "y":4, "w":3},
{"x":10.75, "y":4, "w":1.25},
{"x":12, "y":4, "w":1.25},
{"x":13.25, "y":4, "w":1.25}
]
},
"LAYOUT_all": {
"layout": [
{"x":11.5, "y":0},
{"x":12.5, "y":0},
{"x":13.5, "y":0},
{"x":0, "y":1},
{"x":1, "y":1},
{"x":2, "y":1},
{"x":3, "y":1},
{"x":4, "y":1},
{"x":5, "y":1},
{"x":6, "y":1},
{"x":7, "y":1},
{"x":8, "y":1},
{"x":9, "y":1},
{"x":10, "y":1},
{"x":11, "y":1},
{"x":12, "y":1},
{"x":13, "y":1, "w":1.5},
{"x":0, "y":2, "w":1.25},
{"x":1.25, "y":2},
{"x":2.25, "y":2},
{"x":3.25, "y":2},
{"x":4.25, "y":2},
{"x":5.25, "y":2},
{"x":6.25, "y":2},
{"x":7.25, "y":2},
{"x":8.25, "y":2},
{"x":9.25, "y":2},
{"x":10.25, "y":2},
{"x":11.25, "y":2},
{"x":12.25, "y":2, "w":2.25},
{"x":0, "y":3, "w":1.75},
{"x":1.75, "y":3},
{"x":2.75, "y":3},
{"x":3.75, "y":3},
{"x":4.75, "y":3},
{"x":5.75, "y":3},
{"x":6.75, "y":3},
{"x":7.75, "y":3},
{"x":8.75, "y":3},
{"x":9.75, "y":3},
{"x":10.75, "y":3},
{"x":11.75, "y":3, "w":1.75},
{"x":13.5, "y":3},
{"x":0, "y":4, "w":1.25},
{"x":1.25, "y":4, "w":1.25},
{"x":2.5, "y":4, "w":1.25},
{"x":3.75, "y":4, "w":3},
{"x":6.75, "y":4},
{"x":7.75, "y":4, "w":3},
{"x":10.75, "y":4, "w":1.25},
{"x":12, "y":4, "w":1.25},
{"x":13.25, "y":4, "w":1.25}
]
}
}
}

View File

@ -15,6 +15,6 @@ To get to the bootloader,
Make example for this keyboard (after setting up your build environment):
make ramonimbao/chevron:default
make rmi_kb/chevron:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

View File

@ -1,8 +1,8 @@
{
"keyboard_name": "Herringbone Pro",
"manufacturer": "Ramon Imbao",
"manufacturer": "RMI-KB",
"url": "",
"maintainer": "Ramon Imbao",
"maintainer": "ramonimbao",
"usb": {
"vid": "0xB16B",
"pid": "0x440B",

View File

@ -18,6 +18,6 @@ To get to the bootloader,
Make example for this keyboard (after setting up your build environment):
make ramonimbao/herringbone/pro:default
make rmi_kb/herringbone/pro:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

View File

@ -0,0 +1 @@
DEFAULT_FOLDER = rmi_kb/herringbone/v1

View File

@ -1,8 +1,8 @@
{
"keyboard_name": "Herringbone",
"manufacturer": "Ramon Imbao",
"manufacturer": "RMI-KB",
"url": "",
"maintainer": "Ramon Imbao",
"maintainer": "ramonimbao",
"usb": {
"vid": "0xB16B",
"pid": "0x04E5",

View File

@ -18,6 +18,6 @@ To get to the bootloader,
Make example for this keyboard (after setting up your build environment):
make ramonimbao/herringbone/v1:default
make rmi_kb/herringbone/v1:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

View File

@ -0,0 +1 @@
DEFAULT_FOLDER = rmi_kb/mona/v1_1

View File

@ -1,8 +1,8 @@
{
"keyboard_name": "Mona",
"manufacturer": "Ramon Imbao",
"manufacturer": "RMI-KB",
"url": "",
"maintainer": "Ramon Imbao",
"maintainer": "ramonimbao",
"usb": {
"vid": "0xB16B",
"pid": "0x404A",

View File

@ -10,10 +10,10 @@ A gummy-worm o-ring mount 60% marble keyboard.
Make example for this keyboard (after setting up your build environment):
make ramonimbao/mona/v1:default
make rmi_kb/mona/v1:default
Flashing example for this keyboard:
make ramonimbao/mona/v1:default:flash
make rmi_kb/mona/v1:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

View File

@ -1,8 +1,8 @@
{
"keyboard_name": "Mona",
"manufacturer": "Ramon Imbao",
"manufacturer": "RMI-KB",
"url": "",
"maintainer": "Ramon Imbao",
"maintainer": "ramonimbao",
"usb": {
"vid": "0xB16B",
"pid": "0x404B",

View File

@ -11,10 +11,10 @@ To get to the bootloader, with the USB cable plugged in, press the `RESET` butto
Make example for this keyboard (after setting up your build environment):
make ramonimbao/mona:default
make rmi_kb/mona:default
Flashing example for this keyboard:
make ramonimbao/mona:default:flash
make rmi_kb/mona:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

View File

@ -1,8 +1,8 @@
{
"keyboard_name": "Mona",
"manufacturer": "Ramon Imbao",
"manufacturer": "RMI-KB",
"url": "",
"maintainer": "Ramon Imbao",
"maintainer": "ramonimbao",
"usb": {
"vid": "0xB16B",
"pid": "0x4032",

View File

@ -11,10 +11,10 @@ To get to the bootloader, with the USB cable plugged in, press the `RESET` butto
Make example for this keyboard (after setting up your build environment):
make ramonimbao/mona/v32a:default
make rmi_kb/mona/v32a:default
Flashing example for this keyboard:
make ramonimbao/mona/v32a:default:flash
make rmi_kb/mona/v32a:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

Some files were not shown because too many files have changed in this diff Show More