summaryrefslogtreecommitdiffstats
path: root/keyboards/frosty_flake/keymaps
diff options
context:
space:
mode:
authorGabriel Young <gabeplaysdrums@live.com>2017-03-20 04:33:41 +0100
committerGabriel Young <gabeplaysdrums@live.com>2017-03-20 04:34:53 +0100
commita43ae7c92fd2c41b283d03a8543677638a7c61f1 (patch)
treeed5385861a179747218d695e76746ae51052ec28 /keyboards/frosty_flake/keymaps
parent4a97ef6c48ce7fee2b58c6a175c1c8003267a428 (diff)
downloadqmk_firmware-a43ae7c92fd2c41b283d03a8543677638a7c61f1.tar.gz
qmk_firmware-a43ae7c92fd2c41b283d03a8543677638a7c61f1.tar.xz
Swap rows and columns to match the schematic
Diffstat (limited to 'keyboards/frosty_flake/keymaps')
-rw-r--r--keyboards/frosty_flake/keymaps/default/keymap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/frosty_flake/keymaps/default/keymap.c b/keyboards/frosty_flake/keymaps/default/keymap.c
index 90711732f..4383f7a8d 100644
--- a/keyboards/frosty_flake/keymaps/default/keymap.c
+++ b/keyboards/frosty_flake/keymaps/default/keymap.c
@@ -35,8 +35,7 @@ void matrix_init_user(void) {
}
void matrix_scan_user(void) {
- if (matrix_is_modified())
- matrix_print();
+ matrix_print();
}
bool process_record_user(uint16_t keycode, keyrecord_t *record) {