1
0
Fork 0

Unicodemap keycodes rename (#21092)

This commit is contained in:
Ryan 2023-06-02 02:25:08 +10:00 committed by GitHub
parent 45c9bc4e55
commit a4ed6ad0f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 358 additions and 360 deletions

View file

@ -101,8 +101,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
if (record->event.pressed) {
register_code(KC_LPRN);
unregister_code(KC_LPRN);
register_code(X(0x00B0));
unregister_code(X(0x00B0));
register_unicode(0x00B0);
UC(0x256F);
PROCESS_UNICODE(UC(0x00B0));