diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-07-04 18:00:53 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-04 18:00:53 -0700 |
commit | 3bbf11d11010bb908741f8b574a493b9057b1304 (patch) | |
tree | 80f685ee254e0b6db737947b5115379c39a9cd38 /keyboards/s60_x/rules.mk | |
parent | 3204dec09636f94275707368fb1ba37632c82042 (diff) |
S60-X refactor and Configurator support (#3304)
* Matrix refactor
* Keymap refactor
* Configurator update
* Rules: added layouts 60_ansi, 60_ansi_split_bs_rshift and 60_iso
Diffstat (limited to 'keyboards/s60_x/rules.mk')
-rw-r--r-- | keyboards/s60_x/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/s60_x/rules.mk b/keyboards/s60_x/rules.mk index 57f7a9a591..9f0ae7caeb 100644 --- a/keyboards/s60_x/rules.mk +++ b/keyboards/s60_x/rules.mk @@ -64,4 +64,6 @@ UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 -DEFAULT_FOLDER = s60_x/default
\ No newline at end of file +DEFAULT_FOLDER = s60_x/default + +LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_iso |