Support for the Clueboard California macropad (#7127)
* Support for the Clueboard California macropad * Update keyboards/clueboard/california/config.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
This commit is contained in:
21
keyboards/clueboard/california/california.h
Normal file
21
keyboards/clueboard/california/california.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
// Any changes to the layout names and/or definitions must also be made to info.json
|
||||
|
||||
#define LAYOUT( \
|
||||
K00, K01, \
|
||||
K10, K11, \
|
||||
K21, \
|
||||
K30, K31, \
|
||||
K40, K41, \
|
||||
K51 \
|
||||
) { \
|
||||
{ K00, K01 }, \
|
||||
{ K10, K11 }, \
|
||||
{ KC_NO, K21 }, \
|
||||
{ K30, K31 }, \
|
||||
{ K40, K41 }, \
|
||||
{ KC_NO, K51 } \
|
||||
}
|
||||
Reference in New Issue
Block a user