artseyio / artsey

Website and general info files that are available online. This is mostly documentation and information related to artsey
213 stars 11 forks source link

Backspace and Delete are mixed in diagram vs qmk #18

Closed udirona closed 1 month ago

udirona commented 1 month ago

Hi, im implementing a artsey and found out, that backspace and delete descripton is some how mixed up.

This layout diagramm: https://raw.githubusercontent.com/artseyio/artsey/main/layout%20diagrams/current.jpg stated out backspace (on left side) is:

00x0
000x

But https://github.com/artseyio/qmk-artsey/blob/main/Firmware%20Files/Version%200.9.0/Left%20Hand/combos.c uses this definition: const uint16_t PROGMEM artsey_backspace[] = {BASE_2_2,BASE_1_3,COMBO_END}; says

00x0
0x00

which is delete on the diagramm

udirona commented 1 month ago

There is allready a PR for this. https://github.com/artseyio/qmk-artsey/pull/16