forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into sjb/all-keyboard
* upstream/master: (41 commits) Add missing DD mapping for RGB_MATRIX_DRIVER (qmk#18160) Refactor pianoforte for configurator (qmk#18159) Fix use of encoder map in mechlovin/zed65/retro66 (qmk#18158) Fix use of encoder map in mechlovin/foundation (qmk#18157) Update invalid pip install flag (qmk#18146) Fix use of encoder map in mechwild/clunker (qmk#18156) [Keyboard] Add Plywrks Lune (qmk#17057) [Keyboard] Add Clunker (qmk#18141) Use correct board files for cantor (qmk#18144) [Keyboard] Enable VIA - ALF X1.1 (qmk#18140) [Keyboard] add rgb animation handwired/swiftrax/glacier (qmk#18121) Update Tap Dance Example 4 (qmk#18138) Remove USB IDs and strings from `fungo/rev1` (qmk#18133) Move keyboard USB IDs and strings to data driven, pass 3 (qmk#18111) Add pcewing Speedo v3 keymap (qmk#18118) [Keymap] Add new keymap to nasu (qmk#18024) [Keyboard] Add ai macropad (qmk#17722) added keymap for kprepublic/jj40:brdlf (qmk#17961) [Keyboard] Add yandrstudio/nz67v2 keyboard. (qmk#17591) Format code according to conventions (qmk#18119) ...
- Loading branch information
Showing
1,259 changed files
with
8,678 additions
and
3,006 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Copyright 2022 Louis Dalibard (@make42) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#pragma once | ||
|
||
/* | ||
* Feature disable options | ||
* These options are also useful to firmware size reduction. | ||
*/ | ||
|
||
/* disable debug print */ | ||
//#define NO_DEBUG | ||
|
||
/* disable print */ | ||
//#define NO_PRINT | ||
|
||
/* disable action features */ | ||
//#define NO_ACTION_LAYER | ||
//#define NO_ACTION_TAPPING | ||
//#define NO_ACTION_ONESHOT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"manufacturer": "Louis Dalibard", | ||
"keyboard_name": "ai", | ||
"maintainer": "make42", | ||
"bootloader": "caterina", | ||
"diode_direction": "COL2ROW", | ||
"features": { | ||
"bootmagic": true, | ||
"command": false, | ||
"console": false, | ||
"extrakey": true, | ||
"mousekey": true, | ||
"nkro": true | ||
}, | ||
"matrix_pins": { | ||
"cols": ["F5", "F6", "F7", "B1"], | ||
"rows": ["D0", "D4", "C6", "D7", "D1"] | ||
}, | ||
"processor": "atmega32u4", | ||
"url": "", | ||
"usb": { | ||
"device_version": "1.0.0", | ||
"pid": "0x0000", | ||
"vid": "0xFEED" | ||
}, | ||
"layouts": { | ||
"LAYOUT_ai_5x4_1": { | ||
"layout": [ | ||
{ "matrix": [0, 0], "x": 0, "y": 0.5 }, | ||
{ "matrix": [0, 1], "x": 1, "y": 0 }, | ||
{ "matrix": [0, 2], "x": 2, "y": 0.3 }, | ||
{ "matrix": [0, 3], "x": 3, "y": 0.7 }, | ||
{ "matrix": [1, 0], "x": 0, "y": 1.5 }, | ||
{ "matrix": [1, 1], "x": 1, "y": 1 }, | ||
{ "matrix": [1, 2], "x": 2, "y": 1.3 }, | ||
{ "matrix": [1, 3], "x": 3, "y": 1.7 }, | ||
{ "matrix": [2, 0], "x": 0, "y": 2.5 }, | ||
{ "matrix": [2, 1], "x": 1, "y": 2 }, | ||
{ "matrix": [2, 2], "x": 2, "y": 2.3 }, | ||
{ "matrix": [2, 3], "x": 3, "y": 2.7 }, | ||
{ "matrix": [3, 0], "x": 0, "y": 3.5 }, | ||
{ "matrix": [3, 1], "x": 1, "y": 3 }, | ||
{ "matrix": [3, 2], "x": 2, "y": 3.3 }, | ||
{ "matrix": [3, 3], "x": 3, "y": 3.7 }, | ||
{ "matrix": [4, 1], "x": 2.5, "y": 5 }, | ||
{ "matrix": [4, 2], "x": 3.5, "y": 4.8 }, | ||
{ "matrix": [4, 3], "x": 4.5, "y": 4.6 } | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#include QMK_KEYBOARD_H | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
/* | ||
* ┌───┬───┬───┬───┐ | ||
* │Tab│ Q │ W │ E │ | ||
* ├───┼───┼───┼───┤ | ||
* │Bsp│ R │ T │ A │ | ||
* ├───┼───┼───┼───┤ | ||
* │Sft│ S │ D │ F │ | ||
* ├───┼───┼───┼───┤ | ||
* │Ctl│ Z │ X │ C │ | ||
* ├───┼───┼───┼───┤ | ||
* │NaN│App│GUI│Alt│ | ||
* └───┴───┴───┴───┘ | ||
*/ | ||
[0] = LAYOUT_ai_5x4_1( | ||
KC_TAB, KC_Q, KC_W, KC_E, | ||
KC_BSPC, KC_R, KC_T, KC_A, | ||
KC_LSFT, KC_S, KC_D, KC_F, | ||
KC_LCTL, KC_Z, KC_X, KC_C, | ||
KC_MENU, KC_LGUI, KC_LALT | ||
) | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# ai | ||
|
||
![ai](https://i.imgur.com/4l6BzRh.png) | ||
|
||
This is a small open source 5x4-1 macropad powered by QMK | ||
|
||
* Keyboard Maintainer: [Louis Dalibard](https://github.com/make42) | ||
* Hardware Supported: The PCB for ai is located here: [ai](https://github.com/make42/ai) | ||
* Hardware Availability: Here is a complete BOM with links to where you can find parts: | ||
* PCB (I personally used JLCPCB) | ||
* Arduino Pro Micro ([Aliexpress](https://fr.aliexpress.com/item/32768308647.html?spm=a2g0o.order_list.0.0.3ccc5e5bU64POK&gatewayAdapt=glo2fra)) | ||
* Female pin rows ([Aliexpress]https://fr.aliexpress.com/item/4001122376295.html?spm=a2g0o.order_list.0.0.23845e5bTBt8sp&gatewayAdapt=glo2fra)) | ||
* Gateron hotswap sockets ([Aliexpress](https://fr.aliexpress.com/item/1005003129613578.html?spm=a2g0o.order_list.0.0.23845e5bTBt8sp&gatewayAdapt=glo2fra)) | ||
* Zener diodes ([Aliexpress](https://fr.aliexpress.com/item/1005003276184193.html?spm=a2g0o.order_list.0.0.23845e5bTBt8sp&gatewayAdapt=glo2fra)) | ||
* Keyswitches (use a compatible MX switch) | ||
* Keycaps (Duh) | ||
|
||
Make example for this keyboard (after setting up your build environment): | ||
|
||
make ai:default | ||
|
||
Flashing example for this keyboard: | ||
|
||
make ai:default:flash | ||
|
||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||
|
||
## Bootloader | ||
|
||
Enter the bootloader in 3 ways: | ||
|
||
- **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard | ||
- **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead | ||
- **Keycode in layout**: Press the key mapped to `RESET` if it is available |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# This file intentionally left blank |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.