My local repo of qmk firmware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
qmk_firmware/keyboards/handwired/aplx2/keymaps/default/keymap.c

16 lines
304 B

#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
),
};