Merge remote-tracking branch 'origin/master' into develop
Resolved Conflicts: keyboards/kc60/rules.mk keyboards/xd96/rules.mk lib/python/qmk/cli/__init__.py
This commit is contained in:
commit
ac3b7d79e0
938 changed files with 35990 additions and 13003 deletions
|
@ -222,6 +222,12 @@ void keyboard_setup(void) {
|
|||
*/
|
||||
__attribute__((weak)) bool is_keyboard_master(void) { return true; }
|
||||
|
||||
/** \brief is_keyboard_left
|
||||
*
|
||||
* FIXME: needs doc
|
||||
*/
|
||||
__attribute__((weak)) bool is_keyboard_left(void) { return true; }
|
||||
|
||||
/** \brief should_process_keypress
|
||||
*
|
||||
* Override this function if you have a condition where keypresses processing should change:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue