OpenAnnePro / qmk_firmware

This has since been merged back to mainline QMK. Please use qmk/qmk_firmware
https://qmk.fm
GNU General Public License v2.0
196 stars 64 forks source link

Merge the custom keys enums on annepro2.h #13

Closed thomazmoura closed 3 years ago

thomazmoura commented 3 years ago

Merge the custom_keys enum on annepro2.h with the AP2KeyCodes, so that the AP2_SAFE_RANGE on the end of the enum can be treated as an actual safe range.

Description

Currently the AP2_SAFE_RANGE is conflicting with the values on the custom_keys on annepro2.h and this forces people who want to make custom new keys to resort to workarounds such as using AP2_SAFE_RANGE + 10 (which kind of defeats the purpose of having a SAFE_RANGE after all).

This change is aimed at fixing this so the user can use AP2_SAFE_RANGE safely.

Types of Changes

Issues Fixed or Closed by This PR

Checklist