1
0
Fork 0

Deprecate KC_LOCK for QK_LOCK (#18796)

This commit is contained in:
Ryan 2022-10-22 01:46:10 +11:00 committed by GitHub
parent b33fc34967
commit 7cbff9d921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 66 additions and 83 deletions

View file

@ -1,11 +1,6 @@
#pragma once
#include "edvorakjp.h"
/*
* enum custom_keycodes {
* KC_LOCK = NEW_SAFE_RANGE,
* };
*/
#define LAYOUT_wrapper(...) LAYOUT(__VA_ARGS__)