mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-09-19 10:21:31 -04:00
Define globe key
This commit is contained in:
parent
7a36c0ec0c
commit
653fa008cd
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ enum custom_layers {
|
|||
_FL,
|
||||
};
|
||||
|
||||
enum custom_keycodes {
|
||||
// apple globe key
|
||||
AP_GLOB = SAFE_RANGE,
|
||||
};
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
/* Keymap _BL: Base Layer (Default Layer)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue