]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/chibios_test/keymaps/default/keymap.c
Cleanup Default Keymaps (#5442)
[qmk_firmware.git] / keyboards / chibios_test / keymaps / default / keymap.c
index 239d70007a369c013f58f5d1063cfb8d2260d317..0edc697bf9f5f03942dbe801c7109c16c5f0503c 100644 (file)
@@ -15,11 +15,8 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "chibios_test.h"
+#include QMK_KEYBOARD_H
 
 const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-    {{KC_CAPS}}, // test with KC_CAPS, KC_A, KC_BTLD
-};
-
-const uint16_t fn_actions[] = {
+    {{KC_CAPS}}, // test with KC_CAPS, KC_A, RESET
 };