]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/chibios_test/keymaps/default/keymap.c
Remove unhandled KC_BTLD, RESET should be used instead
[qmk_firmware.git] / keyboards / chibios_test / keymaps / default / keymap.c
index 239d70007a369c013f58f5d1063cfb8d2260d317..a362e2ccf67dde6fe2a45fa295adb73dba697fe3 100644 (file)
@@ -18,7 +18,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "chibios_test.h"
 
 const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-    {{KC_CAPS}}, // test with KC_CAPS, KC_A, KC_BTLD
+    {{KC_CAPS}}, // test with KC_CAPS, KC_A, RESET
 };
 
 const uint16_t fn_actions[] = {