veikman / dactyl-keyboard

Programmatic keyboard CAD
GNU Affero General Public License v3.0
268 stars 30 forks source link

Number keys #12

Closed kalium99 closed 5 years ago

kalium99 commented 5 years ago

Hi Viktor,

Not so much an issue, but I'm building a DMOTE keyboard (from the default config) and I'm wondering how you handle numerical keys? I notice in your demo you seem to handle them fine, but I can't see any pictures of how that works. Obviously It's something that can be customised, but I'm curious to know what has worked well for you.

Cheers.

veikman commented 5 years ago

Hi Jerry,

The QMK keymap I use is up here. In it, the middle key of the right-hand thumb cluster activates a numeric layer where the digits are all on the home row: 1 is on the A key etc. This works well enough for me.

Good luck with your build!