]> git.donarmstrong.com Git - qmk_firmware.git/commit
Adjusted Atreus KEYMAP() function.
authorJoshua T <joshua@sonofone.net>
Tue, 19 Jul 2016 22:33:10 +0000 (17:33 -0500)
committerJoshua T <joshua@sonofone.net>
Tue, 19 Jul 2016 22:46:03 +0000 (17:46 -0500)
commit8ee9c486fd092aa2c5457f7747385ff82b003c36
tree9a889985475f98019276ddb359484d1329432b3f
parent9ecf9073b96799e52a1f1c0d35b57177382902ce
Adjusted Atreus KEYMAP() function.

This change adjusts the KEYMAP() function to provide a more visual representation of the key positions on the keyboard. Previously, keymaps have been defined directly using arrays for the Atreus keyboard. While this works, it doesn't utilize the helpful KEYMAP() function at all to allow the user to visually position the key codes for ease of editing. See the Ergodox-EZ KEYMAP() function and layouts for a great example of how this can work.

This change should not break any existing Atreus layouts. At the time of this commit, there are two existing layouts for the Atreus board, and neither use the KEYMAP() function.
keyboards/atreus/atreus.h