]> 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:33:10 +0000 (17:33 -0500)
commit8cb2cf375b1494875551a42dbf8d6829f0dd7a92
treee72b83846b06c7f2059c7a2654e9d62a0d4bdbc9
parent377bcb00fb1a88a9549381f5da1e7b11cd623296
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