[Keyboard] Aplx2 osu! keyboard (#8847)
* Create test.txt * aplx6 * Delete test.txt * fff * Delete ffff * test compile * Create README.md * edited * requests * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/rules.mk * Update keyboards/aplx6/rules.mk * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * pins update * update * update pins * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * initial commit * Update aplx2.h * Update keyboards/aplx2/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx2/README.md * folder change * Update keyboards/handwired/aplx2/README.md * Update keyboards/handwired/aplx2/README.md * latest suggestion * Update keyboards/handwired/aplx2/README.md
This commit is contained in:
parent
82ae6ee007
commit
cfdd105d9d
6 changed files with 168 additions and 0 deletions
16
keyboards/handwired/aplx2/keymaps/default/keymap.c
Normal file
16
keyboards/handwired/aplx2/keymaps/default/keymap.c
Normal file
|
@ -0,0 +1,16 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
#define _MAIN 0
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
/* Keymap __MAIN: Default Layer
|
||||
* ,---------------.
|
||||
* | |-----|-----| |
|
||||
* | | Ζ | Χ | |
|
||||
* | |-----|-----| |
|
||||
* '---------------'
|
||||
*/
|
||||
[_MAIN] = LAYOUT(
|
||||
KC_Z, KC_X
|
||||
),
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue