qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
17.48k stars 37.73k forks source link

Fix index EC Dolice #24033

Closed Cipulot closed 4 days ago

Cipulot commented 4 days ago

Description

One of the indexes for row/col in keyboard.json was wrong. originally it was 4, 2 instead of the correct 4, 3. This PR fixes that. I also changed 1 keycode in the keymap.

Given the tiny and limited scope of the fix, I deemed that targeting master instead of develop in this case is ok since the changes aren't refactoring.

Types of Changes

Issues Fixed or Closed by This PR

Checklist