]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Keyboard: Numbrero: Configurator fix and code tidy (#4787)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Sat, 5 Jan 2019 23:34:38 +0000 (15:34 -0800)
committerDrashna Jaelre <drashna@live.com>
Sat, 5 Jan 2019 23:34:38 +0000 (15:34 -0800)
* Numbrero: fix Configurator mismatch

Key object order in info.json didn't match the layout macro, leading to keys being assigned out-of-sequence.

* Numbrero: tidy

- white space changes in numbrero.h (alignment/readability/QMK conventions)
- minor changes to readme.md (grammar, mostly)

keyboards/handwired/numbrero/info.json
keyboards/handwired/numbrero/numbrero.h
keyboards/handwired/numbrero/readme.md

index 85c4b48275ef7f64d8e72469a752a3f4ceed0476..d2f7ebd031d030fdf785afea489aa356ebb6f090 100644 (file)
@@ -5,11 +5,58 @@
   "width": 5,
   "height": 5,
   "layouts": {
-      "LAYOUT_numbrero_numpad": {
-          "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":0, "y":1, "h":1.5}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1, "h":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":0, "y":2.5}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}, {"x":4, "y":3, "h":2}, {"x":0, "y":3.5, "h":1.5}, {"x":1, "y":4, "w":2}, {"x":3, "y":4}]
-      },
-      "LAYOUT_numbrero_ortho": {
-        "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":0, "y":1, "h":1.5}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":0, "y":2.5}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}, {"x":4, "y":3}, {"x":0, "y":3.5, "h":1.5}, {"x":1, "y":4}, {"x":2, "y":4}, {"x":3, "y":4}, {"x":4, "y":4}]
+    "LAYOUT_numbrero_numpad": {
+      "layout": [
+        {"label":"K00", "x":0, "y":0},
+        {"label":"K01", "x":1, "y":0},
+        {"label":"K02", "x":2, "y":0},
+        {"label":"K03", "x":3, "y":0},
+        {"label":"K04", "x":4, "y":0},
+        {"label":"K10", "x":0, "y":1, "h":1.5},
+        {"label":"K11", "x":1, "y":1},
+        {"label":"K12", "x":2, "y":1},
+        {"label":"K13", "x":3, "y":1},
+        {"label":"K20", "x":0, "y":2.5},
+        {"label":"K21", "x":1, "y":2},
+        {"label":"K22", "x":2, "y":2},
+        {"label":"K23", "x":3, "y":2},
+        {"label":"K14", "x":4, "y":1, "h":2},
+        {"label":"K30", "x":0, "y":3.5, "h":1.5},
+        {"label":"K31", "x":1, "y":3},
+        {"label":"K32", "x":2, "y":3},
+        {"label":"K33", "x":3, "y":3},
+        {"label":"K41", "x":1, "y":4, "w":2},
+        {"label":"K43", "x":3, "y":4},
+        {"label":"K34", "x":4, "y":3, "h":2}
+      ]
+    },
+    "LAYOUT_numbrero_ortho": {
+      "layout": [
+        {"label":"K00", "x":0, "y":0},
+        {"label":"K01", "x":1, "y":0},
+        {"label":"K02", "x":2, "y":0},
+        {"label":"K03", "x":3, "y":0},
+        {"label":"K04", "x":4, "y":0},
+        {"label":"K10", "x":0, "y":1, "h":1.5},
+        {"label":"K11", "x":1, "y":1},
+        {"label":"K12", "x":2, "y":1},
+        {"label":"K13", "x":3, "y":1},
+        {"label":"K14", "x":4, "y":1},
+        {"label":"K20", "x":0, "y":2.5},
+        {"label":"K21", "x":1, "y":2},
+        {"label":"K22", "x":2, "y":2},
+        {"label":"K23", "x":3, "y":2},
+        {"label":"K24", "x":4, "y":2},
+        {"label":"K30", "x":0, "y":3.5, "h":1.5},
+        {"label":"K31", "x":1, "y":3},
+        {"label":"K32", "x":2, "y":3},
+        {"label":"K33", "x":3, "y":3},
+        {"label":"K34", "x":4, "y":3},
+        {"label":"K41", "x":1, "y":4},
+        {"label":"K42", "x":2, "y":4},
+        {"label":"K43", "x":3, "y":4},
+        {"label":"K44", "x":4, "y":4}
+      ]
     }
   }
 }
index d4aff8b88059d8b1bd64d19380fc7d4779dbd116..c72e65407884f5186ebbf8e0eb62080a2f75bc34 100644 (file)
@@ -3,28 +3,28 @@
 #include "quantum.h"
 
 #define LAYOUT_numbrero_numpad( \
-       K00, K01, K02, K03, K04, \
-       K10, K11, K12, K13,      \
-       K20, K21, K22, K23, K14, \
-       K30, K31, K32, K33,      \
-            K41,      K43, K34  \
+  K00, K01, K02, K03, K04, \
+  K10, K11, K12, K13,      \
+  K20, K21, K22, K23, K14, \
+  K30, K31, K32, K33,      \
+       K41,      K43, K34  \
 ) { \
-       { K00,   K01,   K02,   K03,   K04 }, \
-       { K10,   K11,   K12,   K13,   K14 }, \
-       { K20,   K21,   K22,   K23,   KC_NO }, \
-       { K30,   K31,   K32,   K33,   K34 }, \
-       { KC_NO, K41,   KC_NO, K43,   KC_NO }  \
+  { K00,   K01,   K02,   K03,   K04   }, \
+  { K10,   K11,   K12,   K13,   K14   }, \
+  { K20,   K21,   K22,   K23,   KC_NO }, \
+  { K30,   K31,   K32,   K33,   K34   }, \
+  { KC_NO, K41,   KC_NO, K43,   KC_NO }  \
 }
 #define LAYOUT_numbrero_ortho(\
   K00, K01, K02, K03, K04, \
-       K10, K11, K12, K13, K14, \
-       K20, K21, K22, K23, K24,  \
-       K30, K31, K32, K33, K34, \
-            K41, K42, K43, K44  \
+  K10, K11, K12, K13, K14, \
+  K20, K21, K22, K23, K24, \
+  K30, K31, K32, K33, K34, \
+       K41, K42, K43, K44  \
 ){ \
-       { K00,   K01,   K02,   K03,   K04 }, \
-       { K10,   K11,   K12,   K13,   K14 }, \
-       { K20,   K21,   K22,   K23,   K24 }, \
-       { K30,   K31,   K32,   K33,   K34 }, \
-       { KC_NO, K41,   K42,   K43,   K44 }  \
+  { K00,   K01,   K02,   K03,   K04 }, \
+  { K10,   K11,   K12,   K13,   K14 }, \
+  { K20,   K21,   K22,   K23,   K24 }, \
+  { K30,   K31,   K32,   K33,   K34 }, \
+  { KC_NO, K41,   K42,   K43,   K44 }  \
 }
index a69eeefd435510d8a48cbc1bb5b4bf63896ee6bf..42f005dbe2344bdc319994f03d6b566495f9d400 100644 (file)
@@ -1,11 +1,9 @@
 # Numbrero
 
-No picture currently available.
-
-A Reversible Numpad (Left/Right handed) with extra macro keys.
+A reversible numpad (left/right-handed) with extra macro keys.
 
 Keyboard Maintainer: [Flehrad](https://github.com/flehrad)  
-Hardware Supported: Numbrero PCB.  
+Hardware Supported: Numbrero PCB, Pro Micro  
 Hardware Availability: The Board Podcast Slack
 
 Make example for this keyboard (after setting up your build environment):