summaryrefslogtreecommitdiffstats
path: root/keyboards/puck/puck.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-12-12 21:46:56 +0100
committerDrashna Jaelre <drashna@live.com>2018-12-12 21:46:56 +0100
commitf6c0d999b99c6d18f838cd5d36f0351ca3345630 (patch)
treebf40e52d952ccb617c9940dd2a50a9e4f73d7175 /keyboards/puck/puck.h
parentbaf69ee89ded94b31a81c0b97ea942f489933a5b (diff)
downloadqmk_firmware-f6c0d999b99c6d18f838cd5d36f0351ca3345630.tar.gz
qmk_firmware-f6c0d999b99c6d18f838cd5d36f0351ca3345630.tar.xz
Puck Refactor, Configurator support and readme cleanup (#4615)
* Puck: layout macro refactor Reformat layout macro to resemble physical keyboard layout. * Puck: Configurator support * Puck: readme cleanup Markdown formatting corrections.
Diffstat (limited to 'keyboards/puck/puck.h')
-rw-r--r--keyboards/puck/puck.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/puck/puck.h b/keyboards/puck/puck.h
index 4467614fd..0f2a284a6 100644
--- a/keyboards/puck/puck.h
+++ b/keyboards/puck/puck.h
@@ -4,7 +4,10 @@
#include "quantum.h"
#define LAYOUT( \
- K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B \
+ K00, K01, K02, \
+ K03, K04, K05, \
+ K06, K07, K08, \
+ K09, K0A, K0B \
) { \
{ K00, K01, K02 }, \
{ K03, K04, K05 }, \