diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-12-12 12:46:56 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-12-12 12:46:56 -0800 |
commit | f6c0d999b99c6d18f838cd5d36f0351ca3345630 (patch) | |
tree | bf40e52d952ccb617c9940dd2a50a9e4f73d7175 /keyboards/puck/puck.h | |
parent | baf69ee89ded94b31a81c0b97ea942f489933a5b (diff) | |
download | qmk_firmware-f6c0d999b99c6d18f838cd5d36f0351ca3345630.tar.gz |
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.h | 5 |
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 }, \ |