mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-18 21:52:02 +00:00
Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
e105468d70
commit
cd974d00c8
@ -8,7 +8,6 @@
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"encoder": {
|
||||
"enabled": true,
|
||||
"rotary": [
|
||||
{"pin_a": "A0", "pin_b": "A1"}
|
||||
]
|
||||
@ -17,6 +16,7 @@
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"encoder": true,
|
||||
"extrakey": true,
|
||||
"mousekey": false,
|
||||
"nkro": true,
|
||||
@ -118,7 +118,7 @@
|
||||
"pin": "B3"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_numpad_4x4": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"matrix": [0, 3], "x": 3, "y": 0},
|
||||
{"matrix": [1, 0], "x": 0, "y": 1},
|
||||
|
@ -29,7 +29,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
* │ 1 │ 2 │ 3 │ 0 │
|
||||
* └───┴───┴───┴────────────┘
|
||||
*/
|
||||
[0] = LAYOUT_numpad_4x4(
|
||||
[0] = LAYOUT(
|
||||
RGB_MOD,
|
||||
KC_P7, KC_P8, KC_P9, RGB_TOG,
|
||||
KC_P4, KC_P5, KC_P6, KC_NUM,
|
||||
|
Loading…
Reference in New Issue
Block a user