]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/teensy_lc_onekey/keymap_plain.c
Merge branch 'report_descriptor_fix'
[max/tmk_keyboard.git] / keyboard / teensy_lc_onekey / keymap_plain.c
index a83574896b66dd2c4d2d714c1747a8fd17e7ef2f..922fa5379cdcec48b99ad1653aaf48df2aa9c68b 100644 (file)
@@ -25,8 +25,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "keymap.h"
 
 static const uint8_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-    {{KC_BTLD}},
-};  // to test: KC_CAPS, KT_BTLD
+    {{KC_A}},
+};  // to test: KC_CAPS, KT_BTLD, KC_A
 
 static const uint16_t fn_actions[] = {
 };