mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
Rename ZC_NOOP to ZC_NO.
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
#define KC_RGUI 0xE7
|
||||
|
||||
#define ZC_TRNS 0xF0
|
||||
#define ZC_NOOP 0xF1
|
||||
#define ZC_NO 0xF1
|
||||
|
||||
#define ZC_CSTM(n) (0xFF + n)
|
||||
|
||||
|
||||
@@ -65,5 +65,5 @@ zmk_key zmk_keymap_keycode_from_position(u32_t row, u32_t column)
|
||||
}
|
||||
}
|
||||
|
||||
return ZC_NOOP;
|
||||
return ZC_NO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user