aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/frosty_flake/keymaps/default/keymap.c
diff options
context:
space:
mode:
authorGabriel Young <gabeplaysdrums@live.com>2017-03-19 15:59:21 -0700
committerGabriel Young <gabeplaysdrums@live.com>2017-03-19 15:59:21 -0700
commitd7fc2365402069a6149c9593dad82c4b4e31b78a (patch)
treece4b4c24424e9d08c8043f5d030a346de4c82baa /keyboards/frosty_flake/keymaps/default/keymap.c
parent19fd20261b895a6848c8b15fd7365d5b87b7fd72 (diff)
downloadfirmware-d7fc2365402069a6149c9593dad82c4b4e31b78a.tar.gz
firmware-d7fc2365402069a6149c9593dad82c4b4e31b78a.tar.bz2
firmware-d7fc2365402069a6149c9593dad82c4b4e31b78a.zip
successfully read data from the matrix
Diffstat (limited to 'keyboards/frosty_flake/keymaps/default/keymap.c')
-rw-r--r--keyboards/frosty_flake/keymaps/default/keymap.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/frosty_flake/keymaps/default/keymap.c b/keyboards/frosty_flake/keymaps/default/keymap.c
index 1c9e33b64..e55355566 100644
--- a/keyboards/frosty_flake/keymaps/default/keymap.c
+++ b/keyboards/frosty_flake/keymaps/default/keymap.c
@@ -28,11 +28,12 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
void matrix_init_user(void) {
-
+ debug_enable = true;
}
void matrix_scan_user(void) {
-
+ if (matrix_is_modified())
+ matrix_print();
}
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
@@ -41,4 +42,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
void led_set_user(uint8_t usb_led) {
-}
+} \ No newline at end of file