Well I found that I didn't declare it in my controller, once I did that it worked
module.controller('MyCtrl', function($scope, $cordovaKeyboard) {
}
http://ngcordova.com/docs/plugins/keyboard/
The github docs do not list this step, so someone else may forget it