You could use the Bangle.touch function which would work fine on both watches: http://www.espruino.com/Reference#l_Bangle_touch
Bangle.on('touch', function(button, xy) { if (button==1) toggleTimeDigits(); if (button==2) toggleDateFormat(); });
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You could use the Bangle.touch function which would work fine on both watches: http://www.espruino.com/Reference#l_Bangle_touch